diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-08-17 18:28:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 21:28:47 +0000 |
commit | b3c25ec3d41cf95c04270adbc08c0c30b1848d48 (patch) | |
tree | 349ba0b4802d8233a1a749c0f69e2c5980e521c4 /world/map/npc/magic/level1-detect-magic.txt | |
parent | cc7cd73338e5542b70f1255424a4df48f866d8de (diff) | |
download | serverdata-b3c25ec3d41cf95c04270adbc08c0c30b1848d48.tar.gz serverdata-b3c25ec3d41cf95c04270adbc08c0c30b1848d48.tar.bz2 serverdata-b3c25ec3d41cf95c04270adbc08c0c30b1848d48.tar.xz serverdata-b3c25ec3d41cf95c04270adbc08c0c30b1848d48.zip |
Doomsday Act 5 - Keshlam's Adventurer Guild (#560)
Contains utils, gameplay and epilogue functions for Doomsday Act 5
THE FINAL BATTLE
Note: Balancing patches may follow and are expected.
The debug commands (`@js33`, `@js67` and `@js99`) were not removed.
There might be overlap in voicing, in case specialeffect2() fails to work as intended.
Bonus Content:
* MONOCLE QUEST
* Golden Apple healing is now instantaneous.
* PVP Coin (Unrelated but anyway)
* Golden PVP Cap.
* Fix PVP Cap weight.
Diffstat (limited to 'world/map/npc/magic/level1-detect-magic.txt')
-rw-r--r-- | world/map/npc/magic/level1-detect-magic.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/magic/level1-detect-magic.txt b/world/map/npc/magic/level1-detect-magic.txt index e70c6218..f22be844 100644 --- a/world/map/npc/magic/level1-detect-magic.txt +++ b/world/map/npc/magic/level1-detect-magic.txt @@ -11,6 +11,10 @@ set .@range, (@spellpower/50)+1; foreach 1, getmap(), POS_X - .@range, POS_Y - .@range, POS_X + .@range, POS_Y + .@range, strnpcinfo(0) + "::OnNearbyNpc"; + if (getmap() == "099-4") + addtimer 10, "#TMWFinalExam::OnMiteyo"; + if (getmap() == "099-5" && debug) + addtimer 10, "#TMWFinalExam::OnMiteyo"; callfunc "magic_exp"; end; |