• 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
  • Well, I just tried it and it works fine for me.
    Code:
    #raw 03
    pause 0x30
    #raw 76
    That's all I changed it worked. You could try and 're-compile' it and see if that makes a difference. If not, I don't know the problem.
     

    Dr.Razor

    Yellow Remaker
    101
    Posts
    16
    Years
  • Thank you very much^^
    Now i've got an another probleme with an other script:
    I wanna make the same script than in pokemon yellow:
    when you talk to the pokeball with eevee,your rival came and steal it.
    and the hero returnes to oak,and oak give him pikachu with the pokedex.
    Exactly like in this video:
    https://youtube.com/watch?v=_-NxsGgPS1s

    I hope you understand my bad english.
    Thank you.
     

    Geeked

    Pokemon Crimson Version
    352
    Posts
    16
    Years
    • Seen Oct 9, 2012
    im sort of a noob

    im a noob but i would like to know would this script work as a give pokemon script?


    #org $begin
    lock
    faceplayer
    checkflag 0x200
    if B_true goto $done
    boxset 6
    givepokemon 3 5 0
    setflag 0x200
    release
    end

    #org $done
    message $person2
    boxset 6
    release
    end

    #org $person
    $person = sup dude \v\h01. \ni really dont care for this pokemon anymore.\ntake it maybe you could care for it


    #org $person2
    $person2 = Hows that pokemon i gave you?
     

    destinedjagold

    You can contact me in PC's discord server...
    8,593
    Posts
    16
    Years
    • Seen Dec 23, 2023
    yeah.., that script works.., a give pokemon script that'll give the player a Venusaur...

    yes, it works.., for me, at least...
     

    ♠εx

    Working on my hack, busy also.
    299
    Posts
    16
    Years
    • Seen Aug 15, 2008
    Lord Skall
    Install PokeScript and PkmAdv, you should find it in the PokeScript tutorial.
    Also, make sure you insert a script ;P.
     

    Frostbite

    Ace Trainer
    723
    Posts
    19
    Years
  • I'm having a problem with a simple showtext script.

    Here is the script:

    Spoiler:


    ...and after I complie and insert the script in the game it turns out like this:

    Spoiler:


    I have absolutely no idea what I did wrong, the script seems pretty fine to me. I've followed all the instructions to insert scripts in Pokescript.

    This has been happening with all of the scripts that I've been inserting, they all don't work and the text is messed up. I've never inserted a working script yet. :/

    Any help?
     
    84
    Posts
    17
    Years
    • Seen Dec 7, 2020
    Strangely, the same thing for me. None of my scripts will work. But they are perfectly fine.
     

    Lord Skall

    Zeik Tuvai
    15
    Posts
    16
    Years
    • Seen Apr 25, 2009
    Can someone make a script for me? I need it togive you a Eevee then ask you if you want to rename it and finaly give you the pokedex.
     

    destinedjagold

    You can contact me in PC's discord server...
    8,593
    Posts
    16
    Years
    • Seen Dec 23, 2023
    I'm having a problem with a simple showtext script.

    Here is the script:

    Spoiler:


    ...and after I complie and insert the script in the game it turns out like this:

    Spoiler:


    I have absolutely no idea what I did wrong, the script seems pretty fine to me. I've followed all the instructions to insert scripts in Pokescript.

    This has been happening with all of the scripts that I've been inserting, they all don't work and the text is messed up. I've never inserted a working script yet. :/

    Any help?

    Whenever I make scripts for signposts.., I never put lock and faceplayer, since they're not people who you try to communicate with.

    I don't know if this tip of mine will work for you, but for me, it always work('cause I never got any problems with text scripts)...

    Maybe you should try this one out...
    Code:
    #org $showtext
    lock
    faceplayer ([I]or if it still doesn't work, try removing lock and faceplayer...[/I])
    message $sign
    boxset 6
    release
    end
    
    #org $sign
    $sign 1 = Gale Port\nFree service rides available!

    Good day...
     

    Dr.Razor

    Yellow Remaker
    101
    Posts
    16
    Years
  • I've got a probleme with a script:
    Code:
    #org $piaf
    message $regarde
    applymovement 0x3 $piafa
    applymovement 0xFF $marche
    message $piafb
    Wildbattle 21 7 0
    applymovement 0x3 $fin
    release 
    end
    
    #org $regarde
    $regarde 1 =Regarde,Pikachu!\pIl y a trois Piafabec.
    
    #org $piafa
    $piafa 1 ; #binary 0x0C
    
    #org $marche
    $marche 1 ; #binary 0x08
    
    #org $piafb
    $piafb 1 =Il nous attaque!!
    
    #org $fin
    $fin 1 ; #binary 0x0D 0x0D 0x0D 0x0D 0x0D 0x60

    When i insert it,only the wildbattle work
    so where is my mistakes?
     
    1,104
    Posts
    16
    Years
  • I've got a probleme with a script:
    Code:
    #org $piaf
    message $regarde
    [B]boxset 6[/B]
    applymovement 0x3 $piafa
    applymovement 0xFF $marche
    message $piafb
    [B]boxset 6[/B]
    Wildbattle 21 7 0
    applymovement 0x3 $fin
    release 
    end
    
    #org $regarde
    $regarde 1 =Regarde,Pikachu!\pIl y a trois Piafabec.
    
    #org $piafa
    $piafa 1 ; #binary 0x0C [B]0xFE[/B]
    
    #org $marche
    $marche 1 ; #binary 0x08 [B]0xFE[/B]
    
    #org $piafb
    $piafb 1 =Il nous attaque!!
    
    #org $fin
    $fin 1 ; #binary 0x0D 0x0D 0x0D 0x0D 0x0D 0x60 [B]0xFE[/B]

    When i insert it,only the wildbattle work
    so where is my mistakes?

    You're mistakes are in bold.
     

    BlackRainbow*

    Pokemon Coralo Version ?
    519
    Posts
    17
    Years
  • Hello! I Have a scrit problem.
    When i inesrt the script into my hack(RUBY) the game freeze whene i goto that script
    here is the script
    #org 0x80000
    checkflag 0x20A
    if 0x1 goto 0x800100
    applymovement 0xFE 0x800200
    pause 0x30
    message 0x800300
    boxset 0x6
    applymovement 0xFE 0x800400
    pause 0x30
    setflag 0x20A
    release
    end

    #org 0x800100
    end

    #org 0x800200
    #raw 0x56
    #raw 0xFE

    #org 0x800300
    = Huh!

    #org 0x800400
    #raw 0x09
    #raw 0xFE

    Can anyone help?
     

    destinedjagold

    You can contact me in PC's discord server...
    8,593
    Posts
    16
    Years
    • Seen Dec 23, 2023
    Code:
    #org 0x80000
    checkflag 0x20A
    if 0x1 goto 0x800100
    applymovement 0xFE 0x800200
    pause[B]move[/B] 0x30
    message 0x800300
    boxset 0x6
    applymovement 0xFE 0x800400
    pause[B]move[/B] 0x30
    setflag 0x20A
    release
    end
    
    #org 0x800100
    [B]release[/B]
    end
    
    #org 0x800200
    #raw 0x56
    #raw 0xFE
    
    #org 0x800300
    = Huh!
    
    #org 0x800400
    #raw 0x09
    #raw 0xFE

    I think those are the problems... But I'm no expert, it's just what I think are the errors are...
     
    1,104
    Posts
    16
    Years
  • Hello! I Have a scrit problem.
    When i inesrt the script into my hack(RUBY) the game freeze whene i goto that script
    here is the script
    #org 0x800000
    checkflag 0x20A
    if 0x1 goto 0x800100
    applymovement 0xFE 0x800200
    pause 0x30
    message 0x800300
    boxset 0x6
    applymovement 0xFE 0x800400
    pause 0x30
    setflag 0x20A
    release
    end

    #org 0x800100
    end

    #org 0x800200
    #raw 0x56
    #raw 0xFE

    #org 0x800300
    = Huh!

    #org 0x800400
    #raw 0x09
    #raw 0xFE

    Can anyone help?

    Sorry Destinedjagold but the only problem I could find was the first offset. It's either pause 0x<Time> or pausemove 0, so that is okay.
    But there could be another, What's 0xFE for, in the applymovement line?
     

    destinedjagold

    You can contact me in PC's discord server...
    8,593
    Posts
    16
    Years
    • Seen Dec 23, 2023
    eh..? oh well... hey thethethethe, thanks for correcting me... :)
    I have no experience scripting in that style. oh well...

    again, could someone make me a simple script that has a change weather effect, change background music effect and a pokemon cry effect for I have no luck with these scripts... (i'll delete my previous post)...

    thanks in advance.
     
    Status
    Not open for further replies.
    Back
    Top