summaryrefslogtreecommitdiff
path: root/npc/015-5/sign.txt
blob: 9d92af600e1c4dbc8de7715ffc89d7c668f2fb3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// TMW2 Script.
// Author:
//    Jesusalva
// Description:
//    You're at a PVP Area

015-5,356,61,0	script	WARNING#015535661	NPC_SWORDS_SIGN2,{
    mesn;
    mesc l("You are entering on a PVP Area with lowered death penalty.");
    next;
    mesn;
    mesc l("The mines beyond this point have been shut at 280 AT because Terranite. You've been warned!");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}

015-5,350,61,0	duplicate(WARNING#015535661)	WARNING#015535061	NPC_SWORDS_SIGN2