diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-09 23:11:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-09 23:11:00 -0300 |
commit | 5e1f768729778a60be895e46815486444734a95e (patch) | |
tree | 522f9593c38c75d641cbe859b97fb895451440f8 /npc/functions | |
parent | 74c66143ed8d693792b09b933e25df4b51b1a904 (diff) | |
download | serverdata-5e1f768729778a60be895e46815486444734a95e.tar.gz serverdata-5e1f768729778a60be895e46815486444734a95e.tar.bz2 serverdata-5e1f768729778a60be895e46815486444734a95e.tar.xz serverdata-5e1f768729778a60be895e46815486444734a95e.zip |
Rewrite how Transmigration works (it is now bad and maybe broken)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 9c5102a82..5d0346c85 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -534,6 +534,9 @@ function script clientupdater { if (countitem(JesusalvaGrimorium) && getskilllv(TMW2_SKILLPERMIT) == 2) { skill TMW2_SKILLPERMIT, 3, 0; } + if (getskilllv(TMW2_TRANSMIGRATION) > 10) { + skill TMW2_TRANSMIGRATION, 10, 0; + } } |