@deafwave/osrs-botmaker-types 0.6.9 → 0.6.11
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/index.d.ts +1270 -1263
- 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 +3 -2
|
@@ -14795,5 +14795,27 @@ declare namespace net.runelite.api.gameval {
|
|
|
14795
14795
|
static readonly KASTORI_HARVESTER_01 = 14790;
|
|
14796
14796
|
static readonly KASTORI_HARVESTER_02 = 14791;
|
|
14797
14797
|
static readonly DEADMAN_GUARD_WIZARD = 14792;
|
|
14798
|
+
static readonly RANTZ_PRE_QUEST = 14793;
|
|
14799
|
+
static readonly RANTZ_POST_QUEST = 14794;
|
|
14800
|
+
static readonly VERZIK_INITIAL_BASE = 14795;
|
|
14801
|
+
static readonly VERZIK_INITIAL_QUICKSTART = 14796;
|
|
14802
|
+
static readonly VERZIK_INITIAL_HARD_BASE = 14797;
|
|
14803
|
+
static readonly VERZIK_INITIAL_HARD_QUICKSTART = 14798;
|
|
14804
|
+
static readonly EVENT_SAGE = 14799;
|
|
14805
|
+
static readonly EVENTS_SHOP = 14800;
|
|
14806
|
+
static readonly EVENTS_SHOP_1OP = 14801;
|
|
14807
|
+
static readonly EVENTS_SHOP_3OP = 14802;
|
|
14808
|
+
static readonly EVENTS_GUARDIAN_RANGE = 14803;
|
|
14809
|
+
static readonly EVENTS_GUARDIAN_MAGE = 14804;
|
|
14810
|
+
static readonly EVENTS_GUARDIAN_MELEE = 14805;
|
|
14811
|
+
static readonly HW25_CHAIR_NPC_REWARD = 14806;
|
|
14812
|
+
static readonly HW25_CHAIR_NPC_EVENT = 14807;
|
|
14813
|
+
static readonly HW25_CHAIR_SETH = 14808;
|
|
14814
|
+
static readonly HW25_CHAIR_NPC_CS = 14809;
|
|
14815
|
+
static readonly HW25_STRAYDOG_WANDER = 14810;
|
|
14816
|
+
static readonly HW25_STRAYDOG_NOMOVE = 14811;
|
|
14817
|
+
static readonly HW25_DEADTH_CS = 14812;
|
|
14818
|
+
static readonly HW25_SETH_GROATS_CS = 14813;
|
|
14819
|
+
static readonly HW25_FRED_THE_FARMER_CS = 14814;
|
|
14798
14820
|
}
|
|
14799
14821
|
}
|
|
@@ -25724,5 +25724,43 @@ declare namespace net.runelite.api.gameval {
|
|
|
25724
25724
|
static readonly FENK_BRIDGEBROKEN_SUPPORT01 = 57719;
|
|
25725
25725
|
static readonly FENK_BRIDGESUPPORT_MULTI_NORTH = 57720;
|
|
25726
25726
|
static readonly FENK_BRIDGESUPPORT_MULTI_SOUTH = 57721;
|
|
25727
|
+
static readonly AHOY_TOWN_BARRIER_MULTI = 57722;
|
|
25728
|
+
static readonly AHOY_TOWN_BARRIER_POST_QUEST = 57723;
|
|
25729
|
+
static readonly CAVEKIT_ROCK01_WALLTOP02_NOFILL = 57724;
|
|
25730
|
+
static readonly HW25_SCARECROW = 57725;
|
|
25731
|
+
static readonly HW25_SCARECROW_VIS = 57726;
|
|
25732
|
+
static readonly HW25_SPOOKY_PAINTING = 57727;
|
|
25733
|
+
static readonly HW25_SPOOKY_PAINTING_VIS = 57728;
|
|
25734
|
+
static readonly HW25_SPOOKY_LAMP = 57729;
|
|
25735
|
+
static readonly HW25_SPOOKY_LAMP_VIS = 57730;
|
|
25736
|
+
static readonly POG_CAVE_WALL_TOP5_BLACK = 57731;
|
|
25737
|
+
static readonly FAI_VARROCK_GENERAL_STORE_NOTICEBOARD_OFFSET1 = 57732;
|
|
25738
|
+
static readonly POH_ICON_9 = 57733;
|
|
25739
|
+
static readonly POH_TORCH_8 = 57734;
|
|
25740
|
+
static readonly POH_TORCH_8_LIT = 57735;
|
|
25741
|
+
static readonly POH_BRIMHAVEN_WINDOW_BINGO_01 = 57736;
|
|
25742
|
+
static readonly POH_BRIMHAVEN_WINDOW_BINGO_02 = 57737;
|
|
25743
|
+
static readonly POH_CANIFIS_WINDOW_BINGO_01 = 57738;
|
|
25744
|
+
static readonly POH_CANIFIS_WINDOW_BINGO_02 = 57739;
|
|
25745
|
+
static readonly POH_CIVITAS_WINDOW_BINGO_01 = 57740;
|
|
25746
|
+
static readonly POH_CIVITAS_WINDOW_BINGO_02 = 57741;
|
|
25747
|
+
static readonly POH_HOSIDIUS_WINDOW_BINGO_01 = 57742;
|
|
25748
|
+
static readonly POH_HOSIDIUS_WINDOW_BINGO_02 = 57743;
|
|
25749
|
+
static readonly POH_LUMBRIDGE_WINDOW_BINGO_01 = 57744;
|
|
25750
|
+
static readonly POH_LUMBRIDGE_WINDOW_BINGO_02 = 57745;
|
|
25751
|
+
static readonly POH_POLLNIVNEACH_WINDOW_BINGO_01 = 57746;
|
|
25752
|
+
static readonly POH_POLLNIVNEACH_WINDOW_BINGO_02 = 57747;
|
|
25753
|
+
static readonly POH_RELLEKKA_WINDOW_BINGO_01 = 57748;
|
|
25754
|
+
static readonly POH_RELLEKKA_WINDOW_BINGO_02 = 57749;
|
|
25755
|
+
static readonly POH_RIMMINGTON_WINDOW_BINGO_01 = 57750;
|
|
25756
|
+
static readonly POH_RIMMINGTON_WINDOW_BINGO_02 = 57751;
|
|
25757
|
+
static readonly POH_TWISTED_WINDOW_BINGO_01 = 57752;
|
|
25758
|
+
static readonly POH_TWISTED_WINDOW_BINGO_02 = 57753;
|
|
25759
|
+
static readonly POH_XMAS2020_WINDOW_BINGO_01 = 57754;
|
|
25760
|
+
static readonly POH_XMAS2020_WINDOW_BINGO_02 = 57755;
|
|
25761
|
+
static readonly POH_YANILLE_WINDOW_BINGO_01 = 57756;
|
|
25762
|
+
static readonly POH_YANILLE_WINDOW_BINGO_02 = 57757;
|
|
25763
|
+
static readonly POH_DEATHLY_WINDOW_BINGO_01 = 57758;
|
|
25764
|
+
static readonly POH_DEATHLY_WINDOW_BINGO_02 = 57759;
|
|
25727
25765
|
}
|
|
25728
25766
|
}
|
|
@@ -3458,5 +3458,8 @@ declare namespace net.runelite.api.gameval {
|
|
|
3458
3458
|
static readonly VFX_CRAB_BOSS_SPAWN = 3453;
|
|
3459
3459
|
static readonly VFX_CRAB_BOSS_DEATH = 3454;
|
|
3460
3460
|
static readonly VFX_CRAB_BOSS_DISINTEGRATE = 3455;
|
|
3461
|
+
static readonly BINGO_1_RELIC_UNLOCK_SPOT = 3456;
|
|
3462
|
+
static readonly BINGO_1_MASTERY_UNLOCK_SPOT = 3457;
|
|
3463
|
+
static readonly BINGO_1_XP_UNLOCK_SPOT = 3458;
|
|
3461
3464
|
}
|
|
3462
3465
|
}
|
|
@@ -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
|
}
|