• 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.
1,104
Posts
16
Years
  • Could you post a screen of advance map, so I can see if anything is wrong. Just incase you don't know how to, Click on the person and hit printscreen on the keyboard and then click on the trigger and hit the printscreen again.
     

    Dr.Razor

    Yellow Remaker
    101
    Posts
    16
    Years
  • 44tim44 this is the script you requested, its a bit long. So I'll put it into a spoiler. This script is for Fire Red.
    Spoiler:

    how can i put this script in advance map?
    where in the map?
     

    destinedjagold

    You can contact me in PC's discord server...
    8,593
    Posts
    16
    Years
    • Seen Dec 23, 2023
    Hi.., it's me again!

    Can anyone give me a script that goes like this...

    1. A girl won't let you in a Gym until you have claimed the Pokedex from Prof. Birch.

    2. When you got it, and when you rturn to the map where she was blocking the Gym, she's already on her original position in Advance Map.

    that's all...

    Additional info for the girl that'll be used in the script I'm requesting...
    EVENT NUMBER = 0
    PEOPLE NUMBER = 1


    THANKS IN ADVANCE!!!
     

    foullump

    Rom Hacking Guru
    221
    Posts
    17
    Years
  • Hi.., it's me again!

    Can anyone give me a script that goes like this...

    1. A girl won't let you in a Gym until you have claimed the Pokedex from Prof. Birch.

    2. When you got it, and when you rturn to the map where she was blocking the Gym, she's already on her original position in Advance Map.

    that's all...

    Additional info for the girl that'll be used in the script I'm requesting...
    EVENT NUMBER = 0
    PEOPLE NUMBER = 1


    THANKS IN ADVANCE!!!

    It's kind of simple, really.
    Code:
    #org $go
    lock
    faceplayer
    message $1
    boxset 6
    release
    end
    
    #org $1
    $1 1 = You cannot enter the gym until you've\nobtained a Pokedex from Prof. Birch.
    And then, just put her people id in am as 801
     

    destinedjagold

    You can contact me in PC's discord server...
    8,593
    Posts
    16
    Years
    • Seen Dec 23, 2023
    really..?

    I don't think so...

    I think the script should have a checkflag and if B_TRUE goto kinda stuff...
     

    O.G. Duke

    a.k.a OmegaGroudon
    974
    Posts
    17
    Years
    • Seen May 18, 2016
    @destinedjagold :No need, the people id insert 801 its mean the sprite will disappear when you get the pokedex! ( To get a pokedex, setflag 0x801 )

    My question: Why can I make a sprite will appear when a flag is set? If the flag didnt set, it will never appear till the flag is set.
     
    1,104
    Posts
    16
    Years
  • @destinedjagold :No need, the people id insert 801 its mean the sprite will disappear when you get the pokedex! ( To get a pokedex, setflag 0x801 )

    My question: Why can I make a sprite will appear when a flag is set? If the flag didnt set, it will never appear till the flag is set.

    Why don't try it a 'clearflag'. So set the flag in an earlier script so the person will dissapear and then clearflag when you want the sprite to appear.
     

    Kyaru-san

    Mysterious Trainer
    273
    Posts
    19
    Years
  • I have a script request

    (if you're a boy a girl but a girl a boy) who walked two step down and said
    "[PLAYER]!!! You're back from GOLDENROD CITY!! I miss you, you knucklehead...Well anyway come visit us."

    "..................................."

    "Oh you're looking for PROF. MAPLE..Well she is visiting us right now, she helping my mom fix my POKEDEX and also updating it. Come visit, I guarantee she'll be expecting you"

    -Walk up and leave-
     

    Dr.Razor

    Yellow Remaker
    101
    Posts
    16
    Years
  • I write this script and i have a probleme:
    why the jingle don't work?

    #org $start
    lock
    faceplayer
    message $poke
    boxset 5
    compare LASTRESULT 1
    if b_true goto $yes
    message $no
    boxset 6
    release
    end

    #org $yes
    givepokemon 1 5 0
    message $here
    boxset 6
    jingle
    release
    end

    #org $poke
    $poke 1 =Pourrait-tu t'occuper de ce Bulizarre?


    #org $no
    $no 1 =Dommage...

    #org $here
    $here 1 =[player] recoit un BULBIZARRE!!!
     
    1,104
    Posts
    16
    Years
  • I write this script and i have a probleme:
    why the jingle don't work?

    #org $start
    lock
    faceplayer
    message $poke
    boxset 5
    compare LASTRESULT 1
    if b_true goto $yes
    message $no
    boxset 6
    release
    end

    #org $yes
    givepokemon 1 5 0
    jingle
    message $here
    boxset 6
    release
    end

    #org $poke
    $poke 1 =Pourrait-tu t'occuper de ce Bulizarre?


    #org $no
    $no 1 =Dommage...

    #org $here
    $here 1 =\v\h01 recoit un BULBIZARRE!!!

    I'd only change a few things. See if this works. My changes in bold.
     
    13
    Posts
    16
    Years
    • Seen Jun 14, 2011
    Whats wrong with this script ?

    Hi all can anyone tell me what is wronge with my script its very short i just want the player to look in every direction on the same sport but when my character treads on the script the game just freezes the game is sapphire and the script is......

    #ORG $StartScript
    APPLYMOVE_PLAYER; #binary 0x01 0x02 0x00 0x03 0xFE
    end
     

    Dr.Razor

    Yellow Remaker
    101
    Posts
    16
    Years
  • Hi in my script(look 3 post up)i want( after giving me the pokemon) a character in the map to disapear.
    Just give me the base script and a put the number of the character.
    Thank you.
    ps:sorry for my bad english^^

    Dr.RAzor
     
    Hi all can anyone tell me what is wronge with my script its very short i just want the player to look in every direction on the same sport but when my character treads on the script the game just freezes the game is sapphire and the script is......

    #ORG $StartScript
    APPLYMOVE_PLAYER; #binary 0x01 0x02 0x00 0x03 0xFE
    end

    You have to put a "pause 0x??" command after every applymovement command to make it work. For example, because you have four movements to be carried out in your command, it would be "pause 0x4" If you had six it'd be "pause 0x6."

    So, your script would be:
    Code:
    #ORG $StartScript
    APPLYMOVE_PLAYER; #binary 0x01 0x02 0x00 0x03 0xFE
    [b]pause 0x4[/b]
    end
     
    10
    Posts
    16
    Years
    • Seen Jul 26, 2010
    hi , umm im looking for a scriptor who would want to help me with my hack.if anyone would be so kind, then please pm me.
     
    13
    Posts
    16
    Years
    • Seen Jun 14, 2011
    Okay thanks for that i will try that soon just one more question when putting the scripts in using advance map ho do i know what to put in the var number n stuff ?
     

    boon

    Normal Trainer
    26
    Posts
    16
    Years
    • Seen Dec 28, 2007
    can sombody here make me a script that dosen't let you in if you
    dont have some item? the game is pokemon ruby.
     
    13
    Posts
    16
    Years
    • Seen Jun 14, 2011
    Waht kind of script and for what rom ? Do you mean like a givepokemon script or a fite ?
     
    Status
    Not open for further replies.
    Back
    Top