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

[Archive] Script help thread

Status
Not open for further replies.
21
Posts
15
Years
    • Seen Dec 29, 2012
    Ive tried both the scripts that were given to me, both resulted in the same bright red frozen screen, also i have to use pokescript and encode as theres not a complile option, when i do this it says it has processed 0 lines and there is 3 invalid commands, has this got anything to do with the red screen
    help would be appreciated
     
    6
    Posts
    15
    Years
    • Seen Aug 6, 2008
    Megiddo, that doesn't really help. I want this to happen. (I've read tutorials and they don't help me) (I'm using XSE)

    1: Brock, May, and a Youngster come out.
    2: You walk for 1 step together, then this message comes up:
    ASH: Tell me again Brock, are you really sure this is the right way to go?
    BROCK: I used to think so, but now I'm not so sure.

    MAY: We haven't seen a town or anything!
    MAX: And the PokeNav's not picking up a signal at all!
    PIKACHU: Pika!
    3rd: Walk 2 more steps and this message:

    MAX: Man, I'm so thirsty! Can I have some water, OK?
    MAY: Just don't drink it all!
    MAX: I won't. Thanks.
    MAY: Max! I told you not to drink it all, didn't I?
    MAX: It wasn't exactly full, ya know?

    MAY: But know I know that there's none left I'm thirstier then ever!
    Walk 3 steps and message:
    ASH: Water…
    ALL: Ah!
    and the script ends.

    by the way, I'm working on the same hack RTW is. we're bros.
     
    Last edited:

    linkandzelda

    Ex-rom hacker turned indie game developer
    777
    Posts
    17
    Years
  • this isnt a script request thread its a script help thread.

    i know its hard to learn scripting but if your doing you own hack then it is much easyer to be able to script yourself.

    link
     

    .:God:.

    Hiding in the silence...
    468
    Posts
    16
    Years
  • this isnt a script request thread its a script help thread.

    i know its hard to learn scripting but if your doing you own hack then it is much easyer to be able to script yourself.

    link

    1st: I am doing my own hack. Pokemon revelation. You should keep your eyes open.
    2nd: I've read every scripting tutorail there is.
     

    linkandzelda

    Ex-rom hacker turned indie game developer
    777
    Posts
    17
    Years
  • 1st: I am doing my own hack. Pokemon revelation. You should keep your eyes open.
    2nd: I've read every scripting tutorail there is.

    1st: I know your doing your own hack which is why i think in the long run its much easyer for you if you learnt how to script.
    2nd: i don't know. I found it quite easy to learn. It is tough but there are tons of tutorials for scripting. scripting is much easyer with xse than it was before with pokescript.

    link
     

    Master_Track

    ROM Reaverz Scripter
    916
    Posts
    16
    Years
  • Wow, it's been a really long time since I last needed help ô.O
    It's something little but important, I don't use Cry very often, but I need it for an event.
    It's working, but I think it's much too short.
    it's
    cry 0xA1 249
    nop
    nop

    what I used, and afterwards an applymovement. Anyone got an idea why lugias cry is too short and (I think) "incomplete"?
     

    linkandzelda

    Ex-rom hacker turned indie game developer
    777
    Posts
    17
    Years
  • hmm. i remember doing a script that plays about 4 sounds in a row and i remeber having to put a pause in there or they overlaped.

    hope it helps
    link
     

    .:God:.

    Hiding in the silence...
    468
    Posts
    16
    Years
  • 1st: I know your doing your own hack which is why i think in the long run its much easyer for you if you learnt how to script.
    2nd: i don't know. I found it quite easy to learn. It is tough but there are tons of tutorials for scripting. scripting is much easyer with xse than it was before with pokescript.

    link


    which tutorial did you read? and not pokescript, XSE
     

    linkandzelda

    Ex-rom hacker turned indie game developer
    777
    Posts
    17
    Years
  • which tutorial did you read? and not pokescript, XSE

    i started with ScriptED looking at scripts in ruby and I learned like that. Then when pokescript came i used foullumps tutorial named: Hack Tutorials: Scripting. Then I learnt the rest by myself.

    As for XSE I used Darthrons tutorial to start. I think XSE is very similar to pokescript so i found it much easyer to learn XSE.

    For sombody begining on XSE i would use all the tutorials. Also when your leraning try out small things to get used to it then go onto bigger things. Check out the command help in XSE for help on all the commands.

    hope that helps and good luck learning to script.

    link
     

    Thrace

    @tion
    1,048
    Posts
    16
    Years
    • Seen Oct 2, 2016
    Wow, it's been a really long time since I last needed help ô.O
    It's something little but important, I don't use Cry very often, but I need it for an event.
    It's working, but I think it's much too short.
    it's
    cry 0xA1 249
    nop
    nop

    what I used, and afterwards an applymovement. Anyone got an idea why lugias cry is too short and (I think) "incomplete"?
    Use 0xc5 after cry. C5 is waitcry.
     

    pokemon_hacking

    blah_maker
    24
    Posts
    15
    Years
    • Seen Sep 15, 2012
    ok i know i keep asking this question but i didnt understand cooly tutorial how do i make a level script that warps and doesnt end after the warp event happens on xse thanks in advanced
     

    linkandzelda

    Ex-rom hacker turned indie game developer
    777
    Posts
    17
    Years
  • you have to do two levels scripts. one with the event before the warp and then one in the map that you warp to.

    link
     

    Cy-Chan

    GSC Hacker
    152
    Posts
    19
    Years
  • Yo. I made a script, but whenever I insert it, whenever I load the game, it just displays a white screen. Can anyone help? I'm using XSE, by the way.

    #dynamic 0xA00000

    #org @machagogo
    lock
    message @hiya
    callstd 6
    applymovement 0x01 @obabam1
    waitmovement 0
    message @t1
    callstd 6
    applymovement 0x01 @obabam2
    waitmovement 0
    message @t2
    callstd 6
    applymovement 0x01 @obabam3
    waitmovement 0
    message @t3
    callstd 6
    applymovement 0xFF @m1
    waitmovement 0
    message @t4
    callstd 6
    applymovement 0x01 @m2
    applymovement 0xFF @m2
    waitmovement 0
    applymovement 0x01 @obabam4
    waitmovement 0
    message @t5
    callstd 6
    applymovement 0x01 @obabam5
    message @t6
    callstd 6
    applymovement 0x01 @move3
    applymovement 0xFF @move3b
    waitmovement 0
    applymovement 0x01 @obabam6
    waitmovement 0
    message @t7
    callstd 6
    checkgender
    compare LASTRESULT 0x1
    if b_true goto @sgirl
    message @t8boy
    callstd 6
    goto @finale
    release
    end

    #org @sgirl
    lock
    message @t8girl
    callstd 6
    goto @finale
    release
    end

    #org @finale
    lock
    message @t9
    callstd 6
    applymovement 0xFF @m4
    release
    end
     
    21
    Posts
    15
    Years
    • Seen Dec 29, 2012
    I'm starting to get annoyed, both the scripts i were gtiven have failed, jus a red flashing screen.
    so i tried a different tutorial, still nothing, instead the text box is in the top crner and its tiny and the it cancerls in two clicks and freezes again also when i try to compile a script, pokescript gives me this message, file not found or user cancel, then it says it has porocessed 16 buffers and 0 lines. desperate help needed, this is just the first script ive done, and ive followed both tutorials exactly, but it just wont work
    please help,
    for reference my script
    #ORG $ShowText
    Lock
    Faceplayer
    message $urturn
    $urturn 1 = It's your turn to be leader today!\ltheres a challeneger at the door
    boxset 6
    release
    end
     
    Last edited:

    12345

    Sky
    157
    Posts
    16
    Years
    • Seen Aug 18, 2016
    I'm starting to get annoyed, both the scripts i were gtiven have failed, jus a red flashing screen.
    so i tried a different tutorial, still nothing, instead the text box is in the top crner and its tiny and the it cancerls in two clicks and freezes again also when i try to compile a script, pokescript gives me this message, file not found or user cancel, then it says it has porocessed 16 buffers and 0 lines. desperate help needed, this is just the first script ive done, and ive followed both tutorials exactly, but it just wont work
    please help,
    for reference my script
    #ORG $ShowText
    Lock
    Faceplayer
    message $urturn
    $urturn 1 = It's your turn to be leader today!\ltheres a challeneger at the door
    boxset 6
    release
    end

    Umm

    #org $Showtext
    lock
    faceplayer
    message $uturn
    boxset 6
    release
    end

    #org $uturn
    $urturn 1 = It's your turn to be leader today!\ltheres a challeneger at the door


    I think you should use XSE.
     
    Last edited:
    5
    Posts
    15
    Years
  • is this scrpt made right?


    #org $start
    lock
    faceplayer
    message $10
    boxset 4
    #raw 0x68
    fadescreen 0x1
    fanfare 0x100
    special 0x0
    waitfanfare
    fadescreen 0x0
    message $11
    boxset 6
    release
    end
    #org $10
    $10 1 =You havePokèmon from somewhere eles!\n
    #org $11
    $11 1 =There you now have a better dex.\n
     
    857
    Posts
    15
    Years
  • How can I edit this script so that It shows text when recieving the pokemon?
    Spoiler:
     

    lriley777

    Pokemon hacker lv.100
    97
    Posts
    15
    Years
  • hard stuff,

    im not sure if you i could do all of this. it seems sooo hard, maybe if someone could be my hacking buddy?
     
    Status
    Not open for further replies.
    Back
    Top