diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-11 13:16:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-11 13:16:43 -0300 |
commit | cfbb17bdb5a0b209eb64b898ef76829c4144684a (patch) | |
tree | 02f23c6a380bbc103b069caf23ce7520f8ae0585 /npc | |
parent | a5d05be433a2bc765fb34f01f3e459c95c19718a (diff) | |
download | serverdata-cfbb17bdb5a0b209eb64b898ef76829c4144684a.tar.gz serverdata-cfbb17bdb5a0b209eb64b898ef76829c4144684a.tar.bz2 serverdata-cfbb17bdb5a0b209eb64b898ef76829c4144684a.tar.xz serverdata-cfbb17bdb5a0b209eb64b898ef76829c4144684a.zip |
Remove skills on your own, I'll only provide the "get skills" on debug NPC
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/debug.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index 4c2d8196..b08012df 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -643,6 +643,10 @@ L_AddAll: updateskill SKILL_MAGIC_NATURE, 5; updateskill SKILL_MAGIC_ASTRAL, 5; updateskill SKILL_MAGIC_DARK, 5; + + // Real skills + updateskill EVOL_AREA_PROVOKE, 9; + updateskill EVOL_PHYSICAL_SHIELD, 9; @mexp = 8000; resetstatus; BaseLevel = 99; |