From e1d443ae550dfdab64470c1a336b66b5c74efa81 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jul 2019 09:58:42 -0300 Subject: Trickmaster class is now Open For All. You now start with 1 MSP. You can start with the following skills: Freecast, Backsliding, Fire Wall or Throttle. We advise Fire Wall, of course... --- npc/003-0/trickmaster.txt | 2 +- npc/functions/util.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-0/trickmaster.txt b/npc/003-0/trickmaster.txt index 8a51c2c58..19c590955 100644 --- a/npc/003-0/trickmaster.txt +++ b/npc/003-0/trickmaster.txt @@ -5,7 +5,7 @@ // Trickmaster of Tricksters Class 003-0,40,30,0 script Trickmaster NPC_SITTED_NINJA,{ - if (!MAGIC_LVL) goto L_NoMagic; + //if (!MAGIC_LVL) goto L_NoMagic; mes l(".:: Trickster Class ::."); mesc l("Specialized in miscellaneous skills."); next; diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 835eae988..fcec7a462 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -592,6 +592,8 @@ function script sk_maxpoints { .@val+=(MAGIC_LVL/2); // Excluding first 15, 1 point every 10 job levels .@val+=((JobLevel-15)/10); + // 1 point per being a player + .@val+=1; // 1 point per skill permit level .@val+=getskilllv(TMW2_SKILLPERMIT); return .@val; -- cgit v1.2.3-60-g2f50