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

Team Alpha and Omega {Now Recruiting}

What Hack Should Team Alpha and Omega Recreate?


  • Total voters
    79
Status
Not open for further replies.

war rock exe

Pokemon Colosseum Remaker!!
  • 823
    Posts
    14
    Years
    Hi all im back after some bad exams anything you need me i can halp again. Any scripting?

    hey you're back!!! Welcome back Learath!!! We'll have a job for you soon enough :)

    uh....
    warock.
    ok 2 of them are in the 3line, 1 only has 2. adn their all lil :powerful:? pokemon.. oh well. your hack :)


    hmmm... Let me chose another one then... :)
     
    Last edited:

    war rock exe

    Pokemon Colosseum Remaker!!
  • 823
    Posts
    14
    Years
    If i remem correct i was going to teach you title screen editing. Whenever you are ready :D

    k how are going to do it?

    Hey uuhhhh... can anyone convert this to XSE? It's a trainer battle script:

    #org $script
    lock
    faceplayer
    trainerbattle 0x09 0x01 $see $win
    $see 1 = .....
    $win 1 = .....
    message $after
    $after 1= My name is Shadow\n and we will meet again.\pAnd be prepared...
    boxset 6
    release
    end
     
    Last edited:

    Learath2

    Scripter
  • 114
    Posts
    14
    Years
    Code:
    #org @script
    lock
    faceplayer
    trainerbattle 0x0 0x009 0x0 @see @see
    msgbox @after 0x6
    boxset 6 
    release
    end
    
    #org @see
    = .....
    
    #org @after
    = My name is Shadow\n and we will meet again.\pAnd be prepared...
    will work i think long time after first code :(
     
    Last edited:

    war rock exe

    Pokemon Colosseum Remaker!!
  • 823
    Posts
    14
    Years
    Code:
    #org @script
    lock
    faceplayer
    trainerbattle 0x0 0x009 0x0 @see @see
    msgbox @after 0x6
    boxset 6 
    release
    end
     
    #org @see
    = .....
     
    #org @after
    = My name is Shadow\n and we will meet again.\pAnd be prepared...
    will work i think long time after first code :(


    all right thanks (poketscript is being stupid...)
     

    Learath2

    Scripter
  • 114
    Posts
    14
    Years
    İts wrong sry. 0x0009 is trainer id but i dont know what battle type 9 does so i couldnt make it :)
     

    man

    Scrafty the Beast
  • 84
    Posts
    15
    Years
    Skills: Scripter
    Proof of work: If you need it, I am able to give you examples of my scripting abilities.
    Past experience: Thus far, I have only worked individually upon simplistic rom hacks.
    Contact information: You can PM me.
     

    war rock exe

    Pokemon Colosseum Remaker!!
  • 823
    Posts
    14
    Years
    İts wrong sry. 0x0009 is trainer id but i dont know what battle type 9 does so i couldnt make it :)


    O ok i'll try an XSE scripting tut.

    I.....did it..... It took two whole days to do it, but i've finnaly inserterd about a 100+ pokemon, renamed them if need be, and gave them and entirely whole new moveset... Now for the scripting...
     
    Last edited:

    war rock exe

    Pokemon Colosseum Remaker!!
  • 823
    Posts
    14
    Years
    Skills: Scripter
    Proof of work: If you need it, I am able to give you examples of my scripting abilities.
    Past experience: Thus far, I have only worked individually upon simplistic rom hacks.
    Contact information: You can PM me.

    sure, but i'll need some proof...

    0x9 in pokescript is same official battle in XSE......

    lol, i thought so, but whenever i open the script it's all glitchy...
     
    Last edited:

    man

    Scrafty the Beast
  • 84
    Posts
    15
    Years
    sure, but i'll need some proof...

    Ok, here it is:

    #dynamic 0x71D9BC

    #org @start
    checkflag 0x204
    if 0x1 goto @done
    lock
    faceplayer
    trainerbattle 0x0 0x14 0x0 @before @after
    setflag 0x204
    msgbox @1 0x6
    fadescreen 0x1
    fadescreen 0x0
    hidesprite 0x1
    release
    end

    #org @done
    release
    end

    #org @before
    = [player]!...Let me see that FOSSIL.\nWHOA!!!...This must be worth a\lfortune! The ADMIN said you may\lkeep it. If if were you, I would\lsell it. Hey! I want it! I'll\lfight you for it! Bring it on\l[player]!

    #org @after
    = Whaaat?!!!...You can't be stronger\nthan me!

    #org @1
    = Arghh!!!...I really hate you\n[player]
     

    Echidna

    i don't care what's in your hair
  • 2,077
    Posts
    13
    Years
    hey man, the trainerbattle command doesn't need a flag, it has its own automated flag, so the game nows if the battle has taken place, and if it has, it will just skip the command,oh and the hidesprite command should better be between the fadescreens......... it should look like this:

    #dynamic 0x71D9BC

    #org @start
    lock
    faceplayer
    trainerbattle 0x0 0x14 0x0 @before @after
    msgbox @1 0x6
    fadescreen 0x1
    hidesprite 0x1
    fadescreen 0x0
    setflag 0x204
    release
    end

    #org @before
    = [player]!...Let me see that FOSSIL.\nWHOA!!!...This must be worth a\lfortune! The ADMIN said you may\lkeep it. If i were you, I would\lsell it. Hey! I want it! I'll\lfight you for it! Bring it on\l[player]!

    #org @after
    = Whaaat?!!!...You can't be stronger\nthan me!

    #org @1
    = Arghh!!!...I really hate you\n[player]

    the setflag after hidesprite is needed to keep him hidden, and u gotta put the number 204 in the sprite's People ID........ no offense, but you r not that gd at scripting, u should practice more.........no offesnse at all, i was once not too gd........now i have my own tutorial...... :)

    hey war, ox1 is official battle, so substitute the 0x9 in the pokescript script with ox1, and use the script learath gave u, its gd....just substitute the 0x9 with 0x1.......
     

    war rock exe

    Pokemon Colosseum Remaker!!
  • 823
    Posts
    14
    Years
    Ok, here it is:

    #dynamic 0x71D9BC

    #org @start
    checkflag 0x204
    if 0x1 goto @done
    lock
    faceplayer
    trainerbattle 0x0 0x14 0x0 @before @after
    setflag 0x204
    msgbox @1 0x6
    fadescreen 0x1
    fadescreen 0x0
    hidesprite 0x1
    release
    end

    #org @done
    release
    end

    #org @before
    = [player]!...Let me see that FOSSIL.\nWHOA!!!...This must be worth a\lfortune! The ADMIN said you may\lkeep it. If if were you, I would\lsell it. Hey! I want it! I'll\lfight you for it! Bring it on\l[player]!

    #org @after
    = Whaaat?!!!...You can't be stronger\nthan me!

    #org @1
    = Arghh!!!...I really hate you\n[player]


    sweet you're in; can you make level scripts?

    AWESOME!!! thanks Man and Pedro i'll try the script now and notify you if it STILL doesn't work
     
    Last edited:

    Echidna

    i don't care what's in your hair
  • 2,077
    Posts
    13
    Years
    sweet you're in; can you make level scripts?

    AWESOME!!! thanks Man and Pedro i'll try the script now and notify you if it STILL doesn't work

    hey, i finally finished inserting pokemon for my pokemon legend's rom, it now has all gen 4 and 5 pokemon !!! with great graphics, and skillfully resized......yay............

    As of now, no. But if you want, I am able to learn it.

    looks like we're partners !!!!! i hope u benefitted from the corrections i made to the script, but just so u know, it works perfectly the way u did it, but it makes the clear trainer flag command useless..............
     

    man

    Scrafty the Beast
  • 84
    Posts
    15
    Years

    looks like we're partners !!!!! i hope u benefitted from the corrections i made to the script, but just so u know, it works perfectly the way u did it, but it makes the clear trainer flag command useless..............

    I am glad we're partners, PEDRO12! Yes, I do realize that those commands are useless, now that you have pointed them out.
     

    war rock exe

    Pokemon Colosseum Remaker!!
  • 823
    Posts
    14
    Years
    hey, i finally finished inserting pokemon for my pokemon legend's rom, it now has all gen 4 and 5 pokemon !!! with great graphics, and skillfully resized......yay............



    looks like we're partners !!!!! i hope u benefitted from the corrections i made to the script, but just so u know, it works perfectly the way u did it, but it makes the clear trainer flag command useless..............


    really pedro?! Nice how'd you index all of the 5th gen sprites?

    Skills: Spriter + OW spriter, Pokemon ideas (moves,types,etc.)
    Proof of work: computer too slow for upload momenteraly
    Past experience: I'm working on a hack with a friend, we still don't know a good name
    Contact information: [email protected]


    hey when you get the chance show me some work of your OW spriting please
     
    Last edited:
    Status
    Not open for further replies.
    Back
    Top