summaryrefslogtreecommitdiff
path: root/npc/001-1/artaxe.txt
blob: 3592c6b53b9b3ce6017953b5488932012d01e4c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Evol scripts.
// Authors:
//    Qwerty Dragon
//    Reid
// Description:
//    Helping NPC.

001-1,92,43,0	script	Artaxe	NPC_SHOP_BAG,{
    mesn;
    mesq l("Do you feel too weak even if trying to hit the surrounding wildlife?");
    next;
    mesq l("Then concentrate your anger upon the trees hereabouts, you will gain experience whilst leveling your sword skill on them.");
    next;
    mesq l("And a fruit may even fall for you if you are lucky! And stay alert to pick up your drops.");

    close;

OnInit:
    .sex = G_MALE;
    setnpcdistance 2;
    end;
}