summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-16 21:23:44 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-16 21:23:44 -0300
commit784bbb4ee8c190df9414ad076d9b93d1413295c9 (patch)
tree6675b3e2b76285cfd1c2c6613099704cbf67fa5f /npc/functions/main.txt
parent481b0ddd3a7c73a8785047f312ecb58ca6dc0e78 (diff)
downloadserverdata-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.txt6
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;
}