RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Static Public Member Functions | |
static int | getBrazierAttackDamage (Player player) |
static int | getAreaAttackDamage (Player player) |
static void | shootFlame (Brazier brazier) |
static void | removeGameItems (Player player) |
static int | getColdDamage (Player player) |
static int | getWarmItemsWorn (Player player) |
static int | getBraziersLit () |
static void | chopRoot (Player player) |
static void | feedBrazier (Player player, GameObject gameObject) |
static void | fixBrazier (Player player, GameObject gameObject) |
static void | fletch (Player player) |
static void | lightBrazier (Player player, GameObject gameObject) |
static void | mixHerb (Player player) |
static void | takeHerb (Player player) |
static void | healPyromancer (Player player, Npc npc, int slot) |
static void | addPoints (Player player, int amount) |
Static Public Attributes | |
static final int | REGION_ID = 6462 |
static final int | BRUMA_ROOT = 20695 |
static final Brazier[] | BRAZIERS |
Definition at line 68 of file Wintertodt.java.
|
inlinestatic |
Handles adding wintertodt points to a player
Definition at line 851 of file Wintertodt.java.
|
inlinestatic |
Handles chopping the root
Definition at line 632 of file Wintertodt.java.
|
inlinestatic |
Handles feeding the brazier
Definition at line 656 of file Wintertodt.java.
|
inlinestatic |
Handles fixing the brazier
Definition at line 683 of file Wintertodt.java.
|
inlinestatic |
Handles fetching the kindling
Definition at line 720 of file Wintertodt.java.
|
inlinestatic |
Handles the formula on how much the area attack can do
Definition at line 441 of file Wintertodt.java.
|
inlinestatic |
How much damage the brazier does to a player when it breaks
Definition at line 375 of file Wintertodt.java.
|
inlinestatic |
How many braziers are currently lit
Definition at line 621 of file Wintertodt.java.
|
inlinestatic |
The amount of damagae the player gets from cold
Definition at line 602 of file Wintertodt.java.
|
inlinestatic |
How much warm clothing the player is wearing
Definition at line 609 of file Wintertodt.java.
|
inlinestatic |
Handles healing the pyromancer
Definition at line 809 of file Wintertodt.java.
|
inlinestatic |
Handles lighting a brazier
Definition at line 735 of file Wintertodt.java.
|
inlinestatic |
Handles mixing the potion
Definition at line 772 of file Wintertodt.java.
|
inlinestatic |
Handles removes the items within the wintertodt game
Definition at line 588 of file Wintertodt.java.
|
inlinestatic |
Handles spawning the flame that goes to the middle
Definition at line 533 of file Wintertodt.java.
|
inlinestatic |
Handles taking a bruma herb
Definition at line 791 of file Wintertodt.java.
|
static |
Brazier data
Definition at line 197 of file Wintertodt.java.
|
static |
Item ids
Definition at line 90 of file Wintertodt.java.
|
static |
Region of the wintertodt game
Definition at line 75 of file Wintertodt.java.