• 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 Trading Card Game 2 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.

Script Requests/Sharing/Discussion

Status
Not open for further replies.
Is there a reason this only happens to me?

I know what is wrong, maybe....

Well, when you downloaded the database did you download 1.20(crossover version) or 1.00?
If you downloaded 1.20 uninstall pokescript and reinstall it with the 1.00 database.

Other then that, I have nothing to help you with.
 
I know what is wrong, maybe....

Well, when you downloaded the database did you download 1.20(crossover version) or 1.00?
If you downloaded 1.20 uninstall pokescript and reinstall it with the 1.00 database.

Other then that, I have nothing to help you with.

I used the one that is here, on this site. I used this one: yes I've got 1.2. Can you give me the link to the correct one plz?
 
What am I doing wrong The event keeps repeating, This is a Scripted script by the way.

'-----------------------
#org 0x810000
lock
faceplayer
checkflag 0x205
compare LASTRESULT 0x1
if 0x1 goto 0x810000
msgbox 0x8811000
callstd 0x6
wildbattle 0xE4 0x05 0x0
cry 0xA1 0xE4
setflag 0x205
end

'---------
' Strings
'---------
#org 0x811000
= HOUNDOUR: Dooouurr!
 
Last edited:
Help!
I hack a ruby, and whene i set a script into my game, i set a script give pokemon in the man in oladale town, and whene i go to talk him, noting happend! thet no talking to him \=
 
@coin3: Thank you sooooooo very very very very very much. It finaly works for me.


When I try to insert a wildbattle script. it doesn't work. It's very strange.

and why does this script fail:
Code:
#org $start
lock
faceplayer 
message $train
$train 1 = I won't bring you\nto a training place.
callstd 5
compare LASTRESUILT B_TRUE
if B_False goto $warp
message $ok
$ok 1 = OK. That's fine.
callstd 6
release
end

#org $warp
lock
faceplayer 
message $warp2
$warp2 1 = There you go.\nGood bye!
callstd 6
warp 3 52 1
release
end

No mater picking yes or no. I get: OK. That's fine
 
Hey all, it is me again. I just wanna ask something.., for I think my question belongs to scripting... Maybe... Oh well...

Is there a sprite number in a Ruby ROM that will automatically turn into the female rival whenever the player chooses to be the male hero and vise versa..?

If there isn't, then could someone show me a script for me to study it..? Thanks. ;)
 
lukenetty
Try this script:

Code:
#org 0x800000
lock
faceplayer
message 0x800100
boxset 0x5
message 0x800400
boxset 0x6
message 0x800300
boxset 0x6
warp 0x3 0x52 0x1
release
end

#org 0x800100 = Want me to take you to a\1training place?

#org 0x800300 = Oh, ok. Thats fine.

#org 0x800400 = You wanted to warp!

I think that should work..
 
Hi, anyone make a script that when you talk to them they give you the pass in fire red which lets you go to all the islands?
 
Help!
no metter wich script i ussed, that looking that:
[PokeCommunity.com] Script Requests/Sharing/Discussion

i ussing a script giving poke, i got the charmander both that in jibrish X:
anyone can help me please?
thank
 
Help!
no metter wich script i ussed, that looking that:
[PokeCommunity.com] Script Requests/Sharing/Discussion

i ussing a script giving poke, i got the charmander both that in jibrish X:
anyone can help me please?
thank

That's weird Instead of Charmander you get the Katakana for ZE repeatedly.
I wouldn't know how to fix that, Not That's not gibberish. Ok Its written like Gibberish.
 
The weird thing is that I gave him that script, it works in my hack, but not his. So he must have some compiling things wrong...
 
lukenetty
Try this script:

Code:
#org 0x800000
lock
faceplayer
message 0x800100
boxset 0x5
message 0x800400
boxset 0x6
message 0x800300
boxset 0x6
warp 0x3 0x52 0x1
release
end

#org 0x800100 = Want me to take you to a\1training place?

#org 0x800300 = Oh, ok. Thats fine.

#org 0x800400 = You wanted to warp!

I think that should work..

No i've got this: YES = Yes and the No sentence + warp to 2nd F peter pokecenter, No = Yes and the No sentence + warp to 2nd F peter pokecenter.

So the warp doesn't work and the YES/NO doesn't work. My warps work. I know that for sure. Only my YES/NO and Wildbattle screw up.



Help!
no metter wich script i ussed, that looking that:
[PokeCommunity.com] Script Requests/Sharing/Discussion

i ussing a script giving poke, i got the charmander both that in jibrish X:
anyone can help me please?
thank

I think you have the same problem as me. You'll need to download Pokescript 1.00 for it to work.



EDIT: @Spencer: Your YES/NO screws up into yes = no and no= no.
 
@coin3: Thank you sooooooo very very very very very much. It finaly works for me.


When I try to insert a wildbattle script. it doesn't work. It's very strange.

and why does this script fail:
Code:
#org $start
lock
faceplayer 
message $train
$train 1 = I won't bring you\nto a training place.
callstd 5
compare LASTRESUILT B_TRUE
if B_False goto $warp
message $ok
$ok 1 = OK. That's fine.
callstd 6
release
end

#org $warp
lock
faceplayer 
message $warp2
$warp2 1 = There you go.\nGood bye!
callstd 6
warp 3 52 1
release
end

No mater picking yes or no. I get: OK. That's fine
I'm going to edit it the way I make scripts:
Code:
#org $start
lock
faceplayer 
message $train
$train 1 = Do you want to go to\na training place? 
callstd 5
compare LASTRESUILT 1
if B_true goto $warp
message $ok
$ok 1 = OK. That's fine.
callstd 6
release
end

#org $warp
message $warp2
$warp2 1 = There you go.\nGood bye!
callstd 6
warp 3 52 1
release
end
It should work now. Try it and give feedback.
 
lukenetty
I didn't understand a thing you said :l
But I tried to fix it up from what I could understand xD.

Code:
#org 0x800000
lock
faceplayer
message 0x800100
boxset 0x5
message 0x800400
boxset 0x6
message 0x800300
boxset 0x6
release
end

#org 0x800100 = Want me to take you to a\1training place?

#org 0x800300 = You wanted to warp!
warp 0x3 0x52 0x1
release
end

#org 0x800400 = Oh, ok. Thats fine.
 
@♠εx: I just wanted this scenario:

You: *talks to person*
person: Do you want me to bring you to a training place?
person: *if said yes* ok lets warp. *warps to the map*
person: *if said no* ok that's fine.

But with yours I get: Want to warp?
You: *yes*
person: ok that's fine. You wanted a warp.
or
You: *no*
person: ok that's fine. You wanted a warp.

but they don't even warp.

@ cooley: Same problem.
@ cooley2: I think he maybe too has pokescript 1.2 and not 1.00
 
What am I doing wrong The event keeps repeating, This is a Scripted script by the way.

'-----------------------
#org 0x810000
lock
faceplayer
checkflag 0x205
compare LASTRESULT 0x1
if 0x1 goto 0x810000
msgbox 0x8811000
callstd 0x6
wildbattle 0xE4 0x05 0x0
cry 0xA1 0xE4
setflag 0x205
end

'---------
' Strings
'---------
#org 0x811000
= HOUNDOUR: Dooouurr!

This Should Work:

Spoiler:
 
Status
Not open for further replies.
Back
Top