diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 22:50:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 22:50:18 -0300 |
commit | 88e8789707de422df314cf096a9ec12700ea9aff (patch) | |
tree | a7c5e4153518de36854bb26479fe59233f1ded2a /npc/commands/numa.txt | |
parent | b376c7433420d59afcc36c94cab1f9cb38192ff2 (diff) | |
download | serverdata-88e8789707de422df314cf096a9ec12700ea9aff.tar.gz serverdata-88e8789707de422df314cf096a9ec12700ea9aff.tar.bz2 serverdata-88e8789707de422df314cf096a9ec12700ea9aff.tar.xz serverdata-88e8789707de422df314cf096a9ec12700ea9aff.zip |
Remove puppet code from regular NPCs (only events still using them)
Diffstat (limited to 'npc/commands/numa.txt')
-rwxr-xr-x | npc/commands/numa.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/numa.txt b/npc/commands/numa.txt index 207ec032..92cd5c9d 100755 --- a/npc/commands/numa.txt +++ b/npc/commands/numa.txt @@ -87,10 +87,11 @@ L_close: OnInit: registercmd chr(ATCMD_SYMBOL) + "numa", strnpcinfo(0); registercmd chr(ATCMD_SYMBOL) + "superdebug", strnpcinfo(0); - if (puppet("017-9", 30, 28, "Numa", 393) < 1) mapexit; end; } +017-9,30,28,0 duplicate(SuperDebug) Numa NPC393 + function script QuestDebug { goto L_ChooseContinent; |