diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-14 12:42:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-14 12:42:50 -0300 |
commit | 294e541f1b23557405d7d80ebedd129ad3a3218e (patch) | |
tree | a7a70482064b39f946ceeaba6e2b10e060f788db /npc/config | |
parent | 450dbda51e32209f1d00b08691f84f77c1e33dc5 (diff) | |
download | serverdata-294e541f1b23557405d7d80ebedd129ad3a3218e.tar.gz serverdata-294e541f1b23557405d7d80ebedd129ad3a3218e.tar.bz2 serverdata-294e541f1b23557405d7d80ebedd129ad3a3218e.tar.xz serverdata-294e541f1b23557405d7d80ebedd129ad3a3218e.zip |
Experiment
Diffstat (limited to 'npc/config')
-rw-r--r-- | npc/config/magic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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!"); } |