diff options
author | Streusel <advance_me@hotmail.de> | 2013-02-10 19:47:34 -0800 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-02-10 19:47:34 -0800 |
commit | aac4234c5cbc791cf4b127bd5d64db97bd384430 (patch) | |
tree | 6d026a70514d13ae95bb6dcd7205716a3dfb15c9 /npc | |
parent | 4495b78c59df97b516695fdccffad91deb98ad3b (diff) | |
parent | 56a20bb18d6fde61bb82cf160a131eb54d464148 (diff) | |
download | hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.gz hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.bz2 hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.xz hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.zip |
Merge github.com:Mysteries/Hercules
Diffstat (limited to 'npc')
-rw-r--r-- | npc/custom/events/cluckers.txt | 7 |
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 |