• 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.

Pokescript Tutorials

Status
Not open for further replies.

EVIL DARK MEW

Advanced Pokemaniac
37
Posts
16
Years
  • #org $StartWild
    lock
    faceplayer
    cry 5
    message $charCry
    $charcry 1 = Charmeleon:Raarg!
    boxset 6

    Don't call on he lock command or the script will not work


    Hi, I have a very strange problem with pokéscript. After I compiled my script and did everything etc... and I play my hack it will say it's lines and then an empty text bar.
    It will stay like that for about a (1/2) minute. When I tried to compile the script you(IW) created for a wild battle with Charmeleon,I get nothing. I only hear the beep. After rapidly pressing the A button I get this:qÁr or something like that and it won't stop. What the hell did I do wrong?(In both cases)
    Note: I dowloaded the Pokescript and Pokeadv from this forum.

    this is most likely caused by an incorrect script..if you post it here i may be able to help.


    How come every time I tried to compile a script,it says 'Run-time error: 6 Overflow' or something like that?

    this is caused by invalid commands
     
    Last edited:
    I also posted this somewhere else:

    Why do all my scripts end up into nothing? After I compiled my script, "used" my script and want to go away I get this:
    fout-1.png

    The script works but afterwords I get this thing.

    I also used a script from Irish Witch but that script doesn't say anything. And after rapidly pressing the A buton I get this:
    strangeness.png

    Doesn't anyone know the problem? Ill post my scripts to.


    Spoiler:

    NOTE: You can use scriptED scripts in Pokescript. Some did it for me once but he has removed all his hacking tools.
    NOTE2: They all end up like this except Irish Witch's wildbatte:
    fout-1.png


    IW's wildbattles turn into this after rapidly pressing A:
    strangeness.png
     

    giova90

    Moebius
    30
    Posts
    16
    Years
    • Seen Jul 5, 2014
    can you repost the ruby move!!!

    the link find not found ,can you re-post the ruby move!!!!
    where do i find this things(like ruby move for poketscript)?
    i'm sorry for my bad english!!!:'(
     

    thetribemaster

    Pokemon: Brink of Oblivion
    25
    Posts
    16
    Years
    • Seen Mar 30, 2009
    I cant get pokescript because the link is broke. and BTW where is Irish Witch?
     

    ♠εx

    Working on my hack, busy also.
    299
    Posts
    16
    Years
    • Seen Aug 15, 2008
    Irish Witch's site is down, so you cant get it from there.
    You'll have to ask someone or find an alternatice link for it.
     

    thetribemaster

    Pokemon: Brink of Oblivion
    25
    Posts
    16
    Years
    • Seen Mar 30, 2009
    Yes me too cause I cant get rubikon to work cause i dont have a decent HEX editor and Scizz is dissapeared (here and his site) so I cant get diamond cutter.
     

    EVIL DARK MEW

    Advanced Pokemaniac
    37
    Posts
    16
    Years
  • I also posted this somewhere else:



    Doesn't anyone know the problem? Ill post my scripts to.



    This one I used beacause I wanted to be sure nothing was wrong with me own:
    Code:
    #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
    I first changed it into this:
    Code:
    #org $StartWild
    lock
    faceplayer
    cry 151
    message $mewCry
    $mewcry 1 = Mew: Mew?
    boxset 6
    checkflag 0x808
    if 0x1 goto $WildBatt
    release
    end
    
    #org $Wildbatt
    lock
    wildbattle 151 5 0
    release
    setflag 0x500
    fadescreen 0
    end
    This one is very strange, it will say I allready have one, but he gives me one(only one):
    Code:
    #org 0x831000
    faceplayer
    checkflag 0x20B
    compare LASTRESULT 0x1
    if 0x1 goto 0x831100
    message 0x831200
    boxset 0x4
    givepokemon 0x4 0xA 0xD7
    setflag 0x20B
    release
    end
    
    #org 0x831100
    message 0x831300
    boxset 0x4
    release
    end
    
    #org 0x831200
    = You have won a CHARMANDER!
    
    #org 0x831300
    = Sorry, you already have one.
    This one also screws up:
    Code:
    #org 0x800000
    lock
    faceplayer
    checkflag 0x10A
    if 1 jump 0x800050
    special 0x16F
    setflag 0x10A
    fanfare 0x13E
    msgbox 0x800100
    callstd 0x6
    waitfanfare
    release
    end
    
    #org 0x800050
    msgbox 0x800070
    callstd 0x6
    release
    end
    
    #org 0x800070
    = Like your new POKéDEX?
    
    #org 0x800100
    = Your POKéDEX was upgraded!
    Even this will screw up in the end:
    Code:
    #org $lukenetty
    lock
    faceplayer
    message $berichtje
    $berichtje 1 = Plaats hier je tekst!
    callstd 6
    release
    end
    NOTE: You can use scriptED scripts in Pokescript. Some did it for me once but he has removed all his hacking tools.
    NOTE2: They all end up like this except Irish Witch's wildbatte:
    fout-1.png


    IW's wildbattles turn into this after rapidly pressing A:
    strangeness.png

    Do not call for a lock before a battle script...

    IT WILL NOT WORK.

    Why would you try scripted scripts with pokescript...???
     

    thetribemaster

    Pokemon: Brink of Oblivion
    25
    Posts
    16
    Years
    • Seen Mar 30, 2009
    Irish Witch's site is down, so you cant get it from there.
    You'll have to ask someone or find an alternatice link for it.

    OMG, there is noone else!!! I even searched the DEEP WEB and found nothing!
    So it'll have to be sent by someone that already has it.
     
    7
    Posts
    16
    Years
    • Seen Jun 15, 2012
    Does anyone know how to make a shiny wild battle poke script?
    I googled it and look and didnt see one...
     

    Derlo

    Tired....
    135
    Posts
    16
    Years
  • Which the command to enable the animation of the door in FR?? I already sought but I didn't find.
    EX: in the begin of the game when the PROF. OAK takes you for LAB for surrendering your first PKM.
    Thank you.
     

    derv1205

    Trade/Battle/Breed/Clone (X,B2,D)
    267
    Posts
    16
    Years
  • Hi, i want some help n.n , i insert this script in a pokeball:
    Code:
    #org $StartMaku
    checkflag 0x800
    message $Makuhita
    $Makuhita 1 = Makuhita!!\nThe fighting pokemon.\pTake the Pichu?
    boxset 5
    compare LASTRESULT 1
    if B_False goto $PutBack
    givepokemon 335 5 0
    jingle
    message $GotMaku
    $GotMaku 1 = You Recieved a Makuhita
    boxset 6
    message $NameMaku
    $NameMaku 1 = Would You like to give Makuhita a name?
    boxset 5
    compare LASTRESULT 1
    if B_False goto $GiveDex
    Namepokemon
    setflag 0x203
    goto $GiveDex
    
    #org $PutBack
    message $PutBack
    $PutBack 1 = You put the pokeball back.
    boxset 6
    end
    
    #org $GiveDex
    setflag 0x800
    setflag 0x801
    message $Pokedex
    $Pokedex 1 = I hope You like your new pokemon.\pWhile your on your journeys I have\la favour to ask you.\pProf OAK and I are trying to make an\lindex of everything pokemon.\pTake this pokedex with you and it\lwill log all the pokemon you see and catch.\pIt would greatly help our studies!
    boxset 6
    jingle
    message $GotDex
    $Gotdex 1 = You got the Pokedex!
    boxset 6
    end
    , it works all, i receive the pokemon, but two things:
    1) When i select YES tu put the name look the icon and the "???????"
    and after that, NOTHING happens.
    PokemonRubyU_02.png


    2) When i put NOT when they ask me to put the name, i receive the
    pokedex, but only there the script to receive the pokedex activates. :S
    PokemonRubyU_01.png
    (Here i press "X")
    PokemonRubyU_06.png

    PokemonRubyU_10.png

    So i have to MAKUHITAS -.-" and other thing, the pokeball didn't disappear :S
    PokemonRubyU_11.png

    PD: I didn't change the name in the first, i just put OK ^^
    Help me please ^^

    And one more thing ^^, in the script of Gym Leader,
    -When i join the to scripts that are in the first page, i joined them and when i try them in the
    rom, there is no Numel, there is only a Zigzagoon, and they never give me my Badge neither the
    FireSton :S , only i defeat the girl and then Nothing...
    -How do i choose the pokemons they will use after inserting the script?
    Thanks
     
    Last edited:

    0m3ga_S1nn3r

    Beginner Hacker :)
    80
    Posts
    16
    Years
  • ok so when i put the script in on AdvanceMapv1.82 and when i playe the game the writing is some wierd giberish language and it doesnt want to stop could some one help with this please.
    .
     

    cooley

    ///Keepin' it simple
    1,148
    Posts
    17
    Years
  • Can Everyone Stop Spmming the ******* Thread. If you read, it says "DO NOT ASK QUESTIONS IN THIS THREAD". You should have guess that, since no one is answering you.

    Try the simple Questions thread, or the Scripts Sharing and discussion thread.
     

    0m3ga_S1nn3r

    Beginner Hacker :)
    80
    Posts
    16
    Years
  • Hi, uhmm well i was wondering if you guys could tell me if this script is good or not cause its my first script so....here it is

    #org $Startscript
    Lock
    Faceplayer
    checkflag 0x200
    if B_TRUE goto $Gotten
    message $AskMe
    $AskMe 1 = Hello, I've got this item that\pI dont really need\pWould you like it?
    boxset 5
    compare LASTRESUILT B_TRUE
    if B_False goto $DontGet
    giveitem 0xC8 1
    setflag 0x200
    Release
    end

    #ORG $Gotten
    Lock
    Faceplayer
    heckflag 0x200
    if B_TRUE goto $Good
    message $Gotten
    $Gotten 1 = Did this item help you?
    boxset 5
    compare LASTRESULT 1
    if B_False goto $TooBad
    release
    end

    #ORG $DontGet
    Lock
    Faceplayer
    message $DontGet
    $DontGet = Fine then you wont be getting\pthis LEFTOVERS!
    boxset 6
    release
    end

    #ORG $Good
    Lock
    Faceplayer
    message $Good
    $Good = YAY! I knew one day I could\phelp someone inneed!\p Here, I'll give you this\p
    boxset 6
    giveitem 0x19 99
    release
    end

    #ORG $TooBad
    Lock
    Faceplayer
    message $TooBad
    $TooBad = Aww well, thing's happen.
    boxset 6
    release
    end

    how do we add sinnoh Pokemon to pokemon Emerald
     
    Last edited by a moderator:

    jk-pingx

    developing a hack
    10
    Posts
    16
    Years
    • Age 30
    • Seen Feb 5, 2008
    ummm i was wondering if there was something wrong with the give item script because when i put yes it gives me the item but when i select no it still gives me the item. any suggestions?
     
    Last edited:

    HeroBlue

    Pokemon Professor
    14
    Posts
    16
    Years
  • There's a slight problem; when i save the notepad file as .RBC, as it's said that there should be a .buf file too, but there isn't. Also i got no "compile"-command in the .RBC-file.
    There should be someone who knows this, heh.
     

    Hellsing

    The bird of Hermes is my name
    121
    Posts
    16
    Years
  • There's a slight problem; when i save the notepad file as .RBC, as it's said that there should be a .buf file too, but there isn't. Also i got no "compile"-command in the .RBC-file.
    There should be someone who knows this, heh.

    Pieman has an excellent tutorial on that, why doesn't anyone check it?
    And most of these question aren't even related to pokescript, not to mention you aren't allowed to ask questions. Seriously, you'd think cooleys post would have stopped all this spam.
     
    Status
    Not open for further replies.
    Back
    Top