Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated script command getmapxy parameters (#3890)
* Fixes #3100. * Script command getmapxy will now allow integer values for the search value. * Deprecated UNITTYPE constants as they were replaced by BL. * Defaulted BL_PC as the target for script command getmapxpy. * Updated script command getunittype return value to return BL constants. * Updated scripts to new BL constants. Thanks to @pajodex's suggestion and @Lemongrass3110!
- Loading branch information
Showing
with
107 additions
and 107 deletions.
- +25 −24 doc/script_commands.txt
- +1 −1 npc/battleground/bg_common.txt
- +1 −1 npc/custom/events/devil_square.txt
- +1 −1 npc/custom/events/mvp_ladder.txt
- +2 −2 npc/custom/quests/hunting_missions.txt
- +1 −1 npc/events/halloween_2009.txt
- +1 −1 npc/other/gm_npcs.txt
- +2 −2 npc/other/monster_race.txt
- +3 −3 npc/other/poring_war.txt
- +3 −3 npc/quests/guildrelay.txt
- +1 −1 npc/quests/partyrelay.txt
- +2 −2 npc/re/instances/FacewormsNest.txt
- +2 −2 npc/re/instances/HorrorToyFactory.txt
- +1 −1 npc/re/instances/IsleOfBios.txt
- +1 −1 npc/re/instances/MalangdoCulvert.txt
- +1 −1 npc/re/instances/MorseCave.txt
- +3 −3 npc/re/instances/OldGlastHeim.txt
- +1 −1 npc/re/instances/SarahAndFenrir.txt
- +1 −1 npc/re/jobs/3-1/guillotine_cross.txt
- +1 −1 npc/re/jobs/3-1/ranger.txt
- +1 −1 npc/re/quests/quests_15_2.txt
- +1 −1 npc/re/quests/quests_16_1.txt
- +1 −1 npc/re/quests/quests_malangdo.txt
- +42 −34 src/map/script.cpp
- +0 −10 src/map/script.hpp
- +8 −7 src/map/script_constants.hpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.