summaryrefslogtreecommitdiff
path: root/npc/012-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-14 02:34:47 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-14 02:34:47 -0200
commiteb1c2abd3d093f0c293568dfbcbbf0d8c4caa12f (patch)
treebb92c5bf6259d66385d5c357d107eb027d80375e /npc/012-2
parenta36d6b759f36636fa4d68f2ed1c4630feb8f3673 (diff)
downloadserverdata-eb1c2abd3d093f0c293568dfbcbbf0d8c4caa12f.tar.gz
serverdata-eb1c2abd3d093f0c293568dfbcbbf0d8c4caa12f.tar.bz2
serverdata-eb1c2abd3d093f0c293568dfbcbbf0d8c4caa12f.tar.xz
serverdata-eb1c2abd3d093f0c293568dfbcbbf0d8c4caa12f.zip
New Hercules Syntax for getnpcid().
sed -i 's/getnpcid(0, /getnpcid(/g' */*.txt
Diffstat (limited to 'npc/012-2')
-rw-r--r--npc/012-2/helena.txt2
-rw-r--r--npc/012-2/melina.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt
index ffde25870..0e9268793 100644
--- a/npc/012-2/helena.txt
+++ b/npc/012-2/helena.txt
@@ -269,7 +269,7 @@ L_Finish:
close;
OnInit:
- .@npcId = getnpcid(0, .name$);
+ .@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, FairyHat);
setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor);
setunitdata(.@npcId, UDT_HEADBOTTOM, CottonSkirt);
diff --git a/npc/012-2/melina.txt b/npc/012-2/melina.txt
index 5d5ba9137..639eb0be5 100644
--- a/npc/012-2/melina.txt
+++ b/npc/012-2/melina.txt
@@ -17,7 +17,7 @@ OnTimer1000:
domovestep;
OnInit:
- .@npcId = getnpcid(0, .name$);
+ .@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, CottonGloves);
setunitdata(.@npcId, UDT_HEADMIDDLE, CottonShirt);
setunitdata(.@npcId, UDT_HEADBOTTOM, AssassinBoots);