summaryrefslogtreecommitdiff
path: root/npc/080-1/final.txt
blob: c389aa9910779e57c12b8cd41d45588f7a83561a (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
// TMW Script.
// Author:
//    Jesusalva
// Notes:
//    Christmas 2021 - Mysterious Glade (Final fights, cutscene & final shops)

080-1,98,41,0	script	Alissa#ED2	NPC106,{
    end;
OnInstanceInit:
    disablenpc .name$;
    end;
OnInit:
    .distance=4;
    end;
}

080-1,97,41,0	script	Gak#X21	NPC183,{
    end;

OnInit:
    .distance=4;
    end;
}

// But then, Gak *did* "kidnap" a zealite specialist, right?
080-1,83,136,0	script	#X21BarrierF	NPC_HIDDEN,3,0,{
    if (!'XMAS21FINAL)
        npctalkonce strcharinfo(0) + " : " + l("This clearly is not a real gate; Most likely an illusion to prevent access. I should be able to dispel it by killing the guardians.");
    // TODO: Verify again if all guardians are dead
    end;
OnInit:
    .distance=1;
    end;
}