summaryrefslogtreecommitdiff
path: root/npc/005-1/movetest.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-07 21:26:03 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-07 21:26:03 +0100
commit137395b992709248896fe66888778fe26169c1dc (patch)
treef39fe74bcec88d3539f70c6a14b87e7312e1e5cd /npc/005-1/movetest.txt
parent4f0a7b1b3563d56c5523fb284e1358ba5583d14c (diff)
downloadserverdata-137395b992709248896fe66888778fe26169c1dc.tar.gz
serverdata-137395b992709248896fe66888778fe26169c1dc.tar.bz2
serverdata-137395b992709248896fe66888778fe26169c1dc.tar.xz
serverdata-137395b992709248896fe66888778fe26169c1dc.zip
fix zeny exploits
Diffstat (limited to 'npc/005-1/movetest.txt')
-rw-r--r--npc/005-1/movetest.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/npc/005-1/movetest.txt b/npc/005-1/movetest.txt
deleted file mode 100644
index dcec64459..000000000
--- a/npc/005-1/movetest.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-// Authors: Saulc
-
-
-005-1,44,35,0 script AyashaT NPC_PLAYER,{
-
- legiontalk;
-
- close;
-
-OnTimer1000:
- domovestep;
-
-OnInit:
- initpath "move", 44, 35,
- "dir", UP, 0,
- "wait", 2, 0,
- "move", 51, 81,
- "dir", DOWN, 0,
- "wait", 2, 0,""
- "Mmove", 50, 88,
- "dir", DOWN, 0,
- "wait", 2, 0;
-
- initialmove;
- initnpctimer;
- .distance = 5;
-}