An online guide to Yet Another Evony Bot (YAEB).
Automate your evony play. Build more troops on Evony. Use it to farm and feed your troops.
Works with both Age1 and Age2
Talk directly to the developers by joining the skype room.
loop [optional # of times]
loop [optional label]
loop [optional # of times] [optional label]
Example:
loop
loop 5
loop upgrade
loop 2 upgrade
Allows you to repeat your entire script, or using a label repeat parts of a script. No parameter, or a parameter of 0 (ie - loop 0), will repeat the script indefinitely.
//===============================
// Upgrade everything in your
// city, as long as tech and
// resource requirements are met
//===============================
upgrade
loop
//===============================
// Upgrade your farms, sawmills
// and your ironmines, then
// repeat the process again
// 5 times
//===============================
upgrade farm
upgrade saw
upgrade iron
loop 5
//===============================
// Upgrade your farms, sawmills
// and your ironmines, then
// upgrade cottages and repeat the cottages again
// 5 times
//===============================
upgrade farm
upgrade saw
upgrade iron
label cotupgrade
upgrade cottage
loop 5 cotupgrade
Repeat
Usage:
Example:
Sleep
Usage:
Example:
Sleep @
Usage:
Example:
Sleep rnd
Usage:
Example:
Logout
Usage:
Example:
Ifgoto
Usage:
Example:
Ifgosub
Usage:
Example:
ResetGoals
Usage:
Example:
Config
Usage:
Example:
BuildingGoals
Usage:
Example:
TechGoals
Usage:
Example:
TroopGoal
Usage:
Example:
Autorun
Usage:
Example:
SetFocus
Usage:
Example:
UpdateAllData
Usage:
Example:
// I have NO idea what these do, so I don't even know where to categorize them :D
No comments :
Post a Comment