• 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 Help Thread (DO NOT REQUEST SCRIPTS)

Status
Not open for further replies.

Attilas

Anime-paradise.info Owner.
19
Posts
15
Years
    • Seen Jun 1, 2011
    If my scripting skills are still as good and/or recovering even now:

    ^You missed some commands in the script. Here, the fixes are in bold(try if it works):

    Spoiler:

    why call and not goto? i can't understand that.
    btw my script worked without the changes you pointed but i made them anyway.

    check the video on my signature it's funny:D

    P.S. can i also move a player at a warp?if so will the player warp?like move him out of town and take him back in?
     
    Last edited:
    6
    Posts
    16
    Years
    • Seen Apr 26, 2009
    I was made a givepokemon script
    Spoiler:
    and I'm having a hard time trying to make it happen before this script
    Spoiler:
    can someone help?
     

    Attilas

    Anime-paradise.info Owner.
    19
    Posts
    15
    Years
    • Seen Jun 1, 2011
    holy **** dude? Are those scripts actually working?
     

    Attilas

    Anime-paradise.info Owner.
    19
    Posts
    15
    Years
    • Seen Jun 1, 2011
    like what kind of script?a give event script?
    Like a dud is standing out of pallet? and he checks if you got a pokedex.If you have he gives you a lucario?btw lucario is not in firered and ruby >..>
     
    6
    Posts
    16
    Years
    • Seen Apr 26, 2009
    Yep Attilas they work independntly but I need to know how to/where to join em so the first thing he does is give me my poke.
     
    2
    Posts
    15
    Years
    • Seen May 14, 2009
    Given Pokemon

    Can some one help by giving me or telling me how to script how to give a Pokemon. For example I want a yes or no scripted saying something like do you want to throw the poke ball at this Bulbasaur and if the player clicks yes you receive a Bulbasaur.

    If some one can help Thank you and God bless
     

    Attilas

    Anime-paradise.info Owner.
    19
    Posts
    15
    Years
    • Seen Jun 1, 2011
    If i understand the same sprite is gymleader and gives a pokemon?

    also i need some help with my script.

    here's a video of the script http://www.youtube.com/watch?v=N4NbaaHoisQ

    and the script itself :

    Spoiler:


    why won't my character go up the stairs?do i have to do something special?
     

    Worldslayer608

    ಥдಥ
    894
    Posts
    16
    Years
  • Or use special 0x8E, it saves scripting time and bytes :P

    Hmm, funny you point that out. Om3ga gave me a list a while back with all the specials and I NEVER noticed that one o_O the things that make you feel stupid...

    Thanks for that Pokepal17, and Om3ga for another possibility.

    Do I need to set variables before it or am I doing something wrong?

    Code:
    #dynamic 0x800000
    
    #org @start
    special 0x8E
    release
    end
     
    Last edited:

    0m3GA ARS3NAL

    Im comin' home...
    1,816
    Posts
    16
    Years
  • Hmm, funny you point that out. Om3ga gave me a list a while back with all the specials and I NEVER noticed that one o_O the things that make you feel stupid...

    Thanks for that Pokepal17, and Om3ga for another possibility.

    Do I need to set variables before it or am I doing something wrong?

    Code:
    #dynamic 0x800000
    
    #org @start
    special 0x8E
    release
    end

    I dunno, pokepal seems to know more about that, since I never used that special, I always used the fadescreen, since that is how I learned it...
     

    b0RicU4™

    Needs help on a hack PM me.
    23
    Posts
    15
    Years
  • hey all i guess nobody knows me since this is my 1st post :P
    but i need help with this script im doing.

    its with pokescript but i see alotta ppl talkin about XSE so idk if anyone uses pokescript but i thought id still try :)

    well what i want to do is make the guy giving me the running shoes to dissapear after he gives me them but everytime he dissapears as soon as i take one step he reappears so here is the script
    Spoiler:


    so if anyone can help me id really appreciate it
    thx in advanced ^^
     

    Crocky

    SuperScarlet!
    97
    Posts
    15
    Years
    • Seen Jul 23, 2020
    What is wrong with this script?
    #dynamic 0x800461

    #org @start
    checkflag 0x828
    if 0x1 goto @done
    msgbox @1 0x5
    compare LASTRESULT 0x1
    if 0x1 goto @take
    msgbox @2 0x6
    release
    end

    #org @take
    givepokemon 0x395 0x5 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox @3 0x4
    waitfanfare
    closeonkeypress
    setflag 0x828
    msgbox @4 0x5
    compare LASTRESULT 0x1
    if 0x1 gosub @name
    msgbox @5 0x6
    release
    end

    #org @name
    call 0x1A74EB
    return

    #org @done
    msgbox @6 0x6
    release
    end

    #org @1
    = Hello!\nYou are late!! I am\nalmost out of pokemon for you new\ntrainers!\pYou are lucky I have this for\nit for you!

    #org @2
    = Take this pokemon please.

    #org @3
    = [black_fr]You received a Bagon!

    #org @4
    = [black_fr]Would you like to give a\nnickname to Bagon?

    #org @5
    = Enjoy your pokemon!

    #org @6
    = I gave BULBASAUR CHARMANDER and \nSQUIRTLE to the other trainers.
     

    b0RicU4™

    Needs help on a hack PM me.
    23
    Posts
    15
    Years
  • Use the "hidesprite" command.

    hidesprite 0x(sprite person event number)

    ok ill thanks but can you show me where i shud put it ?

    EDIT:
    I put the command in but now i dnt see the person at all i cant even talk to him ...
    you explain to me where to put it so that i can talk to him then after i get the shoes he dissapears
    thx
     
    Last edited:

    Attilas

    Anime-paradise.info Owner.
    19
    Posts
    15
    Years
    • Seen Jun 1, 2011
    hey all i guess nobody knows me since this is my 1st post :P
    but i need help with this script im doing.

    its with pokescript but i see alotta ppl talkin about XSE so idk if anyone uses pokescript but i thought id still try :)

    well what i want to do is make the guy giving me the running shoes to dissapear after he gives me them but everytime he dissapears as soon as i take one step he reappears so here is the script
    Spoiler:


    so if anyone can help me id really appreciate it
    thx in advanced ^^

    tottally having the same problem.I would like an answer to that how to make the script dissappear for ever or till i call him back again.
     

    onyx79

    Red Dead Revolver
    488
    Posts
    15
    Years
  • here's a script of a man giving you beldum is that OK?this script is in XSE
    #Dynamic 0xoffset

    #org @start
    lock
    faceplayer
    givepokemon 0x18E 0x20 0x0 0x0 0x0 0x0
    setflag 0x828
    release
    end

    where to add text here?
     
    Last edited:
    Status
    Not open for further replies.
    Back
    Top