Bot
Posted: May 31st, 2004, 2:18 pm
Ok, i spent about 6 hours straight working on this and getting all the coords and !@#$%^* down pact. Still doesnt !@#$%^* work but i think i know where i !@#$%^* it up. Its checking IsRed = True and resting and fighting when Isred = false. I cant prove it but thats cause im too !@#$%^* tired to think.
BTW this macro checks your health and for adds plus it wont stop till your health is lower then you want it. It will continue to fight if it finds your out of health but have a mob.
Anyways if you can find the flaw in this thing and point it out or even offer a few suggestions or improvments that would be great.
And here it is...
// This line is necessary to select the proper window
SetActiveWindow Lineage II
//F1-Attack
//F2-Power Strike
//F3-War Cry
//F5-Target Closest
//F6-Relax
//Keys Check Health for Go !
//Keys {Return}
MousePos 119, 426
IsRed 119, 426
// Do these commands if true
MousePos 149, 447
IsRed 149, 447
// Do these commands if true
//Keys Health Is Go !
//Keys {Return}
Keys {f3}
Keys {f1}
Keys {f2}
Else
// Do these commands if false
//Keys Checking For Adds !
//Keys {Return}
Keys {f5}
MousePos 149, 447
IsRed 149, 447
// Do these commands if true
//Keys Killing Adds !
//Keys {Return}
Keys {f1}
Keys {f3}
Keys {f1}
Else
// Do these commands if false
//Keys Target Ratman !
//Keys {Return}
Keys /target [ratman warrior]
Keys {Return}
End
End
Else
// Do these commands if false
//Keys Check Health and Check Safety!
//Keys {Return}
MousePos 119, 426
If MousePos = 119, 426
IsRed 119, 426
Keys {f3}
Delay 1 sec
Keys {f1}
Else
End
Else
Keys {f6}
Delay 1 min
Keys /stand
Keys {Return}
End
End
BTW this macro checks your health and for adds plus it wont stop till your health is lower then you want it. It will continue to fight if it finds your out of health but have a mob.
Anyways if you can find the flaw in this thing and point it out or even offer a few suggestions or improvments that would be great.
And here it is...
// This line is necessary to select the proper window
SetActiveWindow Lineage II
//F1-Attack
//F2-Power Strike
//F3-War Cry
//F5-Target Closest
//F6-Relax
//Keys Check Health for Go !
//Keys {Return}
MousePos 119, 426
IsRed 119, 426
// Do these commands if true
MousePos 149, 447
IsRed 149, 447
// Do these commands if true
//Keys Health Is Go !
//Keys {Return}
Keys {f3}
Keys {f1}
Keys {f2}
Else
// Do these commands if false
//Keys Checking For Adds !
//Keys {Return}
Keys {f5}
MousePos 149, 447
IsRed 149, 447
// Do these commands if true
//Keys Killing Adds !
//Keys {Return}
Keys {f1}
Keys {f3}
Keys {f1}
Else
// Do these commands if false
//Keys Target Ratman !
//Keys {Return}
Keys /target [ratman warrior]
Keys {Return}
End
End
Else
// Do these commands if false
//Keys Check Health and Check Safety!
//Keys {Return}
MousePos 119, 426
If MousePos = 119, 426
IsRed 119, 426
Keys {f3}
Delay 1 sec
Keys {f1}
Else
End
Else
Keys {f6}
Delay 1 min
Keys /stand
Keys {Return}
End
End