Hello everyone.
*fresh news* 29. of March: Bigpoint has updated their game client a little bit. It should work again fine now.
Make sure you have allready set your vote on the next feature poll:
Regarding28. of March forced update:
Trial time is possible as of this version for every registered forum user without a licence (45 minutes every new day).
the full changelog:
Changelog v.1.0.7.35 -> v.1.0.8.53
Client:
session tab - extra:
+ GG Info Tabpage
+ Available Quests Info Tabpage
+ "switch config" button
+ time till next level added as progressbar and hours left
Logic:
* changed SafeBotting: if SafeBotting is set to true in the task, the set value from BoxesPerHour and TimeBetweenBoxes (still true by default) will be used;
if SafeBotting is false, TimeBetweenBoxes is added after each box (default is 0). Old behaviour by TimeBetweenBoxes setting is possible again.
* TimeBetweenBoxes is now used in another way!
+ BoxesPerHour is the new regulation on box gathering speed
(see API for more details ->

)
* galaxy gate: fixes on repair gg, corner gg, hunt gg
* auto bids: fixed only once & bid every hour methods bug
* fixed a kind of no ammo message bug
* fixed x-8 bug (flying to x-8 from base while not beeing repaired)
+ StPatrick Boxes
Tasks
+ int BoxesPerHour
* Enums.cs
* added LaserAmmoType.none and RocketAmmoType.none. using these in a task will prevent the bot from shooting Lasers or Rockets.
exampe:
Code:
//public override void ChooseLogic()
// {
// .....
// if (!ActionList.Contains("p1") && (BMain.Level < 7))
// {
// Reset();
SafeBotting = false; // if this isn't set to false we are not allowed to gather more then 600 boxes per hour
BoxesPerHour = 1400;
TimeBetweenBoxes = 9;
// ActionList.Add("p1");
// }
// }
Feel free to use the feedback & comments thread:
kind regards & happy botting
v5^dev