287
288
289
290
291
292
293
294
295
296
297
298
299
300
|
#define OP_IGNOREKEY 32900
#define OP_INTMOVE 32901
#define OP_INTMOVE_C 34949
#define OP_INTMOVE_D 41093
#define OP_INTMOVE_CD 43141
#define OP_JUMPTO 32902
#define OP_JUMPTO_C 34950
#define OP_LOC 32903
#define OP_LOC_C 34951
#define OP_LOCATEME 32904
#define OP_LOSELEVEL 32905
#define OP_MAXINVENTORY 32906
#define OP_MOVE 32907
#define OP_MOVE_C 34955
|
>
>
|
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
|
#define OP_IGNOREKEY 32900
#define OP_INTMOVE 32901
#define OP_INTMOVE_C 34949
#define OP_INTMOVE_D 41093
#define OP_INTMOVE_CD 43141
#define OP_JUMPTO 32902
#define OP_JUMPTO_C 34950
#define OP_JUMPTO_D 41094
#define OP_JUMPTO_CD 43142
#define OP_LOC 32903
#define OP_LOC_C 34951
#define OP_LOCATEME 32904
#define OP_LOSELEVEL 32905
#define OP_MAXINVENTORY 32906
#define OP_MOVE 32907
#define OP_MOVE_C 34955
|
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
|
{"InPlace",8683632},
{"Inertia",9142323},
{"Input",8683630},
{"IntMove",10584197},
{"Invisible",8618074},
{"JAYAYAYNG",8389416},
{"JUMPED",8389128},
{"JumpTo",8487046},
{"KEWEL",8389422},
{"KEY",8389129},
{"KLECK",8389387},
{"KLINKK",8389385},
{"Key",8421484},
{"KeyCleared",8618075},
{"L",9437194},
|
|
|
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
|
{"InPlace",8683632},
{"Inertia",9142323},
{"Input",8683630},
{"IntMove",10584197},
{"Invisible",8618074},
{"JAYAYAYNG",8389416},
{"JUMPED",8389128},
{"JumpTo",10584198},
{"KEWEL",8389422},
{"KEY",8389129},
{"KLECK",8389387},
{"KLINKK",8389385},
{"Key",8421484},
{"KeyCleared",8618075},
{"L",9437194},
|