• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by Pier

  1. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    When I started a playtest, I recieved the following massage while compiling moves.txt: --------------------------- Pokémon: Digital invasion --------------------------- Exception: NameError Message: undefined local variable or method `value' for nil:NilClass Compiler:984:in `pbCheckByte'...
  2. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    When starting a playtest, i recieve the following massage: --------------------------- Pokémon: Digital invasion --------------------------- Script 'PokeBattle_MoveEffects' line 5049: NameError occurred. undefined local variable or method `element' for...
  3. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    The whirlpool you used, have you added the whirlpool tile to the event or directly placed on your map. Make a sea in your map and add the tile of the whirlpool to your event. That way, the whirlpool tile will be removed too.
  4. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Try putting an additional "end" between lines 2482 and 2483. 2478 facingEvent=$game_player.pbFacingEvent 2479 if facingEvent 2480 if facingEvent.name=="Whirlpool" 2481 Kernel.pbWhirlpool 2482 return 2483 end In lines 2479 AND 2480 it says "if", but there is only one "end". So try...
  5. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I copied all the script and it worked, thanks Fraot!
  6. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    It worked, thanks. During that same playtest, I ran into another error while I should be encountering a wild Pokémon. I haven't edited any script parts mentioned. What's wrong?
  7. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I forgot to do this, so I added a type graphic for both types, but I still get the same message.
  8. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    4,COMETPUNCH,Comet Punch,1D,18,SPACE,Physical,85,15,0,0,0,abef,Tough,"The foe is hit with a flurry of punches that strike two to five times in a row."
  9. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    It doesn't matter. I still recieve the same error code.
  10. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I added 2 new types to PBTypes: Light and Space. As far as I know, I have done this as it is said in the comments in PBTypes. So this is my script now: To test this script, I changed the type of Cosmic Power to SPACE. When starting the editor, it showed this error: What's wrong?
Back
Top