summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorshennetsind <notind@gmail.com>2013-02-10 19:48:17 -0800
committershennetsind <notind@gmail.com>2013-02-10 19:48:17 -0800
commitdff5f3f362f09dbeb8d60b19a4d53d34ca1f8087 (patch)
tree6c3aa9dfa71e3c4e464fc86f611c40088bf8edd3 /npc
parent7a8857cbf73d589ded8ef7bcf000063ad0ef1432 (diff)
parent56a20bb18d6fde61bb82cf160a131eb54d464148 (diff)
downloadhercules-dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087.tar.gz
hercules-dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087.tar.bz2
hercules-dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087.tar.xz
hercules-dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087.zip
Merge pull request #9 from Mysteries/master
Fixed a few Typos and merged rAthena changes
Diffstat (limited to 'npc')
-rw-r--r--npc/custom/events/cluckers.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/custom/events/cluckers.txt b/npc/custom/events/cluckers.txt
index bc9899488..cf296cb18 100644
--- a/npc/custom/events/cluckers.txt
+++ b/npc/custom/events/cluckers.txt
@@ -1,11 +1,9 @@
-//===== rAthena Script =======================================
+//===== Hercules Script =======================================
//= Cluck! Cluck! Boom!
//===== By: ==================================================
//= Keale
//===== Current Version: =====================================
//= 1.2a
-//===== Compatible With: =====================================
-//= rAthena SVN
//===== Description: =========================================
//= Click the chicken and try retrieve the item at a low
//= chance. If you fail he will nuke, freeze, stone,
@@ -108,8 +106,9 @@ OnTimer30000:
end;
OnTimer40000:
announce "GO! Click the chicken to get the prize!",bc_blue;
+ stopnpctimer;
if (!$cluck_item_id) set $cluck_item_id,512;
if (!$cluck_item_amount) set $cluck_item_amount,1;
set .startcluck,1;
end;
-}
+} \ No newline at end of file