summaryrefslogblamecommitdiff
path: root/npc/003-0-1/statues.txt
blob: 90850bfac6feb88cb427871e9f78cb8b1f125301 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



               
                                                                                  






                                                           

                   








                                                          

                   















                                                                                                                              

                   





                                                                                                                                                  
                                                                                                                                                




                    

                   


        
// TMW-2 Script
// Author:
//    Jesusalva
// Description:
//    These statues are of great honor to whoever have their name written in them!

003-0-1,45,28,0	script	Fortune Statue	NPC_STATUE_BANKER,{

    HallOfFortune();
    close;

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

003-0-1,51,28,0	script	Strength Statue	NPC_STATUE_GUARD,{

    HallOfLevel();
    close;

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

003-0-1,34,38,0	script	Hero Statue	NPC_STATUE_ANDREI,{

    mes l("This statue was built for memory of Andrei Sakar, the greatest hero this world has even seen.");
    mes l("For defending Hurnscald alone and saving all its inhabitants.");
    mes l("For fighting against the Monster King once and getting out alive to tell the story.");
    mes l("For all his great deeds, and thousands of lives he saved, this statue is in his honor.");
    if ($MOST_HEROIC$ == "")
        close;
    next;
    mes l("Also in honor of @@, who did a great act of bravery recently. May they keep protecting our world!", $MOST_HEROIC$);
    close;

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

003-0-1,82,24,0	script	Worker Statue	NPC_STATUE_CONTRIBUTOR,{

    mes l("This is in honor of all the [@@help://about-server|Contributors@@] who helped rebuilding this world, after the Monster War outbreak.");
    mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure.");
    mes l("");
    mes l("Saulc.");
    close;

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