summaryrefslogtreecommitdiff
path: root/npc/052-2/janitor.txt
blob: 7583f4e4eb182bdd708e158dde40dafcbec30023 (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
052-2,1,1,0	script	#IlliaJanitor5	NPC32767,{
end;

OnCommandClean:
    // For security, kill all.
    killmonster "052-2", "All";
    npcwarp 1, 1, "Luvia?";
    end;

}

052-2,1,1,0	script	#IlliaJanitor6	NPC32767,{
end;

OnCommandClean:
    killmonster "052-2", "#ItemsInvoker::OnDeath";
    npcwarp 1, 1, "#ItemsInvoker";
    end;

}

052-2,1,1,0	script	#IlliaJanitor7	NPC32767,{
end;

OnCommandClean:
    killmonster "052-2", "#LuviaDaemon::OnDeath";
    killmonster "052-2", "#LuviaDaemon::OnWGD";
    npcwarp 93, 38, "#LuviaDaemon";
    npcwarp 98, 25, "Luvia";
    end;

}