08-24-2012, 07:16 AM
(08-22-2012, 02:14 AM)MegaNo0body Wrote:Code:1000 {Logout} Self.Level()>=8 Self.LevelPercent()>90 Self.Logout()
Note: Self.Logout stop the Cavebot and wait the Battle condition be removed, then it will logout.
There is a mistake in this macro, it should be Self.Level% instead of Self.LevelPercent.
1000 {Logout} Self.Level()>=8 Self.Level%()>90 Self.Logout()