diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-11-17 19:25:43 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-11-17 19:25:43 +0000 |
commit | d48928c3e87c18ea11447117e307cf06f33829f6 (patch) | |
tree | c8b886ca87175a0cfd7d5804dfbc18cc2b0f55ba /world/map/npc/magic/level2-summon-wickedmushroom.txt | |
parent | 7fbbb920f32cc5b00ad95211b1804a26ed21508b (diff) | |
parent | dd86e5d442074381a9e071f7790ac6493e77f276 (diff) | |
download | serverdata-d48928c3e87c18ea11447117e307cf06f33829f6.tar.gz serverdata-d48928c3e87c18ea11447117e307cf06f33829f6.tar.bz2 serverdata-d48928c3e87c18ea11447117e307cf06f33829f6.tar.xz serverdata-d48928c3e87c18ea11447117e307cf06f33829f6.zip |
Merge branch 'summon_magic' into 'master'
Summon magic
See merge request legacy/serverdata!618
Diffstat (limited to 'world/map/npc/magic/level2-summon-wickedmushroom.txt')
-rw-r--r-- | world/map/npc/magic/level2-summon-wickedmushroom.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/magic/level2-summon-wickedmushroom.txt b/world/map/npc/magic/level2-summon-wickedmushroom.txt index 175593ff..eced8c3a 100644 --- a/world/map/npc/magic/level2-summon-wickedmushroom.txt +++ b/world/map/npc/magic/level2-summon-wickedmushroom.txt @@ -51,9 +51,9 @@ OnDestroy: S_SummonAll: set .@rnd, rand(0, 9); - if (.@rnd < 6) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Wicked Mushroom Summon", 1106, 2, .lifetime; - elif (.@rnd < 9) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Moonshroom Summon", 1130, 2, .lifetime; - elif (.@rnd == 9) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Evil Mushroom Summon", 1013, 2, .lifetime; + if (.@rnd < 6) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Wicked Mushroom Summon", WickedMushroom, 2, .lifetime; + elif (.@rnd < 9) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Moonshroom Summon", Moonshroom, 2, .lifetime; + elif (.@rnd == 9) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Evil Mushroom Summon", EvilMushroom, 2, .lifetime; set .@i, .@i + 1; if (.@i < .count) goto S_SummonAll; destroy; |