diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-29 05:51:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-29 05:51:13 -0300 |
commit | 528ff341c65ebb1fcf8332e611eca89c5e89aa6a (patch) | |
tree | 68bd3fa8f6251d29cb0280687c47987ee676df7f /npc/commands | |
parent | 98b92a2332a1dd79071e775b7932ea99053dd098 (diff) | |
download | serverdata-528ff341c65ebb1fcf8332e611eca89c5e89aa6a.tar.gz serverdata-528ff341c65ebb1fcf8332e611eca89c5e89aa6a.tar.bz2 serverdata-528ff341c65ebb1fcf8332e611eca89c5e89aa6a.tar.xz serverdata-528ff341c65ebb1fcf8332e611eca89c5e89aa6a.zip |
Hopefully it'll work, now
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 70acb00ee..982e8f10a 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -75,7 +75,8 @@ 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)])+"::OnEmergency"); + $@KAMELOT_WAVE[getcharid(2)]=2; + //doevent(instance_npcname("#KDoor0422", $@KAMELOT_ID[getcharid(2)])+"::OnEmergency"); // areasc(range, time, skill code, who targets, power, filter) //areasc(9, 20000, SC_MAGNIFICAT, BL_PC, 1, "filter_sameguild"); |