diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 7ac50c7bc..4b62cfb17 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -73,7 +73,11 @@ OnSkry: OnJustDoIt: //dispbottom l("STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit)); - unitskilluseid(getcharid(3), 10010, 1, getcharid(3)); + //unitskilluseid(getcharid(3), GD_LEADERSHIP, 1, getcharid(3)); + // This is only for testing + + // areasc(range, time, skill code, who targets, power, filter) + //areasc(9, 20000, SC_MAGNIFICAT, BL_PC, 1, "filter_sameguild"); end; OnInit: |