summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-24 16:24:59 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-24 16:24:59 -0300
commit46127242f356137c3927cc8d647a61070f4a2e6a (patch)
treea9ee754a66b2c142c7bc79cf5f2abb1607c01c15 /npc/functions/main.txt
parent2c2927baf3e610fd61f4d33ae72bf7e369261856 (diff)
downloadserverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.gz
serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.bz2
serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.xz
serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.zip
Add new passive skill: Realm of Drops.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 2c7f62c8d..a099916f6 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -90,6 +90,9 @@ function script adddefaultskills {
if (getskilllv(TMW2_FAKESKILL2) < 1) {
skill TMW2_FAKESKILL2, 1, 0;
}
+ if (getskilllv(TMW2_DROPS) < REBIRTH+1) {
+ skill TMW2_DROPS, (REBIRTH+1), 0;
+ }
return;
}