Posts: 3
Threads: 1
Joined: Sep 2009
Reputation:
0
Ok well i can get the bot to loot every single Potion that hits the ground or none at all... is it possible to put an If(me.belt() < 4) loot pots or something in somewhere? if so where? ive delt with bots on other games and made some C#,C++,Java scripts.... so on so i can probably figure it out if somone could point me in the right direction.
Thanks
.... apparently i can't say the abbriviation for Potions so thats why the title is *** lol
Posts: 1,965
Threads: 65
Joined: Oct 2004
Reputation:
0
i guess you are talking about D2NT right?
i would check under here
D2NT172_NTBot36\D2NT\scripts\tools
i looked at the file in there, and it had something to do with the belt. that is all i know.. haha
if you manage to solve the problem, be sure to post a solution
US East L/NL-arowws4 arowws5 uber/organ runs for free. Free items too. Just ask. Must be member of this site.
[url=http://www.unleashmybrain.com][/url]
Posts: 3
Threads: 1
Joined: Sep 2009
Reputation:
0
09-21-2009, 05:22 AM
(This post was last modified: 09-21-2009, 05:22 AM by tjsfury.)
Ya im talking about D2NT and i could probably fix the problem i just would rather talk to whoever made the bot first and figure out what language its in that kind of stuff and id need to know what he named the variables. But the main thing im worried about before i do it is.... if i screw up and use a variable that doesn't exsist or use an if statement in the wrong place is it going to ban me or just crash? Id guess just crash but better safe then sorr.... lol
Also id like to know how to Make it say my next game in open chat, all i need to know is the variable that holds the next game name....probably nextgame lol but i dont know.
I figured out a simple solution for both, Channel bots usually built into the clan can send game so no need to edit that. Then for the potions just add a PotionsClean(); method or whatever the method is after everytime you loot. Yes it still picks up but at least it uses them right after so there are no extras
Posts: 1,965
Threads: 65
Joined: Oct 2004
Reputation:
0
where specifically would you add that method?
US East L/NL-arowws4 arowws5 uber/organ runs for free. Free items too. Just ask. Must be member of this site.
[url=http://www.unleashmybrain.com][/url]
Posts: 3
Threads: 1
Joined: Sep 2009
Reputation:
0
in whichever script you are running mine is in Diablo script cause thats what im using, do control F find Pickup(
do control F find Clean
everytime you see pickup() add CleanPots() after it