diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 17:18:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 17:18:28 -0300 |
commit | a3ebd99c6baccfb7a90e4998eb9bbe16871e480d (patch) | |
tree | 5efac575151ff2cfb4142ab01488c189f13f5555 /npc/042-10 | |
parent | dbf9969f80c2958ce64b19bfd66cc146f4d487b4 (diff) | |
download | serverdata-a3ebd99c6baccfb7a90e4998eb9bbe16871e480d.tar.gz serverdata-a3ebd99c6baccfb7a90e4998eb9bbe16871e480d.tar.bz2 serverdata-a3ebd99c6baccfb7a90e4998eb9bbe16871e480d.tar.xz serverdata-a3ebd99c6baccfb7a90e4998eb9bbe16871e480d.zip |
Increase possible INT effects on Kamelot Seals
(No effect if int < 128)
Diffstat (limited to 'npc/042-10')
-rw-r--r-- | npc/042-10/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 837ed220a..3e5368ce4 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -151,7 +151,7 @@ function script KatazuliCore { // Your own power boost .@bint=rand2(readparam2(bInt)/2, readparam2(bInt)); - .@cat+=limit(1, .@bint/32, 4)+any(0,1); + .@cat+=limit(1, .@bint/32, 5)+any(0,1); // Power the circle .@power=getd("$@GTEMP_"+.@id+"_"+.@m$)+.@cat; |