From f5c3f196fa233229d135d3d6fafd6896fb569b19 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 Jul 2018 03:22:04 -0300 Subject: Sage extra skill grants more mana exp (because their skills sucks :p) --- npc/003-0/mages.txt | 2 +- npc/config/magic.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/003-0/mages.txt b/npc/003-0/mages.txt index 118f6b035..edf07464a 100644 --- a/npc/003-0/mages.txt +++ b/npc/003-0/mages.txt @@ -11,7 +11,7 @@ // SA_LIGHTNINGLOADER (bestow wind element on weapon for 2m, 70% cth) // SA_SEISMICWEAPON (bestow earth element on weapon for 2m, 70% cth) // SA_DRAGONOLOGY (+4% ATK, +2% MATK, +1 INT and +4% resist against DRAGONS) -// Maybe MAGIC_EXP gain rate up? +// TMW2_SAGE (grants up to 1.5 extra mana exp point/level) // Priest // Broken //AL_PNEUMA (BLOCKS ranged (4+ tiles) physical attacks on a 3x3 area. No bows :D) diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 95f9eb1b8..f7b22d47c 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -19,10 +19,11 @@ function script GetManaExp { .@sk=getarg(0); .@pt=getarg(1); + .@bonus=rand(0,getskilllv(TMW2_SAGE)*3/2); if (LAST_SKILL == .@sk) end; LAST_SKILL=.@sk; - MAGIC_EXP=MAGIC_EXP+.@pt; + MAGIC_EXP=MAGIC_EXP+.@pt+.@bonus; end; } -- cgit v1.2.3-70-g09d2