diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-27 12:43:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-27 12:43:48 -0300 |
commit | abdee2ccaa24f361eef4bc44f11c5b900ae6ce25 (patch) | |
tree | 278060590bf34b54b742eb6ee63f9ae1e4a1dea3 /npc/commands | |
parent | b2fc469c9ac9cd9bc3df335ac2acda488ac9d18f (diff) | |
download | serverdata-abdee2ccaa24f361eef4bc44f11c5b900ae6ce25.tar.gz serverdata-abdee2ccaa24f361eef4bc44f11c5b900ae6ce25.tar.bz2 serverdata-abdee2ccaa24f361eef4bc44f11c5b900ae6ce25.tar.xz serverdata-abdee2ccaa24f361eef4bc44f11c5b900ae6ce25.zip |
Sketch, playing with filters, for fake skills implementations
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 7ac50c7bc..92505a2be 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -73,7 +73,8 @@ 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), 10010, 1, getcharid(3)); + areasc(9, 10000, SC_INCAGI, BL_PC, 10, "filter_sameguild"); end; OnInit: |