summaryrefslogblamecommitdiff
path: root/npc/012-5/nicholas.txt
blob: b645789c929adcc0f55d299714fdbfa78105bf61 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



               








                                                                                
 


                                       
 






                                                                                                   
 




                  
// TMW-2 Script
// Author:
//    Jesusalva
// Description:
//    Nicholas is Hurnscald's blakcsmith. He forges stuff, and sell other stuff.
//
// PS.
// Iridium + Platyna        Platinum
// Gold + Coal              Gold
// Silver + Coal            Silver
// Copper + Tin             Bronze
// Terranite + Coal         Terranite
// Iron + Coal              Iron

// Resitance and Weight increasing ores
// Lead → +++ res, ++++ wei
// Titanium → + res, + wei

012-5,36,26,0	script	Nicholas	NPC_CHELIOS,{
    mesn;
    mesq l("Hello there, I am @@, blacksmith of this fine city. What do you want to forge today?");
    mes "";
    select
        l("Nothing, thanks!");
    close;

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