From eb1c2abd3d093f0c293568dfbcbbf0d8c4caa12f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Dec 2018 02:34:47 -0200 Subject: New Hercules Syntax for getnpcid(). sed -i 's/getnpcid(0, /getnpcid(/g' */*.txt --- npc/017-6/azwell.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/017-6') diff --git a/npc/017-6/azwell.txt b/npc/017-6/azwell.txt index 91a23b309..f21284a72 100644 --- a/npc/017-6/azwell.txt +++ b/npc/017-6/azwell.txt @@ -105,7 +105,7 @@ OnTimer1000: domovestep; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, ChemistHelmet); setunitdata(.@npcId, UDT_HEADMIDDLE, AlchemistArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); -- cgit v1.2.3-70-g09d2