diff options
Diffstat (limited to 'npc/012-3/warningsigns.txt')
-rwxr-xr-x | npc/012-3/warningsigns.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/012-3/warningsigns.txt b/npc/012-3/warningsigns.txt new file mode 100755 index 00000000..2e63e8a4 --- /dev/null +++ b/npc/012-3/warningsigns.txt @@ -0,0 +1,16 @@ + +012-3,445,61,0 script sign#pvp-1 NPC187,{ + mes "You are about to enter a dangerous area!"; + next; + mes "This area has a great distance to town. So the protection spell of the town is not active in that cave!"; + mes "That is why other players are able to attack you."; + close; +} + +012-3,451,61,0 script sign#pvp-2 NPC186,{ + mes "You are about to enter a dangerous area!"; + next; + mes "This area has a great distance to town. So the protection spell of the town is not active in that cave!"; + mes "That is why other players are able to attack you."; + close; +} |