1. Download the bot
here (
Mirror1,
Mirror2)
2. extract it with WinRar where ever you want
3. open the folder and go to
scripts
3. make a copy of the
YourChar folder
4. rename the
YourChar folder to the name of your char ofc (CaSe SeNsEtIv)
5. open the folder and double click
Settings.lua (open it with Notepad or Wordpad)
6. find this part:
Quote:
------------------ Char Builds -------------------------
Settings.Build = "Hammerdin.lua"
--Settings.Build = "LightSorc.lua"
--Settings.Build = "Trapsin.lua"
--Settings.Build = "Zmiter.lua"
--Settings.Build = "ZerkerBarb.lua"
--Settings.Build = "Javazon.lua"
--Settings.Build = "BlizzSorc.lua"
--Settings.Build = "WindDruid.lua"
|
7. delete the 2 dashes to use the file. (if you use a BlizzSorc then delete the two dashes before it -.-)
8. Next find this:
Quote:
------------ BOT ACTIONS & BEHAVIORS -------------------
Settings.AttackDistance = 0 If you dont use a Hammerdin, set it higher than 0
Settings.BlockUserInteractions = true
Settings.UseCta = true --Self explanatory
Settings.UseTeleport = true --walking bot or a teleportin bot? hmm...
Settings.UseRedemption = true --switches redemption on for 0,75s after finishing some things...
Settings.KillMinions = true
Settings.KillIMCasters = true --Gets Oblivion knights first when using clearpath, cleararea etc.
Settings.ClearPath = false --Clear the path of enemies while moving from point A to point B
Settings.KillHostiledPlayer = false --Make that bastard pay for the insult.
Settings.KillHeroes = false
Settings.KillAll = false
Settings.PrecastTime = 90
Settings.OpenChests = false
|
9. this part...:
Quote:
------------------ INVENTORY LOCK ----------------------
-- 0=STASH OR SELL 1=LOCK INTO INVENTORY --
-- Edit this or you'll be surprised soon enough --
--------------------------------------------------------
Settings.Inventory[1] = { 1,1,1,1,1,1,1,1,1,1 } 0= free space
Settings.Inventory[2] = { 1,1,1,1,1,1,1,1,1,1 } 1= wait! there is something!
Settings.Inventory[3] = { 1,1,1,1,1,1,1,1,1,1 }
Settings.Inventory[4] = { 1,1,1,1,1,1,1,1,1,1 }
|
10. yep. this were the main things. you can explore the rest of
Settings.lua by your own!
11. save and close
Settings.lua
12. open
Sequence.lua
13. configure your run!
copy and paste the boss without the two dashes under the "Log(9, "Awesom-O", "Bot started!")"
e.g.
Quote:
function StartMF()
Log(9, "Awesom-O", "Bot started!")
Andariel();
Summoner();
Mephisto();
Eldritch();
Shenk();
Pindleskin();
Nihlathak();
end
--ClearLevel(AreaLevel.AncientTunnels)
|
14. save and close
Sequence.lua
15. go back to your main folder and start the
AoManager.exe
16. click on
Ao Settings
17. i think its very self explained...
18. close
Ao Settings and click on
Bot Settings
19. you have to enter the cdkeys without any spaces or dashes, else it wont work, cause you got only 16digits in the box
20. yo.. fill it out.
21. close
Bot Settings
22. click on Start and your bot should run!