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

[Other✓] Applymovement problem, help plz..

  • 40
    Posts
    9
    Years
    • Seen Mar 23, 2016
    Hey guys it's me again !!
    Today I have a very weird type of problem, see while testing a event of my in-progress hack I stumbled upon a very weird yet mind boggling (for me) trouble
    You see I had set applymovement script to the player where he has to show a exclamation mark along with some other text, the problem is that everything worked correctly however instead of showing a exclamation mark the player just turned toward right !!.....I did everything I was capable but nothing happened...
    So (again), can anyone help this n00b...:P


    Pic for clarity ->
    Applymovement problem, help plz..

    INSTEAD OF SHOWING A EXCLAMATION MARK PLAYER TURN RIGHT


    P.S. -> 1) I am using XSE 1.1.1
    2) Player turns right when '0x62' is executed and left when '0x65' is
    executed
    3) Only happens with player i.e. when '0x62'/'0x65' is applied to npc
    it works perfectly
     
    Last edited:

    Phantom Phoenix

    Lost on the road of life
  • 167
    Posts
    8
    Years
    • Age 27
    • ???
    • Seen Jul 1, 2020
    Hey guys it's me again !!
    Today I have a very weird type of problem, see while testing a event of my in-progress hack I stumbled upon a very weird yet mind boggling (for me) trouble
    You see I had set applymovement script to the player where he has to show a exclamation mark along with some other text, the problem is that everything worked correctly however instead of showing a exclamation mark the player just turned toward right !!.....I did everything I was capable but nothing happened...
    So (again), can anyone help this n00b...:P


    Pic for clarity ->
    Applymovement problem, help plz..

    INSTEAD OF SHOWING A EXCLAMATION MARK PLAYER TURN RIGHT


    P.S. -> 1) I am using XSE 1.1.1
    2) Player turns right when '0x62' is executed and left when '0x65' is
    executed
    3) Only happens with player i.e. when '0x62'/'0x65' is applied to npc
    it works perfectly

    you used OWM by kimomas?
     

    Micael Alighieri

    Helix Boo / Lord Kaktus, ex-member from Whack a Ha
  • 97
    Posts
    16
    Years
    • Seen May 24, 2017
    What rom base are you using? The problem could be caused by one of multiple factors, like data corruption (unlikely) or maybe you're using a different rom version (I don't know if that matters, but there are two current versions, 1.0 and 1.1).
     
  • 40
    Posts
    9
    Years
    • Seen Mar 23, 2016
    What rom base are you using? The problem could be caused by one of multiple factors, like data corruption (unlikely) or maybe you're using a different rom version (I don't know if that matters, but there are two current versions, 1.0 and 1.1).


    Sorry...for not clarifying but I am using "Pokemon Firered version (squirell)"......don't about the 1.0 and 1.1

    Edit -> after searching on youtube it seems that mine vrs 1.0 as it does not say 'presents' after GAAMEFREAK LOGO
     

    leyn09

    Truant Trainer
  • 84
    Posts
    13
    Years
    I'm not sure but how about trying all the applymovement commands first? and could you provide your script? Just like they said, it might be data corruption. You might have overwritten something by accident.
     
  • 40
    Posts
    9
    Years
    • Seen Mar 23, 2016
    I'm not sure but how about trying all the applymovement commands first? and could you provide your script? Just like they said, it might be data corruption. You might have overwritten something by accident.

    Checking every command would be tiresome, but I would try to check all of the main commands (left, smile etc)

    I would post my script asap after my laptop boots (texting from phone)
     
  • 40
    Posts
    9
    Years
    • Seen Mar 23, 2016

    Checking every command would be tiresome, but I would try to check all of the main commands (left, smile etc)

    I would post my script asap after my laptop boots (texting from phone)

    Here is the script

    WARNING - LONG SCRIPT


    Spoiler:
     

    destinedjagold

    I do not exist.
  • 8,593
    Posts
    17
    Years
    • Seen May 26, 2024
    Here is the script

    WARNING - LONG SCRIPT


    Spoiler:

    Your script lacks a lot of [waitmovement] commands after those applymovements. Also it lacks [waitstate] after the warp command. Other than that, I don't see anything else wrong with it after a quick skim of your script.
     
  • 40
    Posts
    9
    Years
    • Seen Mar 23, 2016
    Your script lacks a lot of [waitmovement] commands after those applymovements. Also it lacks [waitstate] after the warp command. Other than that, I don't see anything else wrong with it after a quick skim of your script.

    Well..this problem happens on every script I compile whether it has a 'warp' command or not, so I think 'waitstate' is not a problem here....

    Onwards to 'waitmovement', I have a script in there's only 2-3 'waitmovement' if I remember....but the prob. still persisits in that script

    Do you think by any chance 'flags' could be a problem here ?
     

    destinedjagold

    I do not exist.
  • 8,593
    Posts
    17
    Years
    • Seen May 26, 2024
    Well..this problem happens on every script I compile whether it has a 'warp' command or not, so I think 'waitstate' is not a problem here....

    Onwards to 'waitmovement', I have a script in there's only 2-3 'waitmovement' if I remember....but the prob. still persisits in that script

    Do you think by any chance 'flags' could be a problem here ?

    Your bright-colored texts hurt my eyes (I have weird, sensitive eyes o.o), but anyway, I would advice you to try and use those applymovement commands on a new script and compile it on a clean FireRed ROM and see if the problem persist.
     
  • 40
    Posts
    9
    Years
    • Seen Mar 23, 2016
    Your bright-colored texts hurt my eyes (I have weird, sensitive eyes o.o), but anyway, I would advice you to try and use those applymovement commands on a new script and compile it on a clean FireRed ROM and see if the problem persist.

    SORRY....:)

    Since it was only a practice hack so no worries....I will try to compile the script on a clean firered rom and reply the results asap
     

    Deokishisu

    Mr. Magius
  • 990
    Posts
    18
    Years

    SORRY....:)

    Since it was only a practice hack so no worries....I will try to compile the script on a clean firered rom and reply the results asap

    As an aside, I put waitmovement 0x0 (I think that's the command) after every applymovement cluster that I want to occur at the same time and that has eliminated any problems I had with movements not executing. You may want to try throwing waitmovements after your applymovements and see if that solves your issue. I had pretty much the same problem when I started scripting all those years ago, and that fixed it.
     
  • 40
    Posts
    9
    Years
    • Seen Mar 23, 2016
    As an aside, I put waitmovement 0x0 (I think that's the command) after every applymovement cluster that I want to occur at the same time and that has eliminated any problems I had with movements not executing. You may want to try throwing waitmovements after your applymovements and see if that solves your issue. I had pretty much the same problem when I started scripting all those years ago, and that fixed it.

    Tried, but didn't work :(......anyway thnx!
     
  • 40
    Posts
    9
    Years
    • Seen Mar 23, 2016
    Your bright-colored texts hurt my eyes (I have weird, sensitive eyes o.o), but anyway, I would advice you to try and use those applymovement commands on a new script and compile it on a clean FireRed ROM and see if the problem persist.

    Sorry for the late reply....well here is the report ->

    Spoiler:
     
    Back
    Top