summaryrefslogtreecommitdiff
path: root/npc/quests/quests_lighthalzen.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-07-26 19:53:35 +0200
committerGitHub <noreply@github.com>2020-07-26 19:53:35 +0200
commit4edc4cd4f2f4d30e2f1142c2938aaa7d42fd40fe (patch)
treed33bd048e9b74b104542b39b34fbff13ff5e078c /npc/quests/quests_lighthalzen.txt
parente523cc59ae44f38f2b48e7c610ec61b4bcba4e03 (diff)
parent17c3637481b1255923f13f070108bcfa49a567f2 (diff)
downloadhercules-4edc4cd4f2f4d30e2f1142c2938aaa7d42fd40fe.tar.gz
hercules-4edc4cd4f2f4d30e2f1142c2938aaa7d42fd40fe.tar.bz2
hercules-4edc4cd4f2f4d30e2f1142c2938aaa7d42fd40fe.tar.xz
hercules-4edc4cd4f2f4d30e2f1142c2938aaa7d42fd40fe.zip
Merge pull request #2798 from skyleo/ontouch_areawarp_refactor
Refactor scripts that use OnTouch Logic to use areawarp instead
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r--npc/quests/quests_lighthalzen.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index fe8abf473..0d83efd3c 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -9774,27 +9774,17 @@ OnTouch:
}
lhz_in01,177,44,0 script Timer_Sneak FAKE_NPC,8,12,{
-
-OnTouch:
- warp "lhz_in01",191,49;
- end;
-
-OnInit:
- disablenpc "Timer_Sneak";
- end;
-
OnEnter:
stopnpctimer;
initnpctimer;
end;
OnTimer180000:
- enablenpc "Timer_Sneak";
+ areawarp("lhz_in01", 169, 32, 185, 56, "lhz_in01", 191, 49);
end;
OnTimer190000:
stopnpctimer;
- disablenpc "Timer_Sneak";
end;
}