From 784bbb4ee8c190df9414ad076d9b93d1413295c9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Jul 2018 21:23:44 -0300 Subject: Update for skills.xml --- npc/functions/main.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions/main.txt') 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; } -- cgit v1.2.3-60-g2f50