From 294e541f1b23557405d7d80ebedd129ad3a3218e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 14 Jul 2018 12:42:50 -0300 Subject: Experiment --- npc/config/magic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 587b2f081..ce712b518 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -68,7 +68,7 @@ function script SummonMagic { // Summoned monsters live from 45 to 60 seconds, and each skill levels grants 10s extra life // The 35~50 is not a defect, remember skill starts at level 1... for (.@i = 0; .@i < (getskilllv(.@sk)+(.@adj-1))/.@adj; .@i++) - summon("Summoned Monster", .@id, rand(35000,50000)+getskilllv(.@sk)*10000); + summon("Summoned Monster", .@id, rand(35,50)+getskilllv(.@sk)*10); dispbottom l("All monsters summoned!"); } -- cgit v1.2.3-70-g09d2