RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.preloads.impl.MainRangePreload Class Reference

Handles a range main equipment preload. More...

Inheritance diagram for com.runehive.content.preloads.impl.MainRangePreload:
Collaboration diagram for com.runehive.content.preloads.impl.MainRangePreload:

Public Member Functions

Item[] equipment ()
Item[] inventory ()
int[] skills ()
Spellbook spellbook ()
String title ()

Detailed Description

Handles a range main equipment preload.

Author
Daniel

Definition at line 12 of file MainRangePreload.java.

Member Function Documentation

◆ equipment()

Item[] com.runehive.content.preloads.impl.MainRangePreload.equipment ( )

Implements com.runehive.content.preloads.Preload.

Definition at line 25 of file MainRangePreload.java.

25 {
26 return new Item[]{
27 /* HELM_SLOT */ new Item(10828), // HELM OF NEITZ
28 /* CAPE_SLOT */ new Item(10499), // AVAS ACCUM
29 /* AMULET_SLOT */ new Item(1704), // AMULET OF GLORY
30 /* WEAPON_SLOT */ new Item(861), // MAGIC SHORTBOW
31 /* CHEST_SLOT */ new Item(2503), // BLACK D'HIDE BODY
32 /* SHIELD_SLOT */ null,
33 /* LEGS_SLOT */ new Item(1079), // RUNE PLATELEGS
34 /* HANDS_SLOT */ new Item(7461), // BLACK D'HIDE VAMBS
35 /* FEET_SLOT */ new Item(3105), // CLIMBING BOOTS
36 /* RING_SLOT */ new Item(2550), // RING OF RECOIL
37 /* ARROWS_SLOT */ new Item(892, 500) // RUNE ARROWS
38 };
39 }

◆ inventory()

Item[] com.runehive.content.preloads.impl.MainRangePreload.inventory ( )

Implements com.runehive.content.preloads.Preload.

Definition at line 42 of file MainRangePreload.java.

42 {
43 return new Item[]{
44 new Item(9185), // RUNE CROSSBOW
45 new Item(1201), // RUNE KITESHIELD
46 new Item(385), // SHARK
47 new Item(3144), // COOKED KARAMBWAN
48 new Item(9244, 50), // DRAGON BOLTS (E)
49 new Item(385), // SHARK
50 new Item(385), // SHARK
51 new Item(3144), // COOKED KARAMBWAN
52 new Item(385), // SHARK
53 new Item(385), // SHARK
54 new Item(385), // SHARK
55 new Item(3144), // COOKED KARAMBWAN
56 new Item(385), // SHARK
57 new Item(385), // SHARK
58 new Item(385), // SHARK
59 new Item(3144), // COOKED KARAMBWAN
60 new Item(385), // SHARK
61 new Item(385), // SHARK
62 new Item(385), // SHARK
63 new Item(3144), // COOKED KARAMBWAN
64 new Item(3024), // SUPER RESTORE(4)
65 new Item(3024), // SUPER RESTORE(4)
66 new Item(6685), // SARADOMIN BREW(4)
67 new Item(2442), // SUPER DEFENCE(4)
68 new Item(560, 500), // DEATH RUNE
69 new Item(9075, 500), // ASTRAL RUNE
70 new Item(557, 1000), // EARTH RUNE
71 new Item(2444), // RANGING POTION(4)
72 };
73 }

◆ skills()

int[] com.runehive.content.preloads.impl.MainRangePreload.skills ( )

Implements com.runehive.content.preloads.Preload.

Definition at line 76 of file MainRangePreload.java.

76 {
77 return new int[]{
78 99, // ATTACK
79 99, // DEFENCE
80 99, // STRENGTH
81 99, // HITPOINTS
82 99, // RANGED
83 99, // PRAYER
84 99, // MAGIC
85 };
86 }

◆ spellbook()

Spellbook com.runehive.content.preloads.impl.MainRangePreload.spellbook ( )

Implements com.runehive.content.preloads.Preload.

Definition at line 20 of file MainRangePreload.java.

20 {
21 return Spellbook.LUNAR;
22 }

References com.runehive.content.skill.impl.magic.Spellbook.LUNAR.

◆ title()

String com.runehive.content.preloads.impl.MainRangePreload.title ( )

Implements com.runehive.content.preloads.Preload.

Definition at line 15 of file MainRangePreload.java.

15 {
16 return "<icon=24> Main Range";
17 }

The documentation for this class was generated from the following file: