Setup
HackREQ 2.0 Beta comes with a profile already setup as outlined below. We recommend that you modify the settings for it rather than creating it from scratch. Use the following as a check list to ensure you have the correct settings.
Select your Profile.
Profile Settings
Automaton
- Bank Lant Threshold - Set this to the amount of lant you want your character to have before putting it all in the bank.
- Upgrade Worn Items - Set this to False. This setting is used for QuickQuest scripts.
- Sell Items - Set this to 'Junk'. This will only allow selling of junk items to vendors. Under no circumstances can HackREQ sell Item Mall or Event Items.
- Heal HP% - Set this to the amount of hp your character will go down to before using heal potions automatically during combat. When you log in, HackREQ reads the contents of your bags to know what heal potions to use. It does not matter if the heal potions are on your hotkey bar or what key they are assigned to.
- Heal MP% - Same as Heal HP% but for Mana.
Commerce
- Bag Slot Limit - Set this to the amount of bag slots items can be sold and reduced from. Slot 1 is the first slot in the first bag. Slot 26 is the first slot in the second bag up to slot 150 if you have all 5 bags. Setting this to 25 will only sell and reduce items from the first bag. Never put items you wish to keep in these slots just to be safe. Because of the events and drop bonus, we recommend having the first three bags empty and setting this to 75 to insure no drops are missed.
- Reduce Items - Set this to True. This will reduce all the ornaments that the Event Golem drops within the Bag Slot Limit.
Keyboard
- Auto Attack Key - Choose the key you currently use to toggle Melee Auto Attack. If the correct key is not chosen, your bot will not be able to attack properly.
- Nearest Target Key - Choose the key you currently use to toggle selection of the nearest target. If the correct key is not chosen, your bot will not be able to target mobs.
- Sit/Stand Key - Choose the key you currently use to toggle sitting. This is used to sit and rest when HP or MP falls below Heal HP% or Heal MP% and you are out of combat.
Select the Build Rules folder for the Profile.
Build Rules
- Press the Add Build Rule button on the toolbar.
- Set Skill to Summon Illusion.
- Set Points to 1. This limits QuickQuest from spending more than 1 point on this skill.
- Set Enabled to False. This prevents this skill from being used.
- Repeat this for Summon Kazara and Summon Lenatore.
- Press the Add Build Rule button on the toolbar.
- Set Skill to Summon medium Kazara.
- Set Points to 10.
- Set Enabled to True. This allows this skill to be used.
- Repeat this for Summon Medium Lenatore and Summon Nastech.
Select the 'Numeran PD Event Golem Farm' script in the Scripts folder of your Profile.
Script Settings
- Schedule - Make sure this is set to OnLoad. This will cause the script to start as soon as you log in.
- Enabled - Set this to True so that the script is enabled to run.
Make sure you have the following script shown in the script pane.
Code:
WaitWarp()
Sleep(10000)
HackLog("Entering Farm Mode.")
while true do
SetRunSpeed(6)
HackLog("Entering Numeran Premium Dungeon.")
MoveTo(1779.821, 1157.537, 21.03785)
WaitWarp()
Sleep(5000)
SetRunSpeed(8)
HackLog("Checking for Golem...")
MoveTo(448, 241, 34)
Sleep(10000)
HackLog("Buffing...")
DoBuffs()
HackLog("Killing nearest MOB...")
KillNearestMOB()
HackLog("Escaping PD...")
Escape()
WaitWarp()
Sleep(5000)
HackLog("Selling Items...")
SellItems()
HackLog("Reducing Items...")
ReduceItems()
end
HackLog("Numeran Premium Dungeon Farm Complete.")
Save your changes!
Now all you need to do is log in your domi near Premium Dungeon in Alban and it will start farming. You may need to increase Sleep times in the script if you experience lag a lot.