summaryrefslogblamecommitdiff
path: root/world/map/npc/017-9/secret.txt
blob: 492615377da4f8a2b9c3e525159fc40cac110fbf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                            








                                                  
                                             








                                                  
                                              








                                                  
                                               







                                                  
009-1.gat,42,43,0|script|#SecretDoor|127,0,0
{
    if (getgmlevel() < 40 && !debug) goto L_close;
    warp "017-9.gat", 26, 25;
    goto L_close;

L_close:
    close;
}

020-1.gat,60,76,0|script|#SecretDoor2|127,0,0
{
    if (getgmlevel() < 40 && !debug) goto L_close;
    warp "017-9.gat", 22, 22;
    goto L_close;

L_close:
    close;
}

001-1.gat,54,118,0|script|#SecretDoor3|127,0,0
{
    if (getgmlevel() < 40 && !debug) goto L_close;
    warp "017-9.gat", 30, 22;
    goto L_close;

L_close:
    close;
}

027-2.gat,118,111,0|script|#SecretDoor4|127,0,0
{
    if (getgmlevel() < 40 && !debug) goto L_close;
    warp "017-9.gat", 30, 29;
    goto L_close;

L_close:
    close;
}