Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getmapxy doesn't work with variable #3918

Closed
teededung opened this issue Feb 4, 2019 · 2 comments
Closed

getmapxy doesn't work with variable #3918

teededung opened this issue Feb 4, 2019 · 2 comments
Labels
component:core A fault that lies within the main framework of rAthena mode:prerenewal A fault that exists within the pre-renewal mode mode:renewal A fault that exists within the renewal mode priority:low A fault that affects rAthena in one piece of functionality and is self-contained type:bug Issue that is a bug within rAthena

Comments

@teededung
Copy link
Contributor

teededung commented Feb 4, 2019

  • rAthena Hash: 26720f0#diff-72efe615f092af2b8eec7289b4e2f159
  • Client Date: does not matter
  • Server Mode: both
  • Description of Issue:
    • Result: getmapxy doesn't work with variable
    • Expected Result: getmapxy works with variable
    • How to Reproduce:
      try this script
      .@name$ = "You";
      getmapxy(.@map$,.@x,.@y,BL_PC,.@name$);
      You will see error from console [Error]: buildin_getmapxy: Player with map id '0' is not found.
      Many script files use getmapxy with variable like
      npc/re/instances/IsleOfBios.txt
      npc/re/quests/quests_15_2.txt
      npc/quests/partyrelay.txt
      npc/events/halloween_2009.txt
      npc/custom/quests/hunting_missions.txt
      doesn't work with variable.
@secretdataz
Copy link
Member

#3910

@aleos89 aleos89 added component:core A fault that lies within the main framework of rAthena priority:low A fault that affects rAthena in one piece of functionality and is self-contained mode:renewal A fault that exists within the renewal mode mode:prerenewal A fault that exists within the pre-renewal mode type:bug Issue that is a bug within rAthena labels Feb 5, 2019
@aleos89
Copy link
Contributor

aleos89 commented Feb 5, 2019

This was fixed in 1f97bea.

@aleos89 aleos89 closed this as completed Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:core A fault that lies within the main framework of rAthena mode:prerenewal A fault that exists within the pre-renewal mode mode:renewal A fault that exists within the renewal mode priority:low A fault that affects rAthena in one piece of functionality and is self-contained type:bug Issue that is a bug within rAthena
Projects
None yet
Development

No branches or pull requests

3 participants