For any key issues or account management simply open a helpdesk ticket if you don't have an AIO Launcher Key yet, what are you waiting for?
Try to imagine you have no idea what it means to not know what you already know.....is it saying that if i put in blood moore that itll pop open all chest in bmoore? So, No...it literally does not answer my question and neither did u. Thanks for being helpful though -.-it literally states in the config file what u have to do..
-- get area id -> https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/sdk/areas.txt
-- get area id -> https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/sdk/areas.txt
Config.Scripts.ChestMania.Enabled = false
Config.Scripts.ChestMania.Act1 = {"2" } -- open chests in Bloodmoor
Config.Scripts.ChestMania.Act2 = { }
Config.Scripts.ChestMania.Act3 = {"79" } -- open chests in Lower Kurast
Config.Scripts.ChestMania.Act4 = { }
Config.Scripts.ChestMania.Act5 = { }
Config.OpenChests.Enabled = true -- Open chests. Controls key buying.
Config.OpenChests.Range = 15 -- radius to scan for chests while pathing
Config.OpenChests.Types = {
-- which chests to open, use "all" to open all chests. See sdk/chests.txt for full list of chest names
"chest", "chest3", "armorstand", "weaponrack"
-- "all" -- remove the -- in front of the word "all"
}
Did you get the jieguan config editor? You can just select as neededI dont really understand what to set for this, anyone have script numbers for me to put in mine or simply give me a noob guide?
He is not going to understand this or he would have done so already, perhaps it would be easier to put up a class config file that has the changes already made, but it is best to ask if they are using lite or not before wasting both of your times.Examples:
-- get area id -> https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/sdk/areas.txt Config.Scripts.ChestMania.Enabled = false Config.Scripts.ChestMania.Act1 = {"2" } -- open chests in Bloodmoor Config.Scripts.ChestMania.Act2 = { } Config.Scripts.ChestMania.Act3 = {"79" } -- open chests in Lower Kurast Config.Scripts.ChestMania.Act4 = { } Config.Scripts.ChestMania.Act5 = { }
Below you can even choose what types of chests you want to open.
I personally use "all":
Config.OpenChests.Enabled = true -- Open chests. Controls key buying. Config.OpenChests.Range = 15 -- radius to scan for chests while pathing Config.OpenChests.Types = { -- which chests to open, use "all" to open all chests. See sdk/chests.txt for full list of chest names "chest", "chest3", "armorstand", "weaponrack" -- "all" -- remove the -- in front of the word "all" }
Examples:
-- get area id -> https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/sdk/areas.txt Config.Scripts.ChestMania.Enabled = false Config.Scripts.ChestMania.Act1 = {"2" } -- open chests in Bloodmoor Config.Scripts.ChestMania.Act2 = { } Config.Scripts.ChestMania.Act3 = {"79" } -- open chests in Lower Kurast Config.Scripts.ChestMania.Act4 = { } Config.Scripts.ChestMania.Act5 = { }
Below you can even choose what types of chests you want to open.
I personally use "all":
Config.OpenChests.Enabled = true -- Open chests. Controls key buying. Config.OpenChests.Range = 15 -- radius to scan for chests while pathing Config.OpenChests.Types = { -- which chests to open, use "all" to open all chests. See sdk/chests.txt for full list of chest names "chest", "chest3", "armorstand", "weaponrack" -- "all" -- remove the -- in front of the wor [/QUOTE]
In the jieguan config editor you can select the chests you want to farm and then copy the id's from the output lua into your own class config file. Make sure you have the latest config version (1029 currently, the config editor needs an update to reflect this)I understood all of this, I just didnt know if it popped open all chest or only certain ones. Itll just pop open the ones you specify![]()