diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-4/kamelot.txt | 1 | ||||
-rw-r--r-- | npc/commands/kami.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index c2b0bf746..a233be4da 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -51,6 +51,7 @@ function script KamelotCleanup { //$@KAMELOT_ID[.@g]=0; $@KAMELOT_WAVE[.@g]=0; $KAMELOT_MX[.@g]=0; + $KAMELOT_PC[.@g]=0; $KAMELOT_QUEST[.@g]=0; $KAMELOT_KEYMASK[.@g]=0; return; diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 4b62cfb17..b976affca 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -75,6 +75,7 @@ OnJustDoIt: //dispbottom l("STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit)); //unitskilluseid(getcharid(3), GD_LEADERSHIP, 1, getcharid(3)); // This is only for testing + doevent(instance_npcname("#KDoor0422", $@KAMELOT_ID[getcharid(2)])+"::OnArrival"); // areasc(range, time, skill code, who targets, power, filter) //areasc(9, 20000, SC_MAGNIFICAT, BL_PC, 1, "filter_sameguild"); |