• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 Pokemon 3000

  1. P

    Error When trying to start RPG maker Xp

    Of Course the RPG Maker works with Windows 7 64-Bit. I have 64 Bit too and can start it. Have you tried to run the program as an administrator? (right-click the program)
  2. P

    Replacing the .pngs with .gifs?

    Try to rename the .gif extension with .png - It works fine for me.
  3. P

    [Release] Pokémon Essentials, version 8 - 10th July 2012

    It's also for the phone rematches. The trchar-Graphics are displayed on the pokegear to indicate the trainer.
  4. P

    New pokemon bag. minor problem

    Nothing of both suggestions is working. Changing the rect.height value doesn't change anything and the y-value of itemwindow changed the entire itemscreen.
  5. P

    New pokemon bag. minor problem

    I've already changed the ITEMSVISIBLE to 9, because I'm thinking that would it would be match. If I'm changing any value of this line, the complete list is moving, I think that's not the best solution.
  6. P

    New pokemon bag. minor problem

    Sorry for digging this thread up. I was able to solve my begSel.png-problem, but the problem with the list is still current. Which part of the script should I change to fit the itemlist with the white field?
  7. P

    Adding new move effect

    I never would have guesses, that's would be so easy, haha. Thank you!
  8. P

    Adding new move effect

    I've tried to adding a new move effect, that's power is depending on the beauty-value of the attacker. But it doesn't work, so I guess I must first create an variable, that is pointing to the beauty-value. Here's the code that I have tried: class PokeBattle_Move_133 < PokeBattle_Move def...
  9. P

    Problem with battle backgrounds

    The editor puts quotemarks for the battlebg in the metadata.txt, so the graphic will doesn't appear. Open metadata.txt in your PBS-Folder and look at the metadata for you map. It should be BattleBack=002 not BattleBack="002"
  10. P

    shadow pokemon moves

    I'm a bit confused. When you turn a normal pokémon to a shadow Pokémon, it only knows one shadow move (Shadow Rush), even you have two or more moves defined in shadowmoves.txt (e.g. Lugia). Is it a purpose or a bug?
  11. P

    updating item icon in Pokemon Storage

    Thank you Maruno, now it works.
  12. P

    Trying to set up a Partner battle, Not working. Requesting assistance

    Your script is longer than one line. A line shouldn't never beginning with an "(". Try this: pbRegisterPartner( PBTrainers::SCRenko_Sanae,"Renko") I'm not sure what you mean with extendtext, but if you want to activate it, you simply must open the .exe. The textbox will then expand.
  13. P

    Need some help regarding Snag Balls.

    Try this: First: Ccreate an Item that's the specific Pokéball. e.g: 520,SHADOWBALL,Shadow Ball,3,0,"A dark ball, that turns regular Pokémon in Shadow Pokémon.",0,2,4 Important are the last two parameters (2 and 4). It says that the item can be used directly in the battle and it's a pokéball...
  14. P

    updating item icon in Pokemon Storage

    If I try this I get an error, when i switch to a pokémon that held a item. The changed line is @sprites["icon"].dispose if @sprites["icon"] else @sprites["icon"].visible=false if @sprites["icon"] I think I do it wrong. Sorry, I'm a little bit gawky.
  15. P

    trainercard back

    Whoa, thank you very much, it finally works. :)
Back
Top