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

Sierra's MEGA-HUGE XSE Scripting Tutorial

1
Posts
14
Years
    • Seen Sep 22, 2013
    I need help, Whenever I try to Compile, I get various errors, examples; There are duplicate scripts; Unknown Value on Line 6; And like Error, too many parameters on line 1, What does this mean? Can someone help me fix it?
     
    3
    Posts
    15
    Years
    • Seen Dec 15, 2010
    Code:
    #dynamic 0x2DD0F8
    
    #org @start
    checkflag 0x828
    if 0x1 goto @done
    msgbox @1 0x6
    applymovement 0x01 @move
    waitmovement 0x0
    applymovement 0xFF @move2
    pause 0x30
    msgbox @2 0x6
    applymovement 0x01 @move3
    applymovement 0xFF @move3
    waitmovement 0x0
    release
    end
    
    #org @done
    release
    end
    
    #org @move
    #raw 0x62
    #raw 0x01
    #raw 0x11
    #raw 0x11
    #raw 0x11
    #raw 0x11
    #raw 0x12
    #raw 0x12
    #raw 0x12
    #raw 0xFE
    
    #org @move2
    #raw 0x03
    #raw 0xFE
    
    #org @move3
    #raw 0x13
    #raw 0x13
    #raw 0x13
    #raw 0x13
    #raw 0x10
    #raw 0x10
    #raw 0x10
    #raw 0x10
    #raw 0x10
    #raw 0xFE
    
    #org @1
    = Hey! [player]!
    
    #org @2
    = Here! Try this out!

    What are the Unknown and Var numbers for this script? How do I find them?
     

    The Original Darkwiz787

    Stuck with text below my name.
    317
    Posts
    15
    Years
    • Seen Jun 24, 2014
    Ehe, NVM. forgort that thread's a tutorial, not a script help thread...

    Anyways, I used to think scripting was hard to the level of "Insanium in the Cranium" But its not!

    Ty for the tut, see you and good night!
     

    Sweet Jasmine

    s m i l e :)
    1,040
    Posts
    15
    Years
  • Gee This Tutorial is Great
    Helps me alot with my Hack
    Because im using XSE >3
    My Hack is Pokemon Pink Destiny
    Thanks for Posting this Thread
    This help me alot ^_^ *giggles*

    -Yasumin >3
     
    32
    Posts
    14
    Years
    • Seen May 23, 2009
    I have a problem, I use Advance Map, overwrite a script, and then what do I do? Because it always goes back to the old script. (I have debug, compiled, saved it and yet nothing works. Yes I am new at using XSE, but can someone help?)

    I was using the give pokemon charmander code.
     

    Sweet Jasmine

    s m i l e :)
    1,040
    Posts
    15
    Years
  • Tyson is right.. or you could Private Message HackMew to answer your question >3
    Hope that helped ^_^ *giggles*

    -Yasumin >3 Your Sweet Friend ^_^
     

    Pheya

    Is very excited about HH & SS.
    80
    Posts
    16
    Years
    • Seen Jan 2, 2010
    I have a problem, I use Advance Map, overwrite a script, and then what do I do? Because it always goes back to the old script. (I have debug, compiled, saved it and yet nothing works. Yes I am new at using XSE, but can someone help?)

    I was using the give pokemon charmander code.

    Try remaking the script. ;)
     
    225
    Posts
    15
    Years
    • Seen Jul 17, 2009
    I made a script for a battle, but it appears as Gary on the S.S. Anne. How do I make it have certain Pokemon, levels, battle sprites, and etc... Thank you in advance.
     

    DarkPrince304

    Back to Hacking after exams!!!
    167
    Posts
    14
    Years
  • Hello Guys
    This is my 1st post and I am a Beginner to scripting...
    I just made this script to battle Ho-Oh

    #dynamic 0x800000
    #org @start
    lock
    faceplayer
    message @yesno
    boxset 5
    compare LASTRESULT 1
    if b_true goto @yes
    wildbattle 250 50 0 0 0 0
    compare LASTRESULT 0
    if b_true goto @no
    release
    end

    #org @tutorial
    = Are you sure you want to battle HO-OH?

    #org @yes
    message @pressyes
    boxset 6
    release
    end

    #org @no
    message @pressno
    boxset 6
    release
    end

    #org @pressyes
    = HO-OH Woke Up!\p HO-OH:Geeyaauugh!!

    #org @pressno
    = You left HO-OH...

    Now
    I have put Ho-oh in a room along with Lugia,Raikou,Entei,and Suicune
    I want someone to make and explain me an event in which if I battle Any of the 5 pokemon the other 4 dissapear after the battle leaving a message..
    I need a code for it

    1 more thing
    in the statement wildbattle 250 50 0 0 0 0
    What do the other 4 zero's mean...I just typed that by seeing what other people did but I don't know what the other 4 zero's mean
    Thank You :D
     
    Last edited:
    6
    Posts
    14
    Years
    • Seen Aug 16, 2009
    ???

    Once you've got the script you want wha do you do with it? How do you import it into ADV map? or get it working in the rom?
     

    NTA

    Where?
    264
    Posts
    16
    Years
    • Seen Feb 10, 2012
    i made some changes to the wildbattle script
    the cry came right after the message giving alot lesss time to play the cry
    and the fadescreen was right but the player dissapeared right after the fadescreen not during it so i fixed that too :D

    #dynamic 0x800000

    #org @start
    lock
    faceplayer
    cry 0x6 0x0
    msgbox @1 0x6
    wildbattle 0x6 0x1E 0x8B
    fadescreen 0x1
    hidesprite 0x800F
    fadescreen 0x0
    setflag 0x200
    release
    end

    #org @1
    = CHARIZARD: Raaarrgghh!
     

    Kolossus

    Dialouge Master
    5
    Posts
    14
    Years
  • Try remaking the script. ;)

    could someone explain what he means by that? I am having the exact same problem. I change some of the existing script, then I try to save, but it just makes a new file for that script! Then when I close the script and open it again, it opens the old script. I can open mine, but it opens in a new tab. Even when I go 'compile' it still saves as a new file. Any help would be much appreciated
     

    DarkPrince304

    Back to Hacking after exams!!!
    167
    Posts
    14
    Years
  • Umm Hi Guys I want to make a script with following information

    I begin my adventure and as soon as I try to go down the stairs,mom comes up and says to go back to sleep as we have to choose our 1st pokemon tomorrow and then we go to sleep...

    So I want it like when i go to stairs the mom blocks and when i have gone to sleep and wake up the mom is not blocking me anymore...Please help me
    I pray for help please!!... :(
    and please explain me the script too
    Thank you very much :)
     
    Back
    Top