RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.lms.loadouts.impl.Max Class Reference
Inheritance diagram for com.runehive.content.lms.loadouts.impl.Max:
Collaboration diagram for com.runehive.content.lms.loadouts.impl.Max:

Public Member Functions

int getAttackLevel ()
int getDefenceLevel ()
int[] getDefensiveItem ()
int[] getEquipment ()
int getHitpointsLevel ()
int[] getInventory ()
int getMagicLevel ()
int[] getOffensiveItem ()
int[] getOffensiveItemUpgrades ()
int getPrayerLevel ()
int getRangedLevel ()
int[][] getRunePouchRunes ()
Spellbook getSpellbook ()
int getStrengthLevel ()
Public Member Functions inherited from com.runehive.content.lms.loadouts.LMSLoadout
ItemContainer getEquipmentSetup ()
ItemContainer getInventorySetup ()
int[] getSkills ()
void setup ()

Additional Inherited Members

Static Public Attributes inherited from com.runehive.content.lms.loadouts.LMSLoadout
static int[] equipmentOrder = { 0, 1, 2, 13, 3, 4, 5, 7, 9, 10, 12 }
Protected Attributes inherited from com.runehive.content.lms.loadouts.LMSLoadout
ItemContainer equipmentSetup = new ItemContainer(14, ItemContainer.StackPolicy.STANDARD)
ItemContainer inventorySetup = new ItemContainer(28, ItemContainer.StackPolicy.STANDARD)

Detailed Description

Definition at line 6 of file Max.java.

Member Function Documentation

◆ getAttackLevel()

int com.runehive.content.lms.loadouts.impl.Max.getAttackLevel ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 9 of file Max.java.

9 {
10 return 99;
11 }

◆ getDefenceLevel()

int com.runehive.content.lms.loadouts.impl.Max.getDefenceLevel ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 19 of file Max.java.

19 {
20 return 75;
21 }

◆ getDefensiveItem()

int[] com.runehive.content.lms.loadouts.impl.Max.getDefensiveItem ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 83 of file Max.java.

83 {
84 return new int[] { 4712, 4714, 6585, 21018, 21021, 21024, 11834, 12831, 13235, 4724, 4736, 299, 4745, 4753, 4759 };
85 }

◆ getEquipment()

int[] com.runehive.content.lms.loadouts.impl.Max.getEquipment ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 44 of file Max.java.

44 {
45 return new int[] {
46 10828, 33585 - 11792, 1704, 9243, 9185, 2503, 12954, 1079, 7462, 3105, 6737
47 };
48 }

◆ getHitpointsLevel()

int com.runehive.content.lms.loadouts.impl.Max.getHitpointsLevel ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 39 of file Max.java.

39 {
40 return 99;
41 }

◆ getInventory()

int[] com.runehive.content.lms.loadouts.impl.Max.getInventory ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 51 of file Max.java.

51 {
52 return new int[] {
53 4091, 4710, 4151, 1215,
54 4093, 12829, 12695, 2444,
55 -1, -1, 6685, 3024,
56 -1, -1, 3144, 3144,
57 385, 385, 385, 385,
58 385, 385, 385, 385,
59 385, 385, 385, 12791
60 };
61 }

◆ getMagicLevel()

int com.runehive.content.lms.loadouts.impl.Max.getMagicLevel ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 34 of file Max.java.

34 {
35 return 99;
36 }

◆ getOffensiveItem()

int[] com.runehive.content.lms.loadouts.impl.Max.getOffensiveItem ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 78 of file Max.java.

78 {
79 return new int[] { 11785, 11802, 11235, 13652, 21003, 22324, 4153, 19481, 21295, 24417, 21006, 6889, 12002, 11770, 11791 };
80 }

◆ getOffensiveItemUpgrades()

int[] com.runehive.content.lms.loadouts.impl.Max.getOffensiveItemUpgrades ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 88 of file Max.java.

88 {
89 return new int[] { 22613, 22622, 24424, 22647 };
90 }

◆ getPrayerLevel()

int com.runehive.content.lms.loadouts.impl.Max.getPrayerLevel ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 29 of file Max.java.

29 {
30 return 99;
31 }

◆ getRangedLevel()

int com.runehive.content.lms.loadouts.impl.Max.getRangedLevel ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 24 of file Max.java.

24 {
25 return 99;
26 }

◆ getRunePouchRunes()

int[][] com.runehive.content.lms.loadouts.impl.Max.getRunePouchRunes ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 69 of file Max.java.

69 {
70 return new int[][] {
71 {555, 6000},
72 {560, 4000},
73 {565, 2000}
74 };
75 }

◆ getSpellbook()

Spellbook com.runehive.content.lms.loadouts.impl.Max.getSpellbook ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 64 of file Max.java.

64 {
65 return Spellbook.ANCIENT;
66 }

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

◆ getStrengthLevel()

int com.runehive.content.lms.loadouts.impl.Max.getStrengthLevel ( )

Reimplemented from com.runehive.content.lms.loadouts.LMSLoadout.

Definition at line 14 of file Max.java.

14 {
15 return 99;
16 }

The documentation for this class was generated from the following file:
  • java/com/runehive/content/lms/loadouts/impl/Max.java