[Help] PB DO Bot [Help]

02/27/2012 21:16 lalalilo#1
Well i got some issues with my Task in PBDO bot.
My problems are:He dont change the map after certain time and he hunts sibelon but its on the avoid list ....
TaskMap = "x-4";

#region Npc handling
AttackNpcs = true;
BMain.WriteLog("We will attack aliens");
AttackBossNpcs = false;
AttackTaggedNpcs = false;
AvoidNpcsList.AddRange(new string[] { "..::{ Boss Sibelon }::..", "-=[ Sibelon ]=-" });
MinFightDistance = 750;
MaxFightDistance = 790;
#endregion

So whats wrong here ? why does he attack sibelon if its on the Avoid list ?
and Well how can i type in that the bot choses a Random nummer beetwen x - y ?
Something like :
TimeBetweenBoxes = 18-25 so that he chooses a random number ??
So and how can I do some breaks in it ?
Like a 1or2 minute break for toilet ?They should be random.
The same thing i would need for 30m - 2h (shoud logged off at this time and after the random time it should log in automaticly)

Edit: B4 i forget do u got some improvements for my task it should circle between x-2x-3 and x-4 and be as safe as possible or it should just have some breaks in it :)

Thanks in advance
Lalalilo
02/28/2012 06:32 hoocrax#2
Dude, from next time post in their forum or their thread, try not to make new topics.

Btw you already wrote :-
Quote:
AttackBossNpcs = false;
And again :-
Quote:
AvoidNpcsList.AddRange(new string[] { "..::{ Boss Sibelon }::..", "-=[ Sibelon ]=-" });
Maybe that causes the problem??