diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-14 02:34:47 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 02:34:47 -0200 |
commit | eb1c2abd3d093f0c293568dfbcbbf0d8c4caa12f (patch) | |
tree | bb92c5bf6259d66385d5c357d107eb027d80375e /npc/005-5 | |
parent | a36d6b759f36636fa4d68f2ed1c4630feb8f3673 (diff) | |
download | serverdata-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/005-5')
-rw-r--r-- | npc/005-5/nylo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index 4a328bbc0..4050e40bc 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -162,7 +162,7 @@ close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); //setunitdata(.@npcId, UDT_HEADMIDDLE, 1321); // Maybe Nylo could use the whole Candor set... setunitdata(.@npcId, UDT_HEADTOP, CreasedShirt); setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShorts); |