From 275512903a12cb3a0e7aca64352b282c64e37775 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jan 2021 15:29:09 -0300 Subject: Magic - Be faster at granting magic RP --- npc/config/magic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/config') diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 4192d5bee..42fcdd63b 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -59,7 +59,7 @@ function script GetManaExp { skillInvoke[0]+=1; // Gain Magic RP if relevant - if (skillInvoke[0] % 10 == 0) + if (skillInvoke[0] % 5 == 0) MAGIC_RP+=1; } -- cgit v1.2.3-60-g2f50