summaryrefslogtreecommitdiff
path: root/npc/quests/thana_quest.txt
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-08 18:18:36 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-08 18:18:36 +0000
commit25bc83e9604be9fef4f3b70ab40e698b10bd08e0 (patch)
treeebb2a780b6421c434425725943aa1190053f5d7e /npc/quests/thana_quest.txt
parentceaf736a558229d1783324a78458c02dd1de597b (diff)
downloadhercules-25bc83e9604be9fef4f3b70ab40e698b10bd08e0.tar.gz
hercules-25bc83e9604be9fef4f3b70ab40e698b10bd08e0.tar.bz2
hercules-25bc83e9604be9fef4f3b70ab40e698b10bd08e0.tar.xz
hercules-25bc83e9604be9fef4f3b70ab40e698b10bd08e0.zip
* 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
Diffstat (limited to 'npc/quests/thana_quest.txt')
-rw-r--r--npc/quests/thana_quest.txt8
1 files changed, 2 insertions, 6 deletions
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";
}