What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

So confused, its not fighting??

jazzman170

Member
Joined
Jan 30, 2013
Messages
217
Reaction score
0
I have read through the forums and other things but i havent seen anything useful to figure out why my bot is only repeating a map over and over (map that i have set) but is never fighting mobs. Last i checked a "grindbot" meant grinding for exp and such, not collecting chests over and over.

Anybody care to explain what i have done wrong and why its not actualy grinding?
 
Please attach a full log from the bot session that is having trouble, and we'll get you pointed in the right way.

You should also consider looking over the bountiful information linked in the Support F.A.Q. as well, if you have not already, to get an idea of how Exilebuddy works.
 
Sure, heres the log. And ya i have looked over all the guides already too, so i know its setup as it should be, atleast i believe it is.
Could it be because im using the "NullRoutine" ? The other example routine doesnt work at all, i hit start and it just stops after 5 seconds or so.
 

Attachments

Thats the problem:
Code:
ERROR ExampleRoutine (null) - [Start] Please configure the ExampleRoutine settings (Settings -> ExampleRoutine) before starting!
You have not configured your combat routine (attack skill slot, combat range etc)
So bot just set combat routine to NullRoutine, which is doing nothing...
Code:
DEBUG MainWindow (null) - Current routine set to NullRoutine.
 
I was just about to reply that i figured that out too lol. Thanks. Although i dont understand how you set it from -1 to 1/2/3/4/5/6 etc. Shouldnt it be more like Lbutton, Rbutton, Q,W,E,R,T ?
 
I was just about to reply that i figured that out too lol. Thanks. Although i dont understand how you set it from -1 to 1/2/3/4/5/6 etc. Shouldnt it be more like Lbutton, Rbutton, Q,W,E,R,T ?
1 = Left Mouse Button, 2 = Middle Mouse Button, 3 = Right Mouse Button, 4 = Q etc.
Do not use attack skill on Left Mouse Button!
 
Last edited:
I was just about to reply that i figured that out too lol. Thanks. Although i dont understand how you set it from -1 to 1/2/3/4/5/6 etc. Shouldnt it be more like Lbutton, Rbutton, Q,W,E,R,T ?

You can rebind your skill slot keys, so making them the standard mapping would break for anyone who didn't have it setup that way.

The 1 - 8 was done because it's consistent with how GGG describes it in game. Go to Options -> Input, and you'll see "Use bound skill 1" - "Use bound skill 8".
 
Back
Top