summaryrefslogtreecommitdiff
path: root/npc/081-1/extra.txt
blob: 7f6b489e02c6f46fc7467c5a777f1da22c1a026c (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
// TMW Script.
// Author:
//    Jesusalva
// Notes:
//    Christmas 2021 - Extra NPCs & Code Injection

081-1,82,68,0	script	Nut Cracker	NPC330,{
    @npcname$ = "Nut Cracker";
    Banker();
    close;

OnInit:
    .distance=5;
    end;
}

081-1,69,82,0	script	Ol' Reset	NPC329,{
    @npcname$ = "Ol' Reset";
    StatReset();
    close;

OnInit:
    .distance=5;
    end;
}

081-1,57,49,0	script	Soul Menhir#Aethyr	NPC346,{
    @map$ = "081-1";
    setarray @Xs, 54, 54, 54, 55, 55, 55, 56;
    setarray @Ys, 52, 53, 54, 52, 53, 54, 54;
    @x = 0;
    @y = 0;
    callfunc "SoulMenhir";
    @map$ = "";
    cleararray @Xs[0], 0, 7;
    cleararray @Ys[0], 0, 7;
    @x = 0;
    @y = 0;
    close;
OnInit:
    .distance=5;
    end;
}

081-1,60,91,0	script	TMW Evolved Guide	NPC356,{
    mesn;
    mes "\""+l("Hello, and welcome to The Mana World: Evolved.");
    mes l("This is the server which will eventually take over TMW Legacy.")+"\"";
    next;
    mesn;
    mesq l("A few things are different here, you can read [@@https://wiki.themanaworld.org/index.php/Legacy:TMW_Evolved|on the wiki@@] some of the major differences.");
    select
        l("Thanks."),
        l("Learn more");
    mes "";
    if (@menu == 1) { closeclientdialog; close; }
    mesn;
    mesq l("For starters, magic skills are on F5 tab and no longer can be cast from chat. Drag'n'Drop them to the shortcut bars to use. You can also level them up if you have the points.");
    next;
    mesn;
    mesq l("To use magic, first select the target, and use the skill to unleash the magical attack. The next attack will only come when you use the skill again; unfortunately, it is NOT automatic.");
    next;
    mesn;
    mesq l("If you have unspent status points, you can level them up to 100. Focus skills work sightly different than on TMW Legacy. YOU NEED TO REFOCUS them!");
    next;
    mesn;
    mesq l("Your weight limit is a bit larger, but if it reaches 90% you will no longer be able to attack, so be careful.");
    next;
    mesn;
    mesq l("When you die, you'll be taken to the Soul Menhir you touched last. There is a Soul Menhir nearby, I advise touching it as soon as possible.");
    next;
    mesn;
    mesq l("Experience acquired here will be carried over to TMW Legacy once the event ends, as well as the event rewards. You can exchange the %s with GM Santa, the GM Team will be publishing the rules in turning these in level ups or ultra rare hats shortly.", getitemlink(Carrot));
    next;
    mesn;
    mesq l("The \"#world\" chat tab is bridged to #themanaworld-dev on IRC and Discord, you can quickly get in touch with the whole community and report bugs using it.");
    next;
    mesn;
    mesq l("Also, you may wish to use \"@resync\" or \"@resyncall\" if the monsters appear to vanish. That's mostly all, thanks for playing The Mana World. Contact staff if you need further assistance!");
    close;

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

081-1,47,74,0	script	Christmas Assistant	NPC328,{
    mesc l("They seem to be reminiscing Christmas 2021 event. Suddenly, they looks at you and shouts:");
    mes "";
    mesn;
    mesq l("Come back again!");
    close;

OnInit:
    .distance=5;
    end;
}