summaryrefslogtreecommitdiff
path: root/world/map/npc/017-9/npcs.txt
blob: b14428c536736a3ade3d5f60980e8f9d91bf4445 (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
009-1,42,43,0|script|#SecretDoor|32767,0,0
{
    if (getgmlevel() < 20 && !debug) end;
    gmlog "@warp 017-9";
    warp "017-9", 27, 23;
    end;
}

020-1,60,76,0|script|#SecretDoor2|32767,0,0
{
    if (getgmlevel() < 20 && !debug) end;
    gmlog "@warp 017-9";
    warp "017-9", 29, 21;
    end;
}

001-1,54,118,0|script|#SecretDoor3|32767,0,0
{
    if (getgmlevel() < 20 && !debug) end;
    gmlog "@warp 017-9";
    warp "017-9", 21, 21;
    end;
}

027-2,118,111,0|script|#SecretDoor4|32767,0,0
{
    if (getgmlevel() < 20 && !debug) end;
    gmlog "@warp 017-9";
    warp "017-9", 31, 21;
    end;
}

029-1,34,96,0|script|#SecretDoor5|32767,0,0
{
    if (getgmlevel() < 20 && !debug) end;
    gmlog "@warp 017-9";
    warp "017-9", 23, 21;
    end;
}

017-9,30,28,0|script|Numa|393
{
    set @from_npc, 1;
    callfunc "SuperDebug";
    end;
}