diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-16 21:23:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-16 21:23:44 -0300 |
commit | 784bbb4ee8c190df9414ad076d9b93d1413295c9 (patch) | |
tree | 6675b3e2b76285cfd1c2c6613099704cbf67fa5f /npc/functions/main.txt | |
parent | 481b0ddd3a7c73a8785047f312ecb58ca6dc0e78 (diff) | |
download | serverdata-784bbb4ee8c190df9414ad076d9b93d1413295c9.tar.gz serverdata-784bbb4ee8c190df9414ad076d9b93d1413295c9.tar.bz2 serverdata-784bbb4ee8c190df9414ad076d9b93d1413295c9.tar.xz serverdata-784bbb4ee8c190df9414ad076d9b93d1413295c9.zip |
Update for skills.xml
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r-- | npc/functions/main.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 365943742..cf882f3a0 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -72,6 +72,12 @@ function script adddefaultskills { if (getskilllv(NV_BASIC) < 6) { skill NV_BASIC, 6, 0; } + if (getskilllv(TMW2_FAKESKILL) < 1) { + skill TMW2_FAKESKILL, 1, 0; + } + if (getskilllv(TMW2_FAKESKILL2) < 1) { + skill TMW2_FAKESKILL2, 1, 0; + } return; } |