summaryrefslogtreecommitdiff
path: root/npc/001-1/enora.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2016-10-12 09:16:07 -0500
committerwushin <pasekei@gmail.com>2016-11-22 14:55:31 -0600
commit873d47a4c247739c06db2df62dd71b0aa5764e15 (patch)
tree83d54a430b60361d21c2902ba0c3c02c1114997a /npc/001-1/enora.txt
parent7312f92dd7ab5d77f40860239ee519f471cdc77b (diff)
downloadserverdata-873d47a4c247739c06db2df62dd71b0aa5764e15.tar.gz
serverdata-873d47a4c247739c06db2df62dd71b0aa5764e15.tar.bz2
serverdata-873d47a4c247739c06db2df62dd71b0aa5764e15.tar.xz
serverdata-873d47a4c247739c06db2df62dd71b0aa5764e15.zip
Move Fluffy Death to enora script
Diffstat (limited to 'npc/001-1/enora.txt')
-rw-r--r--npc/001-1/enora.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index 231ad613..339372d0 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -439,3 +439,13 @@ OnInit:
end;
}
+001-1,0,0,0 script Mobs#001-1 NPC_HIDDEN,{
+ end;
+
+OnFluffyDeath:
+ if (playerattached())
+ {
+ set ArtisFluffyKilled, ArtisFluffyKilled + 1;
+ }
+ end;
+}