• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

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

Status
Not open for further replies.
@ Poccil
It works but how do I add special music when I battle through the wild pokemon event?
 
Last edited:
if i want to update the pokemon sprites to the D/P version. all i have to do is open the original sprite. delete it, then put in the new one right? or is it more complicated then that?
 
@ Poccil
It works but how do I add special music when I battle through the wild pokemon event?

Unfortunately, I don't provide a way to change the background music for a battle, so that has to be done using a script. In the Script Editor, find the script section PokemonField, and go to near line 64. Add the code in bold to that part of the script:

Code:
    wildbgm=pbGetMetadata(0,MetadataWildBattleBGM)
    if wildbgm
     wildbgm="#{wildbgm}"
    end
    [b]if species==PBSpecies::CELEBI
     wildbgm="celebi.mid"
    end[/b]
    restorebgm=true
    decision=0

(The file "celebi.mid" is just an example.)
 
Thanks! This is the next step for me!

I am sure I will bug you when I get another problem with your awesome starter kit!
 
can you answer my post poccil? or anyone?
pleae and thank you
 
This is quite a quick question, so I hope you don't mind me not PMing you. Will the way Diamond/Pearl sprites automatically resize be fixed in the next release?
 
I hope there will be a next release with all D/P pokemon sprite in 160x160 instead of 128x128.
 
hey poccil, im having a real hard time understanding how you connect maps. i jsut dont understand. can you explain step by step what i have to do? i would really appreciate it. thank you
 
Here is a error I get when I edit my encounter text, but I checked and checked, nothing wrong...
[PokeCommunity.com] [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP


And this is my encounter.txt for map 26:
[PokeCommunity.com] [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP
 
OmegaGroundon;
Your format is wrong.
This is how it should be;
026 # Route 03
25, 10, 10
Land
SPEAROW,5
SPEAROW,3
MEOWTH,5
HOOTHOOT,4
HOOTHOOT,3
SPEAROW,2
SPEAROW,6
HOOTHOOT,5
RATTATA,4
RATTATA,6
RATTATA,4
PIDGEY,4


The problem was that you had not added the '25, 10, 10' which must be added in some form to all encounters and you must format the first part like I did above;
Map ID # MAPNAME
 
Last edited:
It not work! still the same error!
Somebody please help!
 
The text after "#" is just description, it doesn't run in script!
I dunno what is the problem...
 
Status
Not open for further replies.
Back
Top