@deafwave/osrs-botmaker-types 0.6.9 → 0.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/rollup/ItemID.d.ts +26 -0
- package/dist/src/rollup/ItemID.js +26 -0
- package/dist/src/rollup/NpcID.d.ts +18 -4
- package/dist/src/rollup/NpcID.js +18 -4
- package/dist/src/rollup/NullItemID.d.ts +37 -0
- package/dist/src/rollup/NullItemID.js +37 -0
- package/dist/src/rollup/NullNpcID.d.ts +8 -0
- package/dist/src/rollup/NullNpcID.js +8 -0
- package/dist/src/rollup/NullObjectID.d.ts +6 -0
- package/dist/src/rollup/NullObjectID.js +6 -0
- package/dist/src/rollup/ObjectID.d.ts +32 -0
- package/dist/src/rollup/ObjectID.js +32 -0
- package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +26 -0
- package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +18 -4
- package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +37 -0
- package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +8 -0
- package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +6 -0
- package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +32 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +1 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +318 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +3 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/InventoryID.d.ts +1 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +63 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +22 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +38 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/SpotanimID.d.ts +3 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +372 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarClientID.d.ts +15 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +64 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +157 -2
- package/package.json +1 -1
|
@@ -464,6 +464,194 @@ declare namespace net.runelite.api.gameval {
|
|
|
464
464
|
static readonly HEADICONS_ET = 6405;
|
|
465
465
|
static readonly TEXTURE_THATCHED02 = 6408;
|
|
466
466
|
static readonly FARMING_UNDEAD_ICON = 6414;
|
|
467
|
+
static readonly TRADEBACKING_GREEN = 6415;
|
|
468
|
+
static readonly TRADEBACKING_DARK_GREEN = 6416;
|
|
469
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_TOP_LEFT = 6449;
|
|
470
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_TOP_RIGHT = 6450;
|
|
471
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_BOTTOM_LEFT = 6451;
|
|
472
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_BOTTOM_RIGHT = 6452;
|
|
473
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_LEFT = 6453;
|
|
474
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_TOP = 6454;
|
|
475
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_RIGHT = 6455;
|
|
476
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_BOTTOM = 6456;
|
|
477
|
+
static readonly CLASSIC01_BUTTON_BLUE_DEFAULT_CENTRE = 6457;
|
|
478
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_TOP_LEFT = 6458;
|
|
479
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_TOP_RIGHT = 6459;
|
|
480
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_BOTTOM_LEFT = 6460;
|
|
481
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_BOTTOM_RIGHT = 6461;
|
|
482
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_LEFT = 6462;
|
|
483
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_TOP = 6463;
|
|
484
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_RIGHT = 6464;
|
|
485
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_BOTTOM = 6465;
|
|
486
|
+
static readonly CLASSIC01_BUTTON_BLUE_MOUSEOVER_CENTRE = 6466;
|
|
487
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_TOP_LEFT = 6467;
|
|
488
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_TOP_RIGHT = 6468;
|
|
489
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_BOTTOM_LEFT = 6469;
|
|
490
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_BOTTOM_RIGHT = 6470;
|
|
491
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_LEFT = 6471;
|
|
492
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_TOP = 6472;
|
|
493
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_RIGHT = 6473;
|
|
494
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_BOTTOM = 6474;
|
|
495
|
+
static readonly CLASSIC01_BUTTON_BLUE_PRESSED_CENTRE = 6475;
|
|
496
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_TOP_LEFT = 6476;
|
|
497
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_TOP_RIGHT = 6477;
|
|
498
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_BOTTOM_LEFT = 6478;
|
|
499
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_BOTTOM_RIGHT = 6479;
|
|
500
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_LEFT = 6480;
|
|
501
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_TOP = 6481;
|
|
502
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_RIGHT = 6482;
|
|
503
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_BOTTOM = 6483;
|
|
504
|
+
static readonly CLASSIC01_BUTTON_GREEN_DEFAULT_CENTRE = 6484;
|
|
505
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_TOP_LEFT = 6485;
|
|
506
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_TOP_RIGHT = 6486;
|
|
507
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_BOTTOM_LEFT = 6487;
|
|
508
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_BOTTOM_RIGHT = 6488;
|
|
509
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_LEFT = 6489;
|
|
510
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_TOP = 6490;
|
|
511
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_RIGHT = 6491;
|
|
512
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_BOTTOM = 6492;
|
|
513
|
+
static readonly CLASSIC01_BUTTON_GREEN_MOUSEOVER_CENTRE = 6493;
|
|
514
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_TOP_LEFT = 6494;
|
|
515
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_TOP_RIGHT = 6495;
|
|
516
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_BOTTOM_LEFT = 6496;
|
|
517
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_BOTTOM_RIGHT = 6497;
|
|
518
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_LEFT = 6498;
|
|
519
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_TOP = 6499;
|
|
520
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_RIGHT = 6500;
|
|
521
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_BOTTOM = 6501;
|
|
522
|
+
static readonly CLASSIC01_BUTTON_GREEN_PRESSED_CENTRE = 6502;
|
|
523
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_TOP_LEFT = 6503;
|
|
524
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_TOP_RIGHT = 6504;
|
|
525
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_BOTTOM_LEFT = 6505;
|
|
526
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_BOTTOM_RIGHT = 6506;
|
|
527
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_LEFT = 6507;
|
|
528
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_TOP = 6508;
|
|
529
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_RIGHT = 6509;
|
|
530
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_BOTTOM = 6510;
|
|
531
|
+
static readonly CLASSIC01_BUTTON_YELLOW_DEFAULT_CENTRE = 6511;
|
|
532
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_TOP_LEFT = 6512;
|
|
533
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_TOP_RIGHT = 6513;
|
|
534
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_BOTTOM_LEFT = 6514;
|
|
535
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_BOTTOM_RIGHT = 6515;
|
|
536
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_LEFT = 6516;
|
|
537
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_TOP = 6517;
|
|
538
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_RIGHT = 6518;
|
|
539
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_BOTTOM = 6519;
|
|
540
|
+
static readonly CLASSIC01_BUTTON_YELLOW_MOUSEOVER_CENTRE = 6520;
|
|
541
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_TOP_LEFT = 6521;
|
|
542
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_TOP_RIGHT = 6522;
|
|
543
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_BOTTOM_LEFT = 6523;
|
|
544
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_BOTTOM_RIGHT = 6524;
|
|
545
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_LEFT = 6525;
|
|
546
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_TOP = 6526;
|
|
547
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_RIGHT = 6527;
|
|
548
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_BOTTOM = 6528;
|
|
549
|
+
static readonly CLASSIC01_BUTTON_YELLOW_PRESSED_CENTRE = 6529;
|
|
550
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_TOP_LEFT = 6530;
|
|
551
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_TOP_RIGHT = 6531;
|
|
552
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_BOTTOM_LEFT = 6532;
|
|
553
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_BOTTOM_RIGHT = 6533;
|
|
554
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_LEFT = 6534;
|
|
555
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_TOP = 6535;
|
|
556
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_RIGHT = 6536;
|
|
557
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_BOTTOM = 6537;
|
|
558
|
+
static readonly CLASSIC01_BUTTON_RED_DEFAULT_CENTRE = 6538;
|
|
559
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_TOP_LEFT = 6539;
|
|
560
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_TOP_RIGHT = 6540;
|
|
561
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_BOTTOM_LEFT = 6541;
|
|
562
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_BOTTOM_RIGHT = 6542;
|
|
563
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_LEFT = 6543;
|
|
564
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_TOP = 6544;
|
|
565
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_RIGHT = 6545;
|
|
566
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_BOTTOM = 6546;
|
|
567
|
+
static readonly CLASSIC01_BUTTON_RED_MOUSEOVER_CENTRE = 6547;
|
|
568
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_TOP_LEFT = 6548;
|
|
569
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_TOP_RIGHT = 6549;
|
|
570
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_BOTTOM_LEFT = 6550;
|
|
571
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_BOTTOM_RIGHT = 6551;
|
|
572
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_LEFT = 6552;
|
|
573
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_TOP = 6553;
|
|
574
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_RIGHT = 6554;
|
|
575
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_BOTTOM = 6555;
|
|
576
|
+
static readonly CLASSIC01_BUTTON_RED_PRESSED_CENTRE = 6556;
|
|
577
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_TOP_LEFT = 6557;
|
|
578
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_TOP_RIGHT = 6558;
|
|
579
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_BOTTOM_LEFT = 6559;
|
|
580
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_BOTTOM_RIGHT = 6560;
|
|
581
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_LEFT = 6561;
|
|
582
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_TOP = 6562;
|
|
583
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_RIGHT = 6563;
|
|
584
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_BOTTOM = 6564;
|
|
585
|
+
static readonly CLASSIC02_BUTTON_BLUE_DEFAULT_CENTRE = 6565;
|
|
586
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_TOP_LEFT = 6566;
|
|
587
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_TOP_RIGHT = 6567;
|
|
588
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_BOTTOM_LEFT = 6568;
|
|
589
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_BOTTOM_RIGHT = 6569;
|
|
590
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_LEFT = 6570;
|
|
591
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_TOP = 6571;
|
|
592
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_RIGHT = 6572;
|
|
593
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_BOTTOM = 6573;
|
|
594
|
+
static readonly CLASSIC02_BUTTON_BLUE_MOUSEOVER_CENTRE = 6574;
|
|
595
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_TOP_LEFT = 6575;
|
|
596
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_TOP_RIGHT = 6576;
|
|
597
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_BOTTOM_LEFT = 6577;
|
|
598
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_BOTTOM_RIGHT = 6578;
|
|
599
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_LEFT = 6579;
|
|
600
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_TOP = 6580;
|
|
601
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_RIGHT = 6581;
|
|
602
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_BOTTOM = 6582;
|
|
603
|
+
static readonly CLASSIC02_BUTTON_BLUE_PRESSED_CENTRE = 6583;
|
|
604
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_TOP_LEFT = 6584;
|
|
605
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_TOP_RIGHT = 6585;
|
|
606
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_BOTTOM_LEFT = 6586;
|
|
607
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_BOTTOM_RIGHT = 6587;
|
|
608
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_LEFT = 6588;
|
|
609
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_TOP = 6589;
|
|
610
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_RIGHT = 6590;
|
|
611
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_BOTTOM = 6591;
|
|
612
|
+
static readonly CLASSIC02_BUTTON_GREEN_DEFAULT_CENTRE = 6592;
|
|
613
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_TOP_LEFT = 6593;
|
|
614
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_TOP_RIGHT = 6594;
|
|
615
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_BOTTOM_LEFT = 6595;
|
|
616
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_BOTTOM_RIGHT = 6596;
|
|
617
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_LEFT = 6597;
|
|
618
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_TOP = 6598;
|
|
619
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_RIGHT = 6599;
|
|
620
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_BOTTOM = 6600;
|
|
621
|
+
static readonly CLASSIC02_BUTTON_GREEN_MOUSEOVER_CENTRE = 6601;
|
|
622
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_TOP_LEFT = 6602;
|
|
623
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_TOP_RIGHT = 6603;
|
|
624
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_BOTTOM_LEFT = 6604;
|
|
625
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_BOTTOM_RIGHT = 6605;
|
|
626
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_LEFT = 6606;
|
|
627
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_TOP = 6607;
|
|
628
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_RIGHT = 6608;
|
|
629
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_BOTTOM = 6609;
|
|
630
|
+
static readonly CLASSIC02_BUTTON_GREEN_PRESSED_CENTRE = 6610;
|
|
631
|
+
static readonly MASTERY_BINGO01_28X28 = 6751;
|
|
632
|
+
static readonly MASTERY_BINGO01_56X56 = 6752;
|
|
633
|
+
static readonly SIMPLE_BUTTON_DEFAULT_TOP_LEFT = 6765;
|
|
634
|
+
static readonly SIMPLE_BUTTON_DEFAULT_TOP_RIGHT = 6766;
|
|
635
|
+
static readonly SIMPLE_BUTTON_DEFAULT_BOTTOM_LEFT = 6767;
|
|
636
|
+
static readonly SIMPLE_BUTTON_DEFAULT_BOTTOM_RIGHT = 6768;
|
|
637
|
+
static readonly SIMPLE_BUTTON_DEFAULT_LEFT = 6769;
|
|
638
|
+
static readonly SIMPLE_BUTTON_DEFAULT_TOP = 6770;
|
|
639
|
+
static readonly SIMPLE_BUTTON_DEFAULT_RIGHT = 6771;
|
|
640
|
+
static readonly SIMPLE_BUTTON_DEFAULT_BOTTOM = 6772;
|
|
641
|
+
static readonly SIMPLE_BUTTON_DEFAULT_CENTRE = 6773;
|
|
642
|
+
static readonly SIMPLE_BUTTON_MOUSEOVER_CENTRE = 6774;
|
|
643
|
+
static readonly SIMPLE_BUTTON_TOGGLED_TOP_LEFT = 6775;
|
|
644
|
+
static readonly SIMPLE_BUTTON_TOGGLED_TOP_RIGHT = 6776;
|
|
645
|
+
static readonly SIMPLE_BUTTON_TOGGLED_BOTTOM_LEFT = 6777;
|
|
646
|
+
static readonly SIMPLE_BUTTON_TOGGLED_BOTTOM_RIGHT = 6778;
|
|
647
|
+
static readonly SIMPLE_BUTTON_TOGGLED_LEFT = 6779;
|
|
648
|
+
static readonly SIMPLE_BUTTON_TOGGLED_TOP = 6780;
|
|
649
|
+
static readonly SIMPLE_BUTTON_TOGGLED_RIGHT = 6781;
|
|
650
|
+
static readonly SIMPLE_BUTTON_TOGGLED_BOTTOM = 6782;
|
|
651
|
+
static readonly SIMPLE_BUTTON_TOGGLED_CENTRE = 6783;
|
|
652
|
+
static readonly SIMPLE_BUTTON_TOGGLED_MOUSEOVER_CENTRE = 6784;
|
|
653
|
+
static readonly SIMPLE_BUTTON_PRESSED_CENTRE = 6785;
|
|
654
|
+
static readonly LOGO_UGC_WORLD = 6786;
|
|
467
655
|
static readonly _0 = 0;
|
|
468
656
|
static readonly _1 = 1;
|
|
469
657
|
static readonly _2 = 2;
|
|
@@ -6417,5 +6605,189 @@ declare namespace net.runelite.api.gameval {
|
|
|
6417
6605
|
static readonly _1 = 6407;
|
|
6418
6606
|
static readonly _0 = 6409;
|
|
6419
6607
|
static readonly _1 = 6410;
|
|
6608
|
+
static readonly _0 = 6417;
|
|
6609
|
+
static readonly _1 = 6418;
|
|
6610
|
+
static readonly _2 = 6419;
|
|
6611
|
+
static readonly _3 = 6420;
|
|
6612
|
+
static readonly _4 = 6421;
|
|
6613
|
+
static readonly _5 = 6422;
|
|
6614
|
+
static readonly _6 = 6423;
|
|
6615
|
+
static readonly _7 = 6424;
|
|
6616
|
+
static readonly _0 = 6425;
|
|
6617
|
+
static readonly _1 = 6426;
|
|
6618
|
+
static readonly _2 = 6427;
|
|
6619
|
+
static readonly _3 = 6428;
|
|
6620
|
+
static readonly _4 = 6429;
|
|
6621
|
+
static readonly _5 = 6430;
|
|
6622
|
+
static readonly _6 = 6431;
|
|
6623
|
+
static readonly _7 = 6432;
|
|
6624
|
+
static readonly _8 = 6433;
|
|
6625
|
+
static readonly _9 = 6434;
|
|
6626
|
+
static readonly _10 = 6435;
|
|
6627
|
+
static readonly _11 = 6436;
|
|
6628
|
+
static readonly _12 = 6437;
|
|
6629
|
+
static readonly _13 = 6438;
|
|
6630
|
+
static readonly _14 = 6439;
|
|
6631
|
+
static readonly _15 = 6440;
|
|
6632
|
+
static readonly _16 = 6441;
|
|
6633
|
+
static readonly _17 = 6442;
|
|
6634
|
+
static readonly _18 = 6443;
|
|
6635
|
+
static readonly _19 = 6444;
|
|
6636
|
+
static readonly _20 = 6445;
|
|
6637
|
+
static readonly _21 = 6446;
|
|
6638
|
+
static readonly _22 = 6447;
|
|
6639
|
+
static readonly _23 = 6448;
|
|
6640
|
+
static readonly _0 = 6611;
|
|
6641
|
+
static readonly _1 = 6612;
|
|
6642
|
+
static readonly _2 = 6613;
|
|
6643
|
+
static readonly _3 = 6614;
|
|
6644
|
+
static readonly _4 = 6615;
|
|
6645
|
+
static readonly _5 = 6616;
|
|
6646
|
+
static readonly _6 = 6617;
|
|
6647
|
+
static readonly _7 = 6618;
|
|
6648
|
+
static readonly _8 = 6619;
|
|
6649
|
+
static readonly _9 = 6620;
|
|
6650
|
+
static readonly _10 = 6621;
|
|
6651
|
+
static readonly _11 = 6622;
|
|
6652
|
+
static readonly _12 = 6623;
|
|
6653
|
+
static readonly _13 = 6624;
|
|
6654
|
+
static readonly _14 = 6625;
|
|
6655
|
+
static readonly _15 = 6626;
|
|
6656
|
+
static readonly _16 = 6627;
|
|
6657
|
+
static readonly _17 = 6628;
|
|
6658
|
+
static readonly _18 = 6629;
|
|
6659
|
+
static readonly _19 = 6630;
|
|
6660
|
+
static readonly _20 = 6631;
|
|
6661
|
+
static readonly _21 = 6632;
|
|
6662
|
+
static readonly _22 = 6633;
|
|
6663
|
+
static readonly _23 = 6634;
|
|
6664
|
+
static readonly _24 = 6635;
|
|
6665
|
+
static readonly _25 = 6636;
|
|
6666
|
+
static readonly _26 = 6637;
|
|
6667
|
+
static readonly _0 = 6638;
|
|
6668
|
+
static readonly _1 = 6639;
|
|
6669
|
+
static readonly _2 = 6640;
|
|
6670
|
+
static readonly _3 = 6641;
|
|
6671
|
+
static readonly _4 = 6642;
|
|
6672
|
+
static readonly _5 = 6643;
|
|
6673
|
+
static readonly _6 = 6644;
|
|
6674
|
+
static readonly _7 = 6645;
|
|
6675
|
+
static readonly _8 = 6646;
|
|
6676
|
+
static readonly _9 = 6647;
|
|
6677
|
+
static readonly _10 = 6648;
|
|
6678
|
+
static readonly _11 = 6649;
|
|
6679
|
+
static readonly _12 = 6650;
|
|
6680
|
+
static readonly _13 = 6651;
|
|
6681
|
+
static readonly _14 = 6652;
|
|
6682
|
+
static readonly _15 = 6653;
|
|
6683
|
+
static readonly _16 = 6654;
|
|
6684
|
+
static readonly _17 = 6655;
|
|
6685
|
+
static readonly _18 = 6656;
|
|
6686
|
+
static readonly _19 = 6657;
|
|
6687
|
+
static readonly _20 = 6658;
|
|
6688
|
+
static readonly _21 = 6659;
|
|
6689
|
+
static readonly _22 = 6660;
|
|
6690
|
+
static readonly _23 = 6661;
|
|
6691
|
+
static readonly _24 = 6662;
|
|
6692
|
+
static readonly _25 = 6663;
|
|
6693
|
+
static readonly _26 = 6664;
|
|
6694
|
+
static readonly _0 = 6665;
|
|
6695
|
+
static readonly _1 = 6666;
|
|
6696
|
+
static readonly _2 = 6667;
|
|
6697
|
+
static readonly _3 = 6668;
|
|
6698
|
+
static readonly _4 = 6669;
|
|
6699
|
+
static readonly _5 = 6670;
|
|
6700
|
+
static readonly _6 = 6671;
|
|
6701
|
+
static readonly _7 = 6672;
|
|
6702
|
+
static readonly _8 = 6673;
|
|
6703
|
+
static readonly _9 = 6674;
|
|
6704
|
+
static readonly _10 = 6675;
|
|
6705
|
+
static readonly _11 = 6676;
|
|
6706
|
+
static readonly _12 = 6677;
|
|
6707
|
+
static readonly _13 = 6678;
|
|
6708
|
+
static readonly _14 = 6679;
|
|
6709
|
+
static readonly _15 = 6680;
|
|
6710
|
+
static readonly _16 = 6681;
|
|
6711
|
+
static readonly _17 = 6682;
|
|
6712
|
+
static readonly _18 = 6683;
|
|
6713
|
+
static readonly _19 = 6684;
|
|
6714
|
+
static readonly _20 = 6685;
|
|
6715
|
+
static readonly _21 = 6686;
|
|
6716
|
+
static readonly _22 = 6687;
|
|
6717
|
+
static readonly _23 = 6688;
|
|
6718
|
+
static readonly _24 = 6689;
|
|
6719
|
+
static readonly _25 = 6690;
|
|
6720
|
+
static readonly _26 = 6691;
|
|
6721
|
+
static readonly _0 = 6692;
|
|
6722
|
+
static readonly _1 = 6693;
|
|
6723
|
+
static readonly _2 = 6694;
|
|
6724
|
+
static readonly _3 = 6695;
|
|
6725
|
+
static readonly _4 = 6696;
|
|
6726
|
+
static readonly _5 = 6697;
|
|
6727
|
+
static readonly _6 = 6698;
|
|
6728
|
+
static readonly _7 = 6699;
|
|
6729
|
+
static readonly _8 = 6700;
|
|
6730
|
+
static readonly _9 = 6701;
|
|
6731
|
+
static readonly _10 = 6702;
|
|
6732
|
+
static readonly _11 = 6703;
|
|
6733
|
+
static readonly _12 = 6704;
|
|
6734
|
+
static readonly _13 = 6705;
|
|
6735
|
+
static readonly _14 = 6706;
|
|
6736
|
+
static readonly _15 = 6707;
|
|
6737
|
+
static readonly _16 = 6708;
|
|
6738
|
+
static readonly _17 = 6709;
|
|
6739
|
+
static readonly _18 = 6710;
|
|
6740
|
+
static readonly _19 = 6711;
|
|
6741
|
+
static readonly _20 = 6712;
|
|
6742
|
+
static readonly _21 = 6713;
|
|
6743
|
+
static readonly _22 = 6714;
|
|
6744
|
+
static readonly _23 = 6715;
|
|
6745
|
+
static readonly _24 = 6716;
|
|
6746
|
+
static readonly _25 = 6717;
|
|
6747
|
+
static readonly _26 = 6718;
|
|
6748
|
+
static readonly _0 = 6719;
|
|
6749
|
+
static readonly _1 = 6720;
|
|
6750
|
+
static readonly _2 = 6721;
|
|
6751
|
+
static readonly _3 = 6722;
|
|
6752
|
+
static readonly _4 = 6723;
|
|
6753
|
+
static readonly _5 = 6724;
|
|
6754
|
+
static readonly _6 = 6725;
|
|
6755
|
+
static readonly _7 = 6726;
|
|
6756
|
+
static readonly _8 = 6727;
|
|
6757
|
+
static readonly _9 = 6728;
|
|
6758
|
+
static readonly _0 = 6729;
|
|
6759
|
+
static readonly _1 = 6730;
|
|
6760
|
+
static readonly _2 = 6731;
|
|
6761
|
+
static readonly _3 = 6732;
|
|
6762
|
+
static readonly _4 = 6733;
|
|
6763
|
+
static readonly _5 = 6734;
|
|
6764
|
+
static readonly _6 = 6735;
|
|
6765
|
+
static readonly _7 = 6736;
|
|
6766
|
+
static readonly _8 = 6737;
|
|
6767
|
+
static readonly _9 = 6738;
|
|
6768
|
+
static readonly _0 = 6739;
|
|
6769
|
+
static readonly _1 = 6740;
|
|
6770
|
+
static readonly _2 = 6741;
|
|
6771
|
+
static readonly _3 = 6742;
|
|
6772
|
+
static readonly _4 = 6743;
|
|
6773
|
+
static readonly _5 = 6744;
|
|
6774
|
+
static readonly _0 = 6745;
|
|
6775
|
+
static readonly _1 = 6746;
|
|
6776
|
+
static readonly _2 = 6747;
|
|
6777
|
+
static readonly _3 = 6748;
|
|
6778
|
+
static readonly _4 = 6749;
|
|
6779
|
+
static readonly _5 = 6750;
|
|
6780
|
+
static readonly _0 = 6753;
|
|
6781
|
+
static readonly _1 = 6754;
|
|
6782
|
+
static readonly _2 = 6755;
|
|
6783
|
+
static readonly _3 = 6756;
|
|
6784
|
+
static readonly _0 = 6757;
|
|
6785
|
+
static readonly _1 = 6758;
|
|
6786
|
+
static readonly _2 = 6759;
|
|
6787
|
+
static readonly _3 = 6760;
|
|
6788
|
+
static readonly _0 = 6761;
|
|
6789
|
+
static readonly _1 = 6762;
|
|
6790
|
+
static readonly _2 = 6763;
|
|
6791
|
+
static readonly _3 = 6764;
|
|
6420
6792
|
}
|
|
6421
6793
|
}
|
|
@@ -1263,5 +1263,20 @@ declare namespace net.runelite.api.gameval {
|
|
|
1263
1263
|
static readonly BUFF_SURGE_POTION_START = 1258;
|
|
1264
1264
|
static readonly HPBAR_HUD_LAST_NPC = 1259;
|
|
1265
1265
|
static readonly SLAYER_REWARDS_TAB_LAST_OPENED = 1260;
|
|
1266
|
+
static readonly BINGO_SELECTED_GRID = 1261;
|
|
1267
|
+
static readonly BINGO_SELECTED_TILE = 1262;
|
|
1268
|
+
static readonly BINGO_SELECTED_REWARD_OPTION = 1263;
|
|
1269
|
+
static readonly BINGO_LOOKUP_PHRASE = 1264;
|
|
1270
|
+
static readonly BINGO_SHOW_REWARDS = 1265;
|
|
1271
|
+
static readonly BINGO_INFO_VISIBLE = 1266;
|
|
1272
|
+
static readonly BINGO_INFO_MAXIMISED = 1267;
|
|
1273
|
+
static readonly BINGO_OVERLAY_X = 1268;
|
|
1274
|
+
static readonly BINGO_OVERLAY_Y = 1269;
|
|
1275
|
+
static readonly BINGO_OVERLAY_WIDTH = 1270;
|
|
1276
|
+
static readonly BINGO_OVERLAY_HEIGHT = 1271;
|
|
1277
|
+
static readonly TOPLEVEL_FLOATER_MIN_WIDTH = 1272;
|
|
1278
|
+
static readonly TOPLEVEL_FLOATER_MIN_HEIGHT = 1273;
|
|
1279
|
+
static readonly TOPLEVEL_FLOATER_DEFAULT_WIDTH = 1274;
|
|
1280
|
+
static readonly TOPLEVEL_FLOATER_DEFAULT_HEIGHT = 1275;
|
|
1266
1281
|
}
|
|
1267
1282
|
}
|
|
@@ -2287,5 +2287,69 @@ declare namespace net.runelite.api.gameval {
|
|
|
2287
2287
|
static readonly WORN_ITEM_BONUS4 = 4852;
|
|
2288
2288
|
static readonly WORN_ITEM_BONUS5 = 4853;
|
|
2289
2289
|
static readonly WORN_ITEM_BONUS6 = 4854;
|
|
2290
|
+
static readonly RUNE_POUCH_LOADOUT_1 = 4857;
|
|
2291
|
+
static readonly RUNE_POUCH_LOADOUT_2 = 4858;
|
|
2292
|
+
static readonly RUNE_POUCH_LOADOUT_3 = 4859;
|
|
2293
|
+
static readonly RUNE_POUCH_LOADOUT_4 = 4860;
|
|
2294
|
+
static readonly RUNE_POUCH_LOADOUT_5 = 4861;
|
|
2295
|
+
static readonly RUNE_POUCH_LOADOUT_6 = 4862;
|
|
2296
|
+
static readonly RUNE_POUCH_LOADOUT_7 = 4863;
|
|
2297
|
+
static readonly RUNE_POUCH_LOADOUT_8 = 4864;
|
|
2298
|
+
static readonly RUNE_POUCH_LOADOUT_9 = 4865;
|
|
2299
|
+
static readonly RUNE_POUCH_LOADOUT_10 = 4866;
|
|
2300
|
+
static readonly RUNE_POUCH_LOADOUT_11 = 4867;
|
|
2301
|
+
static readonly RUNE_POUCH_LOADOUT_12 = 4868;
|
|
2302
|
+
static readonly RUNE_POUCH_LOADOUT_13 = 4869;
|
|
2303
|
+
static readonly RUNE_POUCH_LOADOUT_14 = 4870;
|
|
2304
|
+
static readonly RUNE_POUCH_LOADOUT_15 = 4871;
|
|
2305
|
+
static readonly RUNE_POUCH_LOADOUT_16 = 4872;
|
|
2306
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_0 = 4873;
|
|
2307
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_1 = 4874;
|
|
2308
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_2 = 4875;
|
|
2309
|
+
static readonly BINGO_REWARDS_PERM_0 = 4876;
|
|
2310
|
+
static readonly BINGO_REWARDS_PERM_1 = 4877;
|
|
2311
|
+
static readonly BINGO_REWARDS_PERM_2 = 4878;
|
|
2312
|
+
static readonly BINGO_REWARDS_PERM_3 = 4879;
|
|
2313
|
+
static readonly BINGO_REWARDS_PERM_4 = 4880;
|
|
2314
|
+
static readonly BINGO_REWARDS_PERM_5 = 4881;
|
|
2315
|
+
static readonly BINGO_MISC = 4882;
|
|
2316
|
+
static readonly BINGO_CHALLENGE_PARENT_0 = 4883;
|
|
2317
|
+
static readonly BINGO_CHALLENGE_PARENT_1 = 4884;
|
|
2318
|
+
static readonly BINGO_CHALLENGE_PARENT_2 = 4885;
|
|
2319
|
+
static readonly BINGO_CHALLENGE_PARENT_3 = 4886;
|
|
2320
|
+
static readonly BINGO_CHALLENGE_PARENT_4 = 4887;
|
|
2321
|
+
static readonly BINGO_CHALLENGE_PARENT_5 = 4888;
|
|
2322
|
+
static readonly BINGO_CHALLENGE_PARENT_6 = 4889;
|
|
2323
|
+
static readonly BINGO_CHALLENGE_PARENT_7 = 4890;
|
|
2324
|
+
static readonly BINGO_CHALLENGE_PARENT_8 = 4891;
|
|
2325
|
+
static readonly BINGO_CHALLENGE_PARENT_9 = 4892;
|
|
2326
|
+
static readonly BINGO_CHALLENGE_PARENT_10 = 4893;
|
|
2327
|
+
static readonly BINGO_CHALLENGE_PARENT_11 = 4894;
|
|
2328
|
+
static readonly BINGO_CHALLENGE_PARENT_12 = 4895;
|
|
2329
|
+
static readonly BINGO_CHALLENGE_PARENT_13 = 4896;
|
|
2330
|
+
static readonly BINGO_CHALLENGE_COMPLETE_VAR_0 = 4897;
|
|
2331
|
+
static readonly BINGO_CHALLENGE_COMPLETE_VAR_1 = 4898;
|
|
2332
|
+
static readonly EVENT_REWARDS_TEMP_0 = 4899;
|
|
2333
|
+
static readonly EVENT_REWARDS_TEMP_1 = 4900;
|
|
2334
|
+
static readonly EVENT_REWARDS_TEMP_2 = 4901;
|
|
2335
|
+
static readonly EVENT_REWARDS_TEMP_3 = 4902;
|
|
2336
|
+
static readonly EVENT_REWARDS_TEMP_4 = 4903;
|
|
2337
|
+
static readonly EVENT_REWARDS_TEMP_5 = 4904;
|
|
2338
|
+
static readonly EVENT_REWARDS_TEMP_6 = 4905;
|
|
2339
|
+
static readonly EVENT_REWARDS_TEMP_7 = 4906;
|
|
2340
|
+
static readonly EVENT_REWARDS_TEMP_8 = 4907;
|
|
2341
|
+
static readonly EVENT_REWARDS_TEMP_9 = 4908;
|
|
2342
|
+
static readonly EVENT_REWARDS_TEMP_10 = 4909;
|
|
2343
|
+
static readonly EVENT_LEAGUE_RELICS = 4910;
|
|
2344
|
+
static readonly EVENT_REWARDS_XP_SHARER_VARP1 = 4911;
|
|
2345
|
+
static readonly EVENT_REWARDS_XP_SHARER_VARP2 = 4912;
|
|
2346
|
+
static readonly EVENT_POINTS_CURRENCY = 4914;
|
|
2347
|
+
static readonly BINGO_POINTS = 4915;
|
|
2348
|
+
static readonly EVENT_POINTS_COMPLETED = 4916;
|
|
2349
|
+
static readonly EVENT_POINTS_CLAIMED = 4917;
|
|
2350
|
+
static readonly LEAGUE_BANK_HEIST_LAST_DESTINATION = 4919;
|
|
2351
|
+
static readonly FEATURE_FLAGS_CACHED = 4920;
|
|
2352
|
+
static readonly HW25 = 4921;
|
|
2353
|
+
static readonly TOPLEVEL_VARTRANSMIT_REDRAW_BLOCKED = 4922;
|
|
2290
2354
|
}
|
|
2291
2355
|
}
|
|
@@ -5586,7 +5586,6 @@ declare namespace net.runelite.api.gameval {
|
|
|
5586
5586
|
static readonly CURRENT_RUNEDAY = 9535;
|
|
5587
5587
|
static readonly LEAGUE_BANKERS_UNNOTE_QUANTITY = 9536;
|
|
5588
5588
|
static readonly LEAGUE_TASK_EQUIP_AN_ENHANCED_CRYSTAL_WEAPON = 9537;
|
|
5589
|
-
static readonly LEAGUE_TRAILBLAZER_TOOL_TOGGLE = 9538;
|
|
5590
5589
|
static readonly RAIDS_SCALING = 9539;
|
|
5591
5590
|
static readonly RAIDS_CLIENT_PARTYSIZE_SCALED = 9540;
|
|
5592
5591
|
static readonly RAIDS_REMEMBER_LAST_SCALING = 9541;
|
|
@@ -7001,7 +7000,6 @@ declare namespace net.runelite.api.gameval {
|
|
|
7001
7000
|
static readonly BANK_ADD_LASTSLOT = 11563;
|
|
7002
7001
|
static readonly MISC_RESTOTAL_LOWBITS = 11564;
|
|
7003
7002
|
static readonly LEAGUE_HUNLLEF_TRANSMOG_UNLOCKED = 11569;
|
|
7004
|
-
static readonly LEAGUE_TRAILBLAZER_TOOL_TOGGLE_EXTRA = 11576;
|
|
7005
7003
|
static readonly LEAGUE_LAST_RECALL_STORED_STAT_HITPOINTS = 11577;
|
|
7006
7004
|
static readonly LEAGUE_LAST_RECALL_STORED_STAT_PRAYER = 11578;
|
|
7007
7005
|
static readonly LEAGUE_LAST_RECALL_STORED_STAT_SPECIAL_ATTACK = 11579;
|
|
@@ -12334,5 +12332,162 @@ declare namespace net.runelite.api.gameval {
|
|
|
12334
12332
|
static readonly WORN_ITEMS_RC_BOOTS = 17935;
|
|
12335
12333
|
static readonly WORN_ITEMS_LUMBERJACK_FULL_OUTFIT = 17936;
|
|
12336
12334
|
static readonly WORN_ITEMS_ROGUE_SET = 17937;
|
|
12335
|
+
static readonly OPTION_HIDEY_HOLES_EQUIPPED = 17938;
|
|
12336
|
+
static readonly SETTINGS_CA_OPEN_LAST_INTERFACE_DISABLED = 17939;
|
|
12337
|
+
static readonly CA_LAST_OPENED_INTERFACE = 17940;
|
|
12338
|
+
static readonly CA_LAST_REWARD_TIER_SELECTED = 17941;
|
|
12339
|
+
static readonly WORN_ITEMS_VIRTUS_MASK = 17942;
|
|
12340
|
+
static readonly WORN_ITEMS_VIRTUS_TOP = 17943;
|
|
12341
|
+
static readonly WORN_ITEMS_VIRTUS_LEGS = 17944;
|
|
12342
|
+
static readonly RUNE_POUCH_LOADOUT_E_RUNE3 = 17969;
|
|
12343
|
+
static readonly RUNE_POUCH_LOADOUT_E_RUNE4 = 17970;
|
|
12344
|
+
static readonly RUNE_POUCH_LOADOUT_F_RUNE1 = 17971;
|
|
12345
|
+
static readonly RUNE_POUCH_LOADOUT_E_CAP1 = 17972;
|
|
12346
|
+
static readonly RUNE_POUCH_LOADOUT_F_RUNE2 = 17973;
|
|
12347
|
+
static readonly RUNE_POUCH_LOADOUT_F_RUNE3 = 17974;
|
|
12348
|
+
static readonly RUNE_POUCH_LOADOUT_F_RUNE4 = 17975;
|
|
12349
|
+
static readonly RUNE_POUCH_LOADOUT_E_CAP2 = 17976;
|
|
12350
|
+
static readonly RUNE_POUCH_LOADOUT_G_RUNE1 = 17977;
|
|
12351
|
+
static readonly RUNE_POUCH_LOADOUT_G_RUNE2 = 17978;
|
|
12352
|
+
static readonly RUNE_POUCH_LOADOUT_G_RUNE3 = 17979;
|
|
12353
|
+
static readonly RUNE_POUCH_LOADOUT_E_CAP3 = 17980;
|
|
12354
|
+
static readonly RUNE_POUCH_LOADOUT_G_RUNE4 = 17981;
|
|
12355
|
+
static readonly RUNE_POUCH_LOADOUT_H_RUNE1 = 17982;
|
|
12356
|
+
static readonly RUNE_POUCH_LOADOUT_H_RUNE2 = 17983;
|
|
12357
|
+
static readonly RUNE_POUCH_LOADOUT_E_CAP4 = 17984;
|
|
12358
|
+
static readonly RUNE_POUCH_LOADOUT_H_RUNE3 = 17985;
|
|
12359
|
+
static readonly RUNE_POUCH_LOADOUT_H_RUNE4 = 17986;
|
|
12360
|
+
static readonly RUNE_POUCH_LOADOUT_F_CAP1 = 17987;
|
|
12361
|
+
static readonly RUNE_POUCH_LOADOUT_H_CAP3_BITSA = 17988;
|
|
12362
|
+
static readonly RUNE_POUCH_LOADOUT_F_CAP2 = 17989;
|
|
12363
|
+
static readonly RUNE_POUCH_LOADOUT_F_CAP3 = 17990;
|
|
12364
|
+
static readonly RUNE_POUCH_LOADOUT_H_CAP3_BITSB = 17991;
|
|
12365
|
+
static readonly RUNE_POUCH_LOADOUT_F_CAP4 = 17992;
|
|
12366
|
+
static readonly RUNE_POUCH_LOADOUT_G_CAP1 = 17993;
|
|
12367
|
+
static readonly RUNE_POUCH_LOADOUT_H_CAP3_BITSC = 17994;
|
|
12368
|
+
static readonly RUNE_POUCH_LOADOUT_G_CAP2 = 17995;
|
|
12369
|
+
static readonly RUNE_POUCH_LOADOUT_G_CAP3 = 17996;
|
|
12370
|
+
static readonly RUNE_POUCH_LOADOUT_E_RUNE1_BITSA = 17997;
|
|
12371
|
+
static readonly RUNE_POUCH_LOADOUT_G_CAP4 = 17998;
|
|
12372
|
+
static readonly RUNE_POUCH_LOADOUT_H_CAP1 = 17999;
|
|
12373
|
+
static readonly RUNE_POUCH_LOADOUT_E_RUNE2_BITSA = 18000;
|
|
12374
|
+
static readonly RUNE_POUCH_LOADOUT_H_CAP2 = 18001;
|
|
12375
|
+
static readonly RUNE_POUCH_LOADOUT_H_CAP4 = 18002;
|
|
12376
|
+
static readonly RUNE_POUCH_LOADOUT_E_RUNE1_BITSB = 18003;
|
|
12377
|
+
static readonly RUNE_POUCH_LOADOUT_E_RUNE2_BITSB = 18004;
|
|
12378
|
+
static readonly RUNE_POUCH_LOADOUT_I_RUNE3 = 18005;
|
|
12379
|
+
static readonly RUNE_POUCH_LOADOUT_I_RUNE4 = 18006;
|
|
12380
|
+
static readonly RUNE_POUCH_LOADOUT_J_RUNE1 = 18007;
|
|
12381
|
+
static readonly RUNE_POUCH_LOADOUT_I_CAP1 = 18008;
|
|
12382
|
+
static readonly RUNE_POUCH_LOADOUT_J_RUNE2 = 18009;
|
|
12383
|
+
static readonly RUNE_POUCH_LOADOUT_J_RUNE3 = 18010;
|
|
12384
|
+
static readonly RUNE_POUCH_LOADOUT_J_RUNE4 = 18011;
|
|
12385
|
+
static readonly RUNE_POUCH_LOADOUT_I_CAP2 = 18012;
|
|
12386
|
+
static readonly RUNE_POUCH_LOADOUT_I_CAP3 = 18013;
|
|
12387
|
+
static readonly RUNE_POUCH_LOADOUT_I_CAP4 = 18014;
|
|
12388
|
+
static readonly RUNE_POUCH_LOADOUT_J_CAP2 = 18015;
|
|
12389
|
+
static readonly RUNE_POUCH_LOADOUT_J_CAP3 = 18016;
|
|
12390
|
+
static readonly RUNE_POUCH_LOADOUT_J_CAP4 = 18017;
|
|
12391
|
+
static readonly RUNE_POUCH_LOADOUT_J_CAP1 = 18018;
|
|
12392
|
+
static readonly RUNE_POUCH_LOADOUT_I_RUNE2_BITSA = 18019;
|
|
12393
|
+
static readonly RUNE_POUCH_LOADOUT_I_RUNE1_BITSA = 18020;
|
|
12394
|
+
static readonly RUNE_POUCH_LOADOUT_I_RUNE1_BITSB = 18021;
|
|
12395
|
+
static readonly RUNE_POUCH_LOADOUT_I_RUNE2_BITSB = 18022;
|
|
12396
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_SELECTED = 18023;
|
|
12397
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_A = 18024;
|
|
12398
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_B = 18025;
|
|
12399
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_C = 18026;
|
|
12400
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_D = 18027;
|
|
12401
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_E = 18028;
|
|
12402
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_F = 18029;
|
|
12403
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_G = 18030;
|
|
12404
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_H = 18031;
|
|
12405
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_I = 18032;
|
|
12406
|
+
static readonly RUNE_POUCH_LOADOUT_NAME_J = 18033;
|
|
12407
|
+
static readonly BINGO_TUTORIAL = 18034;
|
|
12408
|
+
static readonly BINGO_ICON_FLASH = 18035;
|
|
12409
|
+
static readonly BINGO_INITIAL_SETUP_DONE = 18036;
|
|
12410
|
+
static readonly BINGO_CHALLENGE_PROGRESS_0 = 18037;
|
|
12411
|
+
static readonly BINGO_CHALLENGE_PROGRESS_1 = 18038;
|
|
12412
|
+
static readonly BINGO_CHALLENGE_PROGRESS_2 = 18039;
|
|
12413
|
+
static readonly BINGO_CHALLENGE_PROGRESS_3 = 18040;
|
|
12414
|
+
static readonly BINGO_CHALLENGE_PROGRESS_4 = 18041;
|
|
12415
|
+
static readonly BINGO_CHALLENGE_PROGRESS_5 = 18042;
|
|
12416
|
+
static readonly BINGO_CHALLENGE_PROGRESS_6 = 18043;
|
|
12417
|
+
static readonly BINGO_CHALLENGE_PROGRESS_7 = 18044;
|
|
12418
|
+
static readonly BINGO_CHALLENGE_PROGRESS_8 = 18045;
|
|
12419
|
+
static readonly BINGO_CHALLENGE_PROGRESS_9 = 18046;
|
|
12420
|
+
static readonly BINGO_CHALLENGE_PROGRESS_10 = 18047;
|
|
12421
|
+
static readonly BINGO_CHALLENGE_PROGRESS_11 = 18048;
|
|
12422
|
+
static readonly BINGO_CHALLENGE_PROGRESS_12 = 18049;
|
|
12423
|
+
static readonly BINGO_CHALLENGE_PROGRESS_13 = 18050;
|
|
12424
|
+
static readonly BINGO_CHALLENGE_PROGRESS_14 = 18051;
|
|
12425
|
+
static readonly BINGO_CHALLENGE_PROGRESS_15 = 18052;
|
|
12426
|
+
static readonly BINGO_CHALLENGE_PROGRESS_16 = 18053;
|
|
12427
|
+
static readonly BINGO_CHALLENGE_PROGRESS_17 = 18054;
|
|
12428
|
+
static readonly BINGO_CHALLENGE_PROGRESS_18 = 18055;
|
|
12429
|
+
static readonly BINGO_CHALLENGE_PROGRESS_19 = 18056;
|
|
12430
|
+
static readonly BINGO_CHALLENGE_PROGRESS_20 = 18057;
|
|
12431
|
+
static readonly BINGO_CHALLENGE_PROGRESS_21 = 18058;
|
|
12432
|
+
static readonly BINGO_CHALLENGE_PROGRESS_22 = 18059;
|
|
12433
|
+
static readonly BINGO_CHALLENGE_PROGRESS_23 = 18060;
|
|
12434
|
+
static readonly BINGO_CHALLENGE_PROGRESS_24 = 18061;
|
|
12435
|
+
static readonly BINGO_CHALLENGE_PROGRESS_25 = 18062;
|
|
12436
|
+
static readonly BINGO_CHALLENGE_PROGRESS_26 = 18063;
|
|
12437
|
+
static readonly BINGO_CHALLENGE_PROGRESS_27 = 18064;
|
|
12438
|
+
static readonly BINGO_CHALLENGE_PROGRESS_28 = 18065;
|
|
12439
|
+
static readonly BINGO_CHALLENGE_PROGRESS_29 = 18066;
|
|
12440
|
+
static readonly BINGO_CHALLENGE_PROGRESS_30 = 18067;
|
|
12441
|
+
static readonly BINGO_CHALLENGE_PROGRESS_31 = 18068;
|
|
12442
|
+
static readonly BINGO_CHALLENGE_PROGRESS_32 = 18069;
|
|
12443
|
+
static readonly BINGO_CHALLENGE_PROGRESS_33 = 18070;
|
|
12444
|
+
static readonly BINGO_CHALLENGE_PROGRESS_34 = 18071;
|
|
12445
|
+
static readonly BINGO_CHALLENGE_PROGRESS_35 = 18072;
|
|
12446
|
+
static readonly BINGO_CHALLENGE_PROGRESS_36 = 18073;
|
|
12447
|
+
static readonly BINGO_CHALLENGE_PROGRESS_37 = 18074;
|
|
12448
|
+
static readonly BINGO_CHALLENGE_PROGRESS_38 = 18075;
|
|
12449
|
+
static readonly BINGO_CHALLENGE_PROGRESS_39 = 18076;
|
|
12450
|
+
static readonly BINGO_CHALLENGE_PROGRESS_40 = 18077;
|
|
12451
|
+
static readonly BINGO_CHALLENGE_PROGRESS_41 = 18078;
|
|
12452
|
+
static readonly BINGO_CHALLENGE_PROGRESS_42 = 18079;
|
|
12453
|
+
static readonly BINGO_CHALLENGE_PROGRESS_43 = 18080;
|
|
12454
|
+
static readonly BINGO_CHALLENGE_PROGRESS_44 = 18081;
|
|
12455
|
+
static readonly BINGO_CHALLENGE_PROGRESS_45 = 18082;
|
|
12456
|
+
static readonly BINGO_CHALLENGE_PROGRESS_46 = 18083;
|
|
12457
|
+
static readonly BINGO_CHALLENGE_PROGRESS_47 = 18084;
|
|
12458
|
+
static readonly BINGO_CHALLENGE_PROGRESS_48 = 18085;
|
|
12459
|
+
static readonly BINGO_CHALLENGE_PROGRESS_49 = 18086;
|
|
12460
|
+
static readonly BINGO_CHALLENGE_PROGRESS_50 = 18087;
|
|
12461
|
+
static readonly BINGO_CHALLENGE_PROGRESS_51 = 18088;
|
|
12462
|
+
static readonly EVENT_REWARDS_XP_SHARER_GROUP_1_ACTIVE = 18089;
|
|
12463
|
+
static readonly EVENT_REWARDS_XP_SHARER_GROUP_2_ACTIVE = 18090;
|
|
12464
|
+
static readonly EVENT_REWARDS_XP_SHARER_GROUP_3_ACTIVE = 18091;
|
|
12465
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_1_STAT_1 = 18092;
|
|
12466
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_1_STAT_2 = 18093;
|
|
12467
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_1_STAT_3 = 18094;
|
|
12468
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_2_STAT_1 = 18095;
|
|
12469
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_2_STAT_2 = 18096;
|
|
12470
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_2_STAT_3 = 18097;
|
|
12471
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_3_STAT_1 = 18098;
|
|
12472
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_3_STAT_2 = 18099;
|
|
12473
|
+
static readonly EVENT_REWARDS_XP_SHARED_GROUP_3_STAT_3 = 18100;
|
|
12474
|
+
static readonly LEAGUE_TRAILBLAZER_TOOL_TOGGLE_WOODCUTTING = 18101;
|
|
12475
|
+
static readonly LEAGUE_TRAILBLAZER_TOOL_TOGGLE_FISHING = 18102;
|
|
12476
|
+
static readonly LEAGUE_TRAILBLAZER_TOOL_TOGGLE_MINING = 18103;
|
|
12477
|
+
static readonly EVENTS_SHOP_OWNER_MET = 18105;
|
|
12478
|
+
static readonly HW25_MAIN = 18106;
|
|
12479
|
+
static readonly HW25_DEATH_INTRO_DONE = 18107;
|
|
12480
|
+
static readonly HW25_DEATH_Q1_DONE = 18108;
|
|
12481
|
+
static readonly HW25_DEATH_Q2_DONE = 18109;
|
|
12482
|
+
static readonly HW25_DEATH_Q3_DONE = 18110;
|
|
12483
|
+
static readonly HW25_DEATH_Q4_DONE = 18111;
|
|
12484
|
+
static readonly HW25_DEATH_Q5_DONE = 18112;
|
|
12485
|
+
static readonly HW25_SARAH_INTRO_DONE = 18113;
|
|
12486
|
+
static readonly HW25_SARAH_EMOTE_DONE = 18114;
|
|
12487
|
+
static readonly HW25_SARAH_SCARECROW_GIVEN = 18115;
|
|
12488
|
+
static readonly HW25_DEATH_LAMP_GIVEN = 18116;
|
|
12489
|
+
static readonly HW25_LOC_DECORATION = 18117;
|
|
12490
|
+
static readonly POH_DECOR_BINGO_ICON = 18122;
|
|
12491
|
+
static readonly POH_DECOR_BINGO_TORCH = 18123;
|
|
12337
12492
|
}
|
|
12338
12493
|
}
|