diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 11:42:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 11:42:07 -0300 |
commit | 387846befe7b555b6aaa292ece6242223e1d3cfb (patch) | |
tree | 24f8326e852fed1bbd29e67efb293182ddfa8be8 | |
parent | 426eff10025a7a614085eaa80d2ebcdace0c058c (diff) | |
download | serverdata-387846befe7b555b6aaa292ece6242223e1d3cfb.tar.gz serverdata-387846befe7b555b6aaa292ece6242223e1d3cfb.tar.bz2 serverdata-387846befe7b555b6aaa292ece6242223e1d3cfb.tar.xz serverdata-387846befe7b555b6aaa292ece6242223e1d3cfb.zip |
Put some effort in killing, pretty please
-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 162f7cac4..4dfdfc492 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -205,7 +205,7 @@ function script KatazuliCore { // (Probably spawn Dark Rose Field) // PS. Every monster in this floor will drop them getmapxy(.@m$, .@x, .@y, 0); - KamelotCaveSpawn($KAMELOT_PC[.@g], .@x-rand2(4), .@y-rand2(4), .@x+rand2(4), .@y+rand2(4), $KAMELOT_MX[.@g], "042-10"); + KamelotCaveSpawn($KAMELOT_PC[.@g], .@x-rand2(4), .@y-rand2(4), .@x+rand2(4), .@y+rand2(4), $KAMELOT_MX[.@g]+max(0, 300-.@power), "042-10"); .@x+=any(-3,-2,-1,1,2,3); .@y+=any(-3,-2,-1,1,2,3); monster(.@m$, .@x, .@y, strmobinfo(1, MagicGoblin), MagicGoblin, (@kataspam == 1 ? 6 : (@kataspam == 2 ? 5 : (@kataspam == 3 ? 4 : 3))) ); |