summaryrefslogtreecommitdiff
path: root/npc/025-1/salohcin.txt
blob: 2a331aaf470c9a7c0503e8366ec650cfaeb2ec9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// TMW-2 Script
// Author:
//    Jesusalva
// Description:
//    Nicholas the Blacksmith, spelled backwards

025-1,108,67,0	script	Salohnic	NPC_NICHOLAS,{
    mesn;
    mesq l("Hello there, I am %s and I change item options, can I help you today?", .name$);
    mes "";
    mesn;
    mesq l("You'll be charged even if you fail, be warned. You can re-roll the same item once, free of charge, but it may break and there will be no refunds!");
    next;
    if (!SmithTweakSystem(60000, true)) {
        mes "";
        mesn;
        mesq l("You can always try again another day!");
    }
    close;







OnInit:
    .sex = G_MALE;
    .distance = 5;
    end;
}