From 4ebb1449581f4e144661a21bdce3de64b9bf4d8f Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 14 Apr 2016 18:32:15 +0200 Subject: Change the adddefaultskills function default level to 6 instead of 9. --- npc/functions/main.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/functions/main.txt') diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 420f2b79..cd71b8ea 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -43,7 +43,10 @@ function script col { } function script adddefaultskills { - skill NV_BASIC, 9, 0; + if (getskilllv(NV_BASIC) < 6) + { + skill NV_BASIC, 6, 0; + } return; } -- cgit v1.2.3-60-g2f50