diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-03 20:33:21 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-03 20:33:21 -0300 |
commit | 2093624bc57741f6d9f83443528a7b6888986e6a (patch) | |
tree | d43a21af3fa5fedc47ff70444d4a90baf463161c /npc/001-4/mushroom.txt | |
parent | 64de2980ba6df731b76441bac59094579cdd1027 (diff) | |
download | serverdata-2093624bc57741f6d9f83443528a7b6888986e6a.tar.gz serverdata-2093624bc57741f6d9f83443528a7b6888986e6a.tar.bz2 serverdata-2093624bc57741f6d9f83443528a7b6888986e6a.tar.xz serverdata-2093624bc57741f6d9f83443528a7b6888986e6a.zip |
TMW-BR easter warping mushroom
Diffstat (limited to 'npc/001-4/mushroom.txt')
-rw-r--r-- | npc/001-4/mushroom.txt | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/npc/001-4/mushroom.txt b/npc/001-4/mushroom.txt new file mode 100644 index 000000000..c88728598 --- /dev/null +++ b/npc/001-4/mushroom.txt @@ -0,0 +1,153 @@ +// TMW2 SCRIPT. +// Author: +// The Mana World Brazil +function script mushroomWarp { + heal -5, -5; + warp getmapname(), 0, 0; + @n = rand(3); + if (@n == 0) dispbottom l("Uhh... What happened..."); + if (@n == 1) dispbottom l("The world is spiniiiiiiiing..."); + if (@n == 2) dispbottom l("Ah... What is happening to meeeeeeee?"); + return; +} + +001-4,252,184,0 script #001-4_252x184 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,259,128,0 script #001-4_259x128 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,252,255,0 script #001-4_252x255 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,180,270,0 script #001-4_180x270 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,124,267,0 script #001-4_124x267 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,44,243,0 script #001-4_44x243 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,41,180,0 script #001-4_41x180 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,58,127,0 script #001-4_58x127 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,56,51,0 script #001-4_56x51 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,114,39,0 script #001-4_114x39 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,183,37,0 script #001-4_183x37 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,244,57,0 script #001-4_244x57 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,154,136,0 script #001-4_154x136 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + +001-4,142,173,0 script #001-4_142x173 NPC_NO_SPRITE,0,0,{ + mes l("A bright and mysterious mushroom!!!"); + mes l("Only getting closer to find out what kind this one is."); + close; + +OnTouch: + callfunc "mushroomWarp"; + close; +} + |