Blizzard Sector
d2nt item help - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Site Related (https://www.blizzsector.co/forum-9.html)
+--- Forum: Help and Suggestions! (https://www.blizzsector.co/forum-97.html)
+--- Thread: d2nt item help (/thread-46871.html)



d2nt item help - mewgood - 11-29-2010

im trying to figure out how do i make it so it can pick up items will someone help me please?


d2nt item help - Jammer74 - 11-30-2010

mewgood Wrote:im trying to figure out how do i make it so it can pick up items will someone help me please?
what do you mean pick up items,if you can be more specific I can probably help you.


d2nt item help - mewgood - 11-30-2010

like runes and also trying to figure out y it only buys the low type potions and picks up the better ones but dont drink em or dont buy the better pots


d2nt item help - Jammer74 - 11-30-2010

mewgood Wrote:like runes and also trying to figure out y it only buys the low type potions and picks up the better ones but dont drink em or dont buy the better pots
1:well the bot picks up whatever is in the pickit file,so if you want to pick up any particular rune,look at the pickit file you are using andtake away the slash marks(//) for example

// ##### Runes #########################
//[Name] == ElRune
//[Name] == EldRune
//[Name] == TirRune
//[Name] == NefRune
//[Name] == EthRune
//[Name] == IthRune
//[Name] == TalRune
//[Name] == RalRune
//[Name] == OrtRune
//[Name] == ThulRune
//[Name] == AmnRune
//[Name] == SolRune
//[Name] == ShaelRune
[Name] == DolRune
[Name] == HelRune
[Name] == IoRune
[Name] == LumRune
[Name] == KoRune
[Name] == FalRune
[Name] == LemRune
[Name] == PulRune
[Name] == UmRune
[Name] == MalRune
[Name] >= IstRune && [Name] <= ZodRune

Notice how El-Shael are excepted with the dual slashes(//)You just need to remove them like this
// ##### Runes #########################
[Name] == ElRune
[Name] == EldRune
[Name] == TirRune
[Name] == NefRune
[Name] == EthRune
[Name] == IthRune
[Name] == TalRune
[Name] == RalRune
[Name] == OrtRune
[Name] == ThulRune
[Name] == AmnRune
[Name] == SolRune
[Name] == ShaelRune
[Name] == DolRune
[Name] == HelRune
[Name] == IoRune
[Name] == LumRune
[Name] == KoRune
[Name] == FalRune
[Name] == LemRune
[Name] == PulRune
[Name] == UmRune
[Name] == MalRune
[Name] >= IstRune && [Name] <= ZodRune

Now your bot will pick up all runes,with no room for anything else lol.
2:As to why the bot buys the lowest potions I have no clue,but I think its because this bot is made primarily for Hell difficulty, where only Super potions are for sale
3: You should really read the tutorial by Skidude very carefully as it has the answers to these questions and many more,Ski's tutorial is how I got started,lol, but if you can't find the answers there, then ask away we are only too happy to help.