summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-11 08:45:15 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-11 08:45:15 -0300
commite0828c93f3e2af6a443df29d978ac7e637efc7ee (patch)
tree4ba54768293462d5ff1c61f7d591ca1406112c73 /npc/functions/main.txt
parent0b6a0827df949032bd573106987160389c068efe (diff)
downloadserverdata-e0828c93f3e2af6a443df29d978ac7e637efc7ee.tar.gz
serverdata-e0828c93f3e2af6a443df29d978ac7e637efc7ee.tar.bz2
serverdata-e0828c93f3e2af6a443df29d978ac7e637efc7ee.tar.xz
serverdata-e0828c93f3e2af6a443df29d978ac7e637efc7ee.zip
Allow all chars to make parties by default, and remove some older code.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 18441094..58d1bff0 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -81,8 +81,8 @@ function script col {
}
function script adddefaultskills {
- if (getskilllv(NV_BASIC) < 6) {
- skill NV_BASIC, 6, 0;
+ if (getskilllv(NV_BASIC) < 7) {
+ skill NV_BASIC, 7, 0;
}
if (getskilllv(TMW2_FAKESKILL) < 1) {
skill TMW2_FAKESKILL, 1, 0;