gen0m
Member
- Joined
- Feb 8, 2013
- Messages
- 78
- Reaction score
- 1
Hi. GrindZoneChanger doest working.
Bot farming only one location (from OldGrindBot settings)
How to make random zones farming from the list?
Old GrindZoneChanger
i doesnt understand how to modify current grindzonechanger
Bot farming only one location (from OldGrindBot settings)
How to make random zones farming from the list?
Old GrindZoneChanger
HTML:
private void ExplorationCompleteTaskOnCompleted(object sender, ExplorationCompleteTask.ExplorationCompleteEventArgs explorationCompleteEventArgs)
{
var roll = Utility.Random.Next(0, 4);
string name = "";
switch (roll)
{
case 0:
name = "The Docks";
break;
case 1:
name = "Another loc";
break;
case 2:
name = "Tra-ta-ta-ta";
break;
case 3:
name = "La-la-la-la";
break;
i doesnt understand how to modify current grindzonechanger