diff options
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | npc/001-4/mushroom.txt | 28 |
2 files changed, 15 insertions, 14 deletions
diff --git a/db/constants.conf b/db/constants.conf index 9d85b75af..09c40cde1 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3908,6 +3908,7 @@ constants_db: { NPC_TRAP: 158 NPC_TRAP_ONLINE: 159 NPC_TRAP_TRIGGERED: 160 + NPC_FANCY_CIRCLE: 161 NPC_CONFUSED_TREE: 400 NPC_ALIGE: 401 diff --git a/npc/001-4/mushroom.txt b/npc/001-4/mushroom.txt index c88728598..4a22c61b2 100644 --- a/npc/001-4/mushroom.txt +++ b/npc/001-4/mushroom.txt @@ -11,7 +11,7 @@ function script mushroomWarp { return; } -001-4,252,184,0 script #001-4_252x184 NPC_NO_SPRITE,0,0,{ +001-4,252,184,0 script #001-4_252x184 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -21,7 +21,7 @@ OnTouch: close; } -001-4,259,128,0 script #001-4_259x128 NPC_NO_SPRITE,0,0,{ +001-4,259,128,0 script #001-4_259x128 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -31,7 +31,7 @@ OnTouch: close; } -001-4,252,255,0 script #001-4_252x255 NPC_NO_SPRITE,0,0,{ +001-4,252,255,0 script #001-4_252x255 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -41,7 +41,7 @@ OnTouch: close; } -001-4,180,270,0 script #001-4_180x270 NPC_NO_SPRITE,0,0,{ +001-4,180,270,0 script #001-4_180x270 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -51,7 +51,7 @@ OnTouch: close; } -001-4,124,267,0 script #001-4_124x267 NPC_NO_SPRITE,0,0,{ +001-4,124,267,0 script #001-4_124x267 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -61,7 +61,7 @@ OnTouch: close; } -001-4,44,243,0 script #001-4_44x243 NPC_NO_SPRITE,0,0,{ +001-4,44,243,0 script #001-4_44x243 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -71,7 +71,7 @@ OnTouch: close; } -001-4,41,180,0 script #001-4_41x180 NPC_NO_SPRITE,0,0,{ +001-4,41,180,0 script #001-4_41x180 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -81,7 +81,7 @@ OnTouch: close; } -001-4,58,127,0 script #001-4_58x127 NPC_NO_SPRITE,0,0,{ +001-4,58,127,0 script #001-4_58x127 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -91,7 +91,7 @@ OnTouch: close; } -001-4,56,51,0 script #001-4_56x51 NPC_NO_SPRITE,0,0,{ +001-4,56,51,0 script #001-4_56x51 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -101,7 +101,7 @@ OnTouch: close; } -001-4,114,39,0 script #001-4_114x39 NPC_NO_SPRITE,0,0,{ +001-4,114,39,0 script #001-4_114x39 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -111,7 +111,7 @@ OnTouch: close; } -001-4,183,37,0 script #001-4_183x37 NPC_NO_SPRITE,0,0,{ +001-4,183,37,0 script #001-4_183x37 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -121,7 +121,7 @@ OnTouch: close; } -001-4,244,57,0 script #001-4_244x57 NPC_NO_SPRITE,0,0,{ +001-4,244,57,0 script #001-4_244x57 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -131,7 +131,7 @@ OnTouch: close; } -001-4,154,136,0 script #001-4_154x136 NPC_NO_SPRITE,0,0,{ +001-4,154,136,0 script #001-4_154x136 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; @@ -141,7 +141,7 @@ OnTouch: close; } -001-4,142,173,0 script #001-4_142x173 NPC_NO_SPRITE,0,0,{ +001-4,142,173,0 script #001-4_142x173 NPC_FANCY_CIRCLE,0,0,{ mes l("A bright and mysterious mushroom!!!"); mes l("Only getting closer to find out what kind this one is."); close; |