02-18-2014, 02:08 PM
Quote:Is it on this bot function who can stop reconnect module?
Not yet.
Quote:And maby exist fuction 'if' on macro programming?
If function: [else] and {else}
Ex:
[macro]3000 {ChangeSoftToBoh} Self.Mana()<=100 [jump] Self.Equip.Boots(ID_SOFT) Exit() {jump} Self.Mana()>=300 Self.Equip.Boots(ID_BOH) Exit()[/macro]