tkallab
Should have been in Dissidia
- 1,031
- Posts
- 17
- Years
- Age 28
- I'm on a horse
- Seen Jun 14, 2013
How can you make \v\h01 talk with nurse joy, when he's defeated?
in pokescript
in pokescript
How can you make \v\h01 talk with nurse joy, when he's defeated?
in pokescript
#org $begin
lock
faceplayer
checkflag 0x234
checkspecial 0x16F
#raw 0x01 0x00
compare 0x800D 0x1
if 0x04 goto $opop
applymovement 0x07 $gar
$gar 1 ; #binary 0x62 0x10 0xFE
pause 0x20
applymovement 0xFF $jou
applymovement 0x07 $arg
$jou 1 ; #binary 0x34 0x02 0x65 0xFE
$arg 1 ; #binary 0x20 0xFE
pause 0x30
message $non
$non 1 =Tu n'as pas le \c\h01\h04Pokedex National \n\c\h01\h02Tu ne peut pas passer.
callstd 6
applymovement 0x07 $hau
$hau 1 ; #binary 0x1F 0x32 0x00 0xFE
pause 0x20
release
end
#org $opop
lock
faceplayer
setflag 0x234
release
end
just add more to what nurse joy says and put in what you want your character to say but put your players name at the begining, Ex: [PLAYER NAME]:Hi nurse Joy, Sorry I seem to bother you so often.
add your backslash n's and p's where you want.
\n \p
just add more to what nurse joy says and put in what you want your character to say but put your players name at the begining, Ex: [PLAYER NAME]:Hi nurse Joy, Sorry I seem to bother you so often.
add your backslash n's and p's where you want.
\n \p
by the way, i'm using this wild battle script for a charmeleon in ruby.
but all i get is a glitchy message box when i click on to the creature =/
no wild battle just the msg clicky ding noise |P
i can't get it to work properly.
#org $StartWild
lock
faceplayer
cry 5
message $charCry
$charcry 1 = Charmeleon:Raarg!
boxset 6
checkflag 0x808
if 0x1 goto $WildBatt
release
end
#org $Wildbatt
lock
wildbattle 5 20 1
release
setflag 0x500
fadescreen 0
end
#org $StartWild
lock
faceplayer
[I]cry 0xA1 0x05
pause 0x28[/I]
message $charCry
$charcry 1 = Charmeleon: Raarg!
boxset 6
checkflag 0x808
if 0x1 goto $WildBatt
release
end
#org $Wildbatt
lock
wildbattle 5 20 1
release
setflag 0x500
fadescreen 0
end
For messages you use:That's my script, I need to make the Squirtle's overhead sprite disappear though. Also will the rest of the script work in PokeScript?
GT
What do you mean?How can you make \v\h01 talk with nurse joy, when he's defeated?
in pokescript
I'm using Fire Red with PocketScript.
Hey guys. I'm new to scripting, and I need a script for my game that will kinda let me base things off.
I need a script so if you walk down onto stairs (Only two tiles) Then a trainer will walk up from offscreen and challenge you saying just "Hello World" so I can fit in the text later... say we'll use Juggler Dalton, 11E. I need it so when you beat him, he says "Goodbye World" and walks offscreen to the left.
Can someone help me with this? I could also use a script part that would make the screen go black and the thing would vanish, like Giovanni does in Fire Red and leaf green. Well, a lot of rockets really.
trainerbattle 1 0x11E $before $after $leave
$before 1 = ajkghkjahgajk
$after 1 = ajkflghalkgj
#org $leave
applymovement 0x[peopleNumber] $moveAway
$moveAway 1 ; #Binary 0x13 0x13 0x13 0x13 0x13 0xfe
pausemove 0
#raw 53
#raw [peopleNumber]
#raw 00
setflag 0x[peopleID]
fadescreen 0
I answered this in the Simple Questions thread check there.Hi,
I hope you can help me.
I explain what I want to do, and my problem.
I want make a script
* Check If you have a National Dex
* If you don't have a CHAR(#7), block you want speak you, you can't pass
* If you have a National Dex, you can pass
My scripts :
Code:#org $begin lock faceplayer checkflag 0x234 checkspecial 0x16F #raw 0x01 0x00 compare 0x800D 0x1 if 0x04 goto $opop applymovement 0x07 $gar $gar 1 ; #binary 0x62 0x10 0xFE pause 0x20 applymovement 0xFF $jou applymovement 0x07 $arg $jou 1 ; #binary 0x34 0x02 0x65 0xFE $arg 1 ; #binary 0x20 0xFE pause 0x30 message $non $non 1 =Tu n'as pas le \c\h01\h04Pokedex National \n\c\h01\h02Tu ne peut pas passer. callstd 6 applymovement 0x07 $hau $hau 1 ; #binary 0x1F 0x32 0x00 0xFE pause 0x20 release end #org $opop lock faceplayer setflag 0x234 release end
But my problem, If I cannot have pokemon and pokedex my script is ok, but if I have a pokemon or kanto pokedex, i can pass.
Sorry if my english is not very good I really speak french
Make sure you don't have anything open that prevents writing to the file, AdvanceMap is okay but programs like YAPE and some Hex editors will cause that problem.Hey people, can you help me with something?
Every time I burn a script to my ROM, I keep getting the same offset.
I don't know why either.
And yes I do know how to script.
Thanks.
1)Code:trainerbattle 1 0x11E $before $after $leave $before 1 = ajkghkjahgajk $after 1 = ajkflghalkgj #org $leave applymovement 0x[peopleNumber] $moveAway $moveAway 1 ; #Binary 0x13 0x13 0x13 0x13 0x13 0xfe pausemove 0
2)Code:#raw 53 #raw [peopleNumber] #raw 00 setflag 0x[peopleID] fadescreen 0
Thanks, but do I put the two together?
And I thought all scripts started with #org? I'm kinda confused here, but I EALLY appreciate your time. Could you just explain that part please?
#org $begin
lock
faceplayer
trainerbattle 1 0x11E $before $after $leave
end
$before 1 = ajkghkjahgajk
$after 1 = ajkflghalkgj
#org $leave
applymovement 0x[peopleNumber] $moveAway
$moveAway 1 ; #Binary 0x13 0x13 0x13 0x13 0x13 0xfe
pausemove 0
#raw 53 0x00 0x00 (<--person number reversed)
setflag 0x[peopleID]
fadescreen 0
release
end
#org $begin
lock
faceplayer
trainerbattle 1 0x11E $before $after $leave
end
$before 1 = Hello World
$after 1 = Goodbye World
#org $leave
applymovement 0x05 $moveAway
$moveAway 1 ; #Binary 0x13 0x13 0x13 0x13 0x13 0xfe
pausemove 0
#raw 53 0x05 0x05
setflag 0x05
fadescreen 0
release
end
Try that. The people ID is not 05 thats the people number, there will be a box that says people Id in the sidebar, change that to an unused flag number (eg. 0200) then you need to have setflag 0x200.Yeah, thanks!
Now, to find Pocketscript again... (redid my computer, cant find a download)
EDIT: Nevermind, Cheesepeow uploaded a pack with it inside.
EDIT 2:
The even is for person #5 in Advancemap, and it moved the player sprite way off course, and when I actually walked over to the trainer with the script, I get a red screen of death.
Is this what you guys meant by putting in the person ID?
Code:#org $begin lock faceplayer trainerbattle 1 0x11E $before $after $leave [B]$before 1 = Hello World $after 1 = Goodbye World[/B] end #org $leave applymovement 0x05 $moveAway $moveAway 1 ; #Binary 0x13 0x13 0x13 0x13 0x13 0xfe pausemove 0 #raw [B]0x53 [/B]0x05 [B]0x00[/B] setflag 0x[B][peopleID][/B] fadescreen 0 release end
Make sure the people ID of the pokemon sprite is set to 0200.eck!
Ok, I tried making a script, it worked all fine and glitches the pokemon sprite a teency bit right before the screen does it's little animation
[Then you fight the pokemon]
and all but the pokemon does not disappear after the battle
And to think of it, nor do I hear the roar >,<'
I was wondering if you could help?
Here it be! :)
#org $start
Lock
Faceplayer
cry 0xA1 0x05
pause 0x28
Message $roar
Boxset 6
Wildbattle 5 2 1
Setflag 0x200
Fadesreen 0
Release
End
#org $roar
$roar 3 = Charmeleon: Char... Charmeleon!
#org $start
applymovement 0x08 $move (Gary's move)
pausemove 0
message $stole
boxset 6
applymovement 0x08 $move2
applymovement 0xFF $move2 (hero move)
pausemove 0x0
applymovement 0x08 $move3
message $here
setflag 0x201
release
end
#org $move
#raw 0x62 0x0C 0x0f 0x0f 0x0f 0x0f 0x03 0xFE
#org $move2
#raw 0x0A 0x0A 0x01 0xFE
#org $move3
#raw 0x0A 0x0A 0x09 0x04 0xFE
#org $stole
$stole 1 =No way!\n\v\h01 I want that pokemon.
#org $here
$here 1 =Here,take this one.