• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.
84
Posts
17
Years
    • Seen Dec 7, 2020
    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?
     

    El Diabeetus

    Amateur Voice Actor / ROM Editor ('Hacker')
    1,064
    Posts
    17
    Years
    • Age 30
    • Seen Jun 10, 2020
    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:
    18
    Posts
    16
    Years
    • Seen Nov 11, 2007
    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
     

    destinedjagold

    You can contact me in PC's discord server...
    8,593
    Posts
    16
    Years
    • Seen Dec 23, 2023
    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. ;)
     

    ♠εx

    Working on my hack, busy also.
    299
    Posts
    16
    Years
    • Seen Aug 15, 2008
    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..
     
    22
    Posts
    16
    Years
    • Seen Jan 10, 2011
    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?
     
    18
    Posts
    16
    Years
    • Seen Nov 11, 2007
    Help!
    no metter wich script i ussed, that looking that:
    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
     

    El Diabeetus

    Amateur Voice Actor / ROM Editor ('Hacker')
    1,064
    Posts
    17
    Years
    • Age 30
    • Seen Jun 10, 2020
    Help!
    no metter wich script i ussed, that looking that:
    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.
     
    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:
    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.
     

    cooley

    ///Keepin' it simple
    1,148
    Posts
    17
    Years
  • @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.
     

    ♠εx

    Working on my hack, busy also.
    299
    Posts
    16
    Years
    • Seen Aug 15, 2008
    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
     

    BlackRainbow*

    Pokemon Coralo Version ?
    519
    Posts
    17
    Years
  • 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