summaryrefslogtreecommitdiff
path: root/npc/001-1/artaxe.txt
blob: 8a7cbae0dc9d7c43bdbae5d3e472b8c79fc09d08 (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.

000-1,27,55,0	script	Artaxe	109,{
    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:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}