*sighs, points to section name under "Community Sites"*Im a newbie and i barely started to do my own development in my pokemon fire red so that it can similar to the yellow version...my question is how can i change the colors of the character on the trainer card...because i have no idea how... and thanks
pbWildBattle(X,Y), where X is Snorlax's Pokédex number and Y is its level. So it could be pbWildBattle(143,50).I was wondering..
can anyone help me with some simple script? I'm trying to get an evented wild pokemon battle in this little project of mine. I looked through the notes, and I've tried to do it myself but I keep messing up for some reason. Unfortunately, the notes didn't come with a proper example of what it should look like, so I'm sort of in the blank.
It's just a simple battle against a snorlax. Anyone able to help me out and write down the script needed to make this work? Just a working example, really. It'd be most appreciated.
The last two variables are optional, so you can simply leave them out. I don't know what the default settings would be for them (presumably "-1, TRUE", meaning it doesn't save the result in a variable and you can run away), but it can't be too hard to look up.I was looking at just that part.
I tried to do
pbWildBattle(SNORLAX,30,1,False) though, and it didn't seem to work.
I'll try it with two variables instead of four, then.
How do I add my own pokemon? I'm new to scripting and I don't know how to do it.
It always helps to copy-paste whatever errors you're getting, because 99% of the time that'll tell us exactly what's wrong and how to go about fixing it. As it stands, we're currently left wondering what might have gone wrong (and we also don't know what exactly you were trying to do when the error showed up - using "pbRegisterPartner"?). Further, if the error is caused by a bit of code you wrote, we'll likely need to see that as well so that we can diagnose it. (If you don't want to reveal it to everyone, you can PM someone you trust and who you think has the answer, and I'm sure they'll be happy to help.)I'm trying to make a double battle wherein you team up with Trainer A to fight Trainers B and C. I have the Register Partner script done, and it correctly identifies ID 1 for the Trainer (since it's the second team of that particular Trainer, it needs to have ID 1.), the Trainer list has him registered, and he has a backsprite (named aptly for the trainer ID as well), but when the command to add him as a partner is executed, I get an error. I can copy and paste the error if anyone needs it for reference.
It always helps to copy-paste whatever errors you're getting, because 99% of the time that'll tell us exactly what's wrong and how to go about fixing it. As it stands, we're currently left wondering what might have gone wrong (and we also don't know what exactly you were trying to do when the error showed up - using "pbRegisterPartner"?). Further, if the error is caused by a bit of code you wrote, we'll likely need to see that as well so that we can diagnose it. (If you don't want to reveal it to everyone, you can PM someone you trust and who you think has the answer, and I'm sure they'll be happy to help.)
Also, since this is a question about Pokémon Essentials, I can think of at least one thread that would have been better suited for this question. But who am I to want to see people posting in the correct places? After all, we all enjoy the constant stream of newbies asking about hacks, right?
Okay, there's a syntax error, but I can't figure out anything more from that. What bit of code do you use to get this error?Spoiler:Exception: SyntaxError
Message: (eval): 2 :in `pbExecuteScript'compile error
(eval): 2 : syntax error
(PBTrainers::MYSTERIOUS,"Trainer",1)
^
Interpreter:238:in `pbExecuteScript'
Interpreter:1623:in `eval'
Interpreter:238:in `pbExecuteScript'
Interpreter:1623:in `command_355'
Interpreter:467:in `execute_command'
Interpreter:190:in `update'
Interpreter:104:in `loop'
Interpreter:195:in `update'
Scene_Map:100:in `update'
Scene_Map:98:in `loop'
More information would help. What are you doing when you get the error? Can you quote the error to us?A lot of RPG Maker XP games I try to play I keep on getting this error message,'Invalid access to memory location.' And I've tried changing my display setting and putting in a different,'Game' file in the folder. But I still get the same error message. How do I fix this?