diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 03:59:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 03:59:42 -0300 |
commit | 503a4b600768ee7599b4c065de519d4f42430f10 (patch) | |
tree | 5318578b99c72524d128f693ca5d5b48aa85afac /npc/commands | |
parent | 4c766ea76c95fa3f836bb10a1f543c8b8aa07949 (diff) | |
download | serverdata-503a4b600768ee7599b4c065de519d4f42430f10.tar.gz serverdata-503a4b600768ee7599b4c065de519d4f42430f10.tar.bz2 serverdata-503a4b600768ee7599b4c065de519d4f42430f10.tar.xz serverdata-503a4b600768ee7599b4c065de519d4f42430f10.zip |
Initial sketch of Guild Magic
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: |