diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-06 20:05:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-06 20:05:46 -0300 |
commit | 1e32412e91d3321cc18f5966d7e8943e5da4181d (patch) | |
tree | 410f1cabd7ccd0720db581566ac384611d1192f2 /npc/009-1/guards.txt | |
parent | f91f7c17930746a2a29fe4fdc4f4244456aae423 (diff) | |
download | serverdata-1e32412e91d3321cc18f5966d7e8943e5da4181d.tar.gz serverdata-1e32412e91d3321cc18f5966d7e8943e5da4181d.tar.bz2 serverdata-1e32412e91d3321cc18f5966d7e8943e5da4181d.tar.xz serverdata-1e32412e91d3321cc18f5966d7e8943e5da4181d.zip |
Sacrifice some coin drop rate in exchange for no respawn and unified drops
on Siege
Diffstat (limited to 'npc/009-1/guards.txt')
-rw-r--r-- | npc/009-1/guards.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index 24a0652da..f34e5f406 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -59,14 +59,6 @@ L_MKControl: } close; -// Respawn monster from $@SIEGE_TMPMOBS memory -OnRespawn: - getmapxy(.@m$,.@x,.@y,0); - siege_spawn(.@m$, any_of($@SIEGE_TMPMOBS), 1, .name$+"::OnRespawn"); - if (rand(10000) <= $coinsrate+($@SIEGE_HURNS*50)) - makeitem StrangeCoin, 1, .@m$, .@x, .@y; - end; - OnMKSiege: $@SIEGE_HALIN=rand(1,10); OnStartSiege: |