kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 334 forks source link

Hunting Annys #1154

Open RickerMD opened 5 years ago

RickerMD commented 5 years ago

Could someone explains me how these Scripts Works?

Scripts.IPHunter = false; Config.IPHunter.IPList = []; // List of IPs to look for. example: [165, 201, 64] Config.IPHunter.GameLength = 3; // Number of minutes to stay in game if ip wasn't found Scripts.KillDclone = false; // Kill Diablo Clone by using Arcane Sanctuary waypoint. Diablo needs to walk the Earth in the game.

How do I Run then? What Ip's to look for etc. Thx!

aim2kill commented 5 years ago

http://counts.dcloneirc.net Used to be good. dont know atm if work as used to be since alot player use it back then

ghost commented 5 years ago

Scripts.IPHunter = false; -> True Config.IPHunter.IPList = []; // List of IPs to look for. example: [165, 201, 64] -> Put the IP you want to find Config.IPHunter.GameLength = 3; // Number of minutes to stay in game if ip wasn't found -> Minimum 1 minute to stay if the Bot didn't find the right IP (Automatically creates the next game) Scripts.KillDclone = false; // Kill Diablo Clone by using Arcane Sanctuary waypoint. Diablo needs to walk the Earth in the game. -> Bot kills Diablo clone when he walks the game.

You don't have to do anything when you run IPHunter You can even run other scripts with IPHunter Not sure what you don't understand here

RickerMD commented 5 years ago

And it Works?

fabio1999ita commented 5 years ago

work but no need, maybe need 50 games to find for example ip 79...

berg-alex commented 5 years ago

IPHunter script runs but never finds the ips in IPList. Anyone got a solution?

Scripts.IPHunter = true; Config.IPHunter.IPList = [165, 201, 64]; // List of IPs to look for. example: [165, 201, 64] Config.IPHunter.GameLength = 1; // Number of minutes to stay in game if ip wasn't found Scripts.KillDclone = false; // Kill Diablo Clone by using Arcane Sanctuary waypoint. Diablo needs to walk the Earth in the game.