diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-23 15:05:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-23 15:05:08 -0300 |
commit | fbd3ded7eab654d70373eead52cac883a17969dc (patch) | |
tree | 2eb7889e09673fe13f784145a54816cd84c86db1 /world | |
parent | dd2f72404c81de7918a693d8fab95bf06d137c84 (diff) | |
download | serverdata-fbd3ded7eab654d70373eead52cac883a17969dc.tar.gz serverdata-fbd3ded7eab654d70373eead52cac883a17969dc.tar.bz2 serverdata-fbd3ded7eab654d70373eead52cac883a17969dc.tar.xz serverdata-fbd3ded7eab654d70373eead52cac883a17969dc.zip |
Warn new players, both in Pauline as in Waric, that summon spells do not work in towns.
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/001-2/pauline.txt | 2 | ||||
-rw-r--r-- | world/map/npc/017-4/waric.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/001-2/pauline.txt b/world/map/npc/001-2/pauline.txt index 37cce863..05287653 100644 --- a/world/map/npc/001-2/pauline.txt +++ b/world/map/npc/001-2/pauline.txt @@ -102,6 +102,8 @@ L_Next1: mes "\"Goodbye.\""; set @pauline_state, 2; callsub S_Update_Mask; + next; + mes "##1WARNING: Summoning spells DO NOT work inside towns.##0"; goto L_Close; L_Ingredients: diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 7a8c4e68..99bacd13 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -238,6 +238,8 @@ L_Mushroom: next; mes "\"A wicked mushroom will appear to fight for you.\""; set OrumQuest, 37; + next; + mes "##1WARNING: Summoning spells DO NOT work inside towns.##0"; goto L_Close; L_ToxicDart: |