![]() |
Can anyone give me a list of trainers in P.E.T (in hex) i'm going to script.
|
Hey guys, im working with a give pokemon script, but it isnt working for me.
The scenerio: When i click on the character, he asks me if i want the pokemon fine. Then when i say yes, it says congrats you got the poke, would you like to name it? If i say no, it says the right txt. If i say yes, it lets me name a pokemon that is a big ? pokemon, and not the right pokemon. If i say no to the man asking if i want the pokemon though, it freezes and then pops up a yes and no box again, and if i press no it releases me. I know i have a huge mistake, does anyone know what it is? Spoiler:
To save room, i put it in the spoiler. Thanks for any help. |
Try this...
Code:
|
Now, when i press no the first time it doesnt change text, but a "0 coins" icon comes up. But, its a step forward lol.
When i say yes, it says oh i recieved it, and nickname? if i say no, then it says the right txt, but no poke still. If i say yes, then it brings me to a screen where i have to name a ? poke again, and then i still dont get it. but its still better then before, thanks xray. |
What are you using? Fire Red, Ruby, Sapphire, etc.?
|
I reli need this script revised. I want it so that when you talk to the person she asks if ur redi for the quiz if u say yes she asks the first question if u say no she tells u to take your time. Also i want so that after one question she goes to the next til she reaches number three...i cannot progress anymore without this script
Spoiler:
|
Quote:
|
hi this question might have been asked before, but i couldnt find an answer in the forum:
how do i manage not to switch sprites after a wildbattle? i mean when you get out of a battle and suddenly are another person... |
Quote:
|
-Removed-
Fixed thanks to Twilite Darkrai. Go Twilite! You're so awesome! |
Piplup Trainer : Look in thethethethe's tutorial,I think it's there,in special trainer commands
TB : Code:
|
Quote:
|
I posted this in thethethethe's scripting tutorial, but I think that was the wrong thread.
After I compile the script, I go and test it in VBA. But when I talk to the person, a weird triangle appears in the top-right corner with a symbol in it. After that the game freezes. Any help? |
Quote:
Anyway, I have a problem here... The warping script won't work.. Please help me.. #org $begin checkflag 0x216 if b_true goto $done message $1 boxset 6 Playsound 0x01B9 nop applymovement 0xFF $A pausemove 0 applymovement 0xFF $B pausemove 0 message $2 boxset 6 checkgender compare LASTRESULT 1 if B_true goto $boy #raw 0x55 0x11 0x00 applymovement 0xFF $C pausemove 0 applymovement 0x01 $E pausemove 0 applymovement 0x02 $D applymovement 0x03 $D applymovement 0x04 $D applymovement 0x09 $D applymovement 0x0A $D applymovement 0x0B $D applymovement 0x0C $D pausemove 0 message $3 boxset 6 applymovement 0x01 $F pausemove 0 applymovement 0x02 $G applymovement 0x03 $G applymovement 0x04 $G applymovement 0x09 $G applymovement 0x0A $G applymovement 0x0B $G applymovement 0x0C $G pausemove 0 setflag 0x216 warp 24 52 2 release end #org $boy #raw 0x55 0x10 0x00 applymovement 0xFF $C pausemove 0 applymovement 0x01 $E pausemove 0 applymovement 0x02 $D applymovement 0x03 $D applymovement 0x04 $D applymovement 0x09 $D applymovement 0x0A $D applymovement 0x0B $D applymovement 0x0C $D pausemove 0 message $3 boxset 6 applymovement 0x01 $F pausemove 0 applymovement 0x02 $G applymovement 0x03 $G applymovement 0x04 $G applymovement 0x09 $G applymovement 0x0A $G applymovement 0x0B $G applymovement 0x0C $G pausemove 0 setflag 0x216 warp 24 52 2 release end #org $done #raw 0x53 0x01 0x00 #raw 0x53 0x02 0x00 #raw 0x53 0x03 0x00 #raw 0x53 0x04 0x00 #raw 0x53 0x09 0x00 #raw 0x53 0x0A 0x00 #raw 0x53 0x0B 0x00 #raw 0x53 0x0C 0x00 release end #org $1 $1 1 = Yes!\pIt's happening. #org $2 $2 1 = GRUNT:Bring us back in time now. #org $3 $3 1 = GRUNT: What the..?\pWhere did it go? #org $A $A 1 ; #binary 0x16 0x17 0x17 0x17 0x17 0x17 0x17 0x17 0x16 0xFE #org $B $B 1 ; #binary 0x16 0x16 0xFE #org $C $C 1 ; #binary 0x54 0x09 0x09 0x09 0x09 0x0A 0x0A 0x0A 0xFE #org $D $D 1 ; #binary 0x57 0xFE #org $E $E 1 ; #binary 0x54 0x08 0xFE #org $F $F 1 ; #binary 0x55 0xFE #org $G $G 1 ; #binary 0x56 0xFE |
What happens?
When does the script freeze\not work DARKFEAR : Show us the script |
@ Aquila...
well, I have experienced some of my warping scripts won't work properly, or won't warp at all, mainly because, after looking through the problem, I always have a misspelled command like 'clearfalg' or puasemove' errors... I saw in your script that the playsound lacks one more 'nop'... Read thethethethe's tutorial why I said so... Also, I'm not sure, but I think it should be 0x1B9, but if the music works well, then mind not this line... |
EDIT: It did actually work (with 1 nop as well as with 2)... it was a level script that went wrong on the map I warped to...
|
I don't know if this is the right place to put this, but I couldn't find anyplace else.
For some reason, whenever you fight a custom made pokemon in my hack, it gives you a lot more xp than usual. For example: whenever fighting a lv 2 wurmple, you get 15 xp. BUT, whenever you fight a lv 2 Firesumo (an edited pokemon) you get anywhere from 100 to 200 xp. |
Trogdor7190 :
That should be asked in Simple Questions thread. Are you using Pep (Pokemon Editor Pro) If so,then it's probably switching the catch rate and XP. Try saving twice so it can switch back. |
Quote:
lock faceplayer message $1 boxset 6 release end #org $1 $1 1 =Hi.\nWelcome to Redport. After I compile the script, I go and test it in VBA. But when I talk to the person, a weird triangle appears in the top-right corner with a symbol in it. After that the game freezes. Any help? |
hm...
maybe it's because you forgot to put a space between the equal sign and the beginning text, which is 'Hi'... :\ Code:
|
hey there, I have a little problem.
I know how to make a healing script, but it doesn't help me with my problem: After the hero fainted, he will be back in the house. But not next to his mother, just somewhere in the room. (btw his mother will be gone soon). How can I make a script and use it, so that the hero will be warped into the house after he fainted? Where do I insert the script? (I hope it's possible with pokescript...). I know, the script would include warp commands and the healing special, that's not the problem. I just don't now where I have to insert it. |
@destinejagold I never put a space there X_X and all my scripts come out fine :/ try recompiling, maybe it was a pokescript error
|
well, it opposite to mine. If there's no space, my scripts won't work properly... :\
Oh well... Here's a video of the script you were having trouble with, Shreyas... Also, may I know what you gave it as it's filename? If the filename has some symbols, it also causes the scripts not to work... :\ |
Is there a way to check if the player has already entered the HoF? Like with flags or something? Or a way to change where the player will be warped to when they beat the League?
|
| All times are GMT -8. The time now is 2:35 AM. |
![]()
© 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.
Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.