diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-26 03:18:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-26 03:18:58 -0300 |
commit | 6fdbb9c2bb8657ed641a06bc037dc54c5a302d03 (patch) | |
tree | d2ecc70484368121c4834decc697c3646ee32455 /npc/003-0/recepcionist.txt | |
parent | 44a48a94d5ad5549a35a227aad7f9d5387c4a552 (diff) | |
download | serverdata-6fdbb9c2bb8657ed641a06bc037dc54c5a302d03.tar.gz serverdata-6fdbb9c2bb8657ed641a06bc037dc54c5a302d03.tar.bz2 serverdata-6fdbb9c2bb8657ed641a06bc037dc54c5a302d03.tar.xz serverdata-6fdbb9c2bb8657ed641a06bc037dc54c5a302d03.zip |
Magic School Port should now be instanced for the event
But we need the trigger for the boss fight or this is for naught!
Diffstat (limited to 'npc/003-0/recepcionist.txt')
-rw-r--r-- | npc/003-0/recepcionist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt index 5700e0f68..182ea2064 100644 --- a/npc/003-0/recepcionist.txt +++ b/npc/003-0/recepcionist.txt @@ -122,6 +122,7 @@ OnTimer1000: domovestep; OnInit: +OnInstanceInit: .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FancyHat); setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe); |