summaryrefslogtreecommitdiff
path: root/npc/custom/shifty_assassin.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-13 22:19:52 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-13 22:19:52 +0000
commit8389c6c0cf7ffc335adff2f3aab44913fb5b1c2d (patch)
tree5a6b63b12365231be7d7e0e40eba43a17a4fe2cf /npc/custom/shifty_assassin.txt
parent06bff5ca4d55db05bd46868e551b60807920b29f (diff)
downloadhercules-8389c6c0cf7ffc335adff2f3aab44913fb5b1c2d.tar.gz
hercules-8389c6c0cf7ffc335adff2f3aab44913fb5b1c2d.tar.bz2
hercules-8389c6c0cf7ffc335adff2f3aab44913fb5b1c2d.tar.xz
hercules-8389c6c0cf7ffc335adff2f3aab44913fb5b1c2d.zip
Updated WoE Check in Shift Assassin Script. (bugreport: 1059)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12359 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/shifty_assassin.txt')
-rw-r--r--npc/custom/shifty_assassin.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/custom/shifty_assassin.txt b/npc/custom/shifty_assassin.txt
index 594fe8fc1..ce454118d 100644
--- a/npc/custom/shifty_assassin.txt
+++ b/npc/custom/shifty_assassin.txt
@@ -3,13 +3,14 @@
//===== By: ==================================================
//= acky - god@acky.com
//===== Current Version: =====================================
-//= 1.1.1
+//= 1.1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
//= Players buy ninjas to assassinate other players
//===== Additional Comments: =================================
//= 1.1.1 Changed all gmcommand to atcommand as Poki#3 suggested. [Vicious]
+//= 1.1.2 Updated WoE Check. [Paradox924X]
//============================================================
morocc,148,86,5 script Shifty Assassin 725,{
@@ -66,7 +67,7 @@ close;
// ASSASSINATE SOMEBODY //
M_Kill:
-if ($AgitStarted != 0) goto M_Busy;
+if (agitcheck()) goto M_Busy;
mes "[Shifty Assassin]";
mes "Enter the name of the target.";
mes "^FF0000Type the name exactly, otherwise I won't be able to find the victim.^000000";