summaryrefslogtreecommitdiff
path: root/world/map/npc/051-3/locks.txt
blob: f0fcb9d741bf91fb564701afdf52074e050eff6d (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
051-3.gat,69,107,0|script|Jail Lock 1|400
{
    if (isin("051-3.gat", 69, 108, 73, 111)) goto L_Do_Lock_Picking;
    end;

L_Do_Lock_Picking:
    callfunc "LockPicking";
    if (@lock_picking_success > 0)
        goto L_OpenDoor;
    close;

L_OpenDoor:
    set @lock_picking_success, 0;
    warp "051-3.gat", 69, 104;
    message strcharinfo(0), "Ok, let's get out of here now.";
    set $@illia_level_2_progress, 2;
    close;
}

051-3.gat,64,100,0|script|Jail Lock 2|400
{
    if (isin("051-3.gat", 64, 101, 66, 104)) goto L_Do_Lock_Picking;
    end;

L_Do_Lock_Picking:
    callfunc "LockPicking";
    if (@lock_picking_success > 0)
        goto L_OpenDoor;
    close;

L_OpenDoor:
    set @lock_picking_success, 0;
    warp "051-3.gat", 64, 97;
    close;
}

051-3.gat,62,100,0|script|Jail Lock 3|400
{
    if (isin("051-3.gat", 61, 101, 62, 104)) goto L_Do_Lock_Picking;
    end;

L_Do_Lock_Picking:
    callfunc "LockPicking";
    if (@lock_picking_success > 0)
        goto L_OpenDoor;
    close;

L_OpenDoor:
    set @lock_picking_success, 0;
    warp "051-3.gat", 62, 97;
    close;
}

051-3.gat,58,100,0|script|Jail Lock 4|400
{
    if (isin("051-3.gat", 57, 101, 58, 104)) goto L_Do_Lock_Picking;
    end;

L_Do_Lock_Picking:
    callfunc "LockPicking";
    if (@lock_picking_success > 0)
        goto L_OpenDoor;
    close;

L_OpenDoor:
    set @lock_picking_success, 0;
    warp "051-3.gat", 58, 97;
    close;
}