From 25bc83e9604be9fef4f3b70ab40e698b10bd08e0 Mon Sep 17 00:00:00 2001 From: euphyy Date: Sat, 8 Dec 2012 18:18:36 +0000 Subject: * Updated Geneticist, Warlock, and Sura job quests to their latest versions. * Added a clearer example for party_even_share_bonus (tid:58005). * Standardized job headers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17010 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/thana_quest.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'npc/quests/thana_quest.txt') diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index c2117c7e7..e308ff3f0 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -2054,20 +2054,16 @@ OnInit: end; OnEnable: enablenpc "#gateto_thanatos"; - initnpctimer; - end; OnOn2: initnpctimer; end; OnTouch: set .@touch,1; OnTimer6000: - set .@boss_tt, $@thana_summon; - if ((.@boss_tt == 0) || (.@boss_tt == 6)) { + if (($@thana_summon == 0) || ($@thana_summon == 6)) { disablenpc "#gateto_thanatos"; stopnpctimer; - } - else if (.@boss_tt == 5) { + } else if ($@thana_summon == 5) { if (.@touch) warp "thana_boss",136,116; else donpcevent "#gateto_thanatos::OnOn2"; } -- cgit v1.2.3-60-g2f50