first beta is ready..
-start rappelz..login..
-setup your keys like this
I have 2 skills for my pets, in ALT+1 and 2.
My speels skill are in F3 to F8 and heal on F9 and F10 (restauration).
-go to farm grounds
-start stickman.exe...press start...
-hold mouse over the healthbar..hold it over this point, where the bot should heal...see screenshot...
buffs and target health detection will follow next days...
------------------------------------------
;THX to JT and VYn....
;Visit:

#include <GUIConstants.au3>
#include <GUIListBox.au3>
#include <Misc.au3>
#include <Array.au3>
$Form1_1 = GUICreate("stickman", 500, 380, 278, 199)
GUISetIcon("C:\136.ico")
$Start = GUICtrlCreateButton("Start", 190, 140, 91, 25, 0)
$a = 0
$b = 1
$c = MouseGetPos ()
GUISetState(@SW_SHOW)
Global $Paused
hotkeyset("^!x", "MeinExit")
HotKeySet("{PAUSE}", "TogglePause")
Func Load()
EndFunc
Func Start()
Do
WinActivate("Rappelz");
Sleep (500)
ToolTip("Go with Mouse on Healthbar")
sleep(5000)
$pos = MouseGetPos()
$var = PixelGetColor( $pos[0] , $pos[1] )
$HP = PixelSearch($pos[0],$pos[1],$pos[0]+1,$pos[1]+1,$var,2,0)
ToolTip(@error)
while @error = 0
ToolTip("Turning around")
WinActivate("stickman")
sleep(200)
MouseMove(500, 500, 3)
sleep(200)
MouseDown("right")
MouseMove(814, 500, 3)
sleep(200)
WinActivate("stickman")
MouseUp("right")
sleep(200)
WinActivate("Rappelz")
sleep(200)
ToolTip("Tab")
ControlSend("Rappelz","","","{Tab}")
sleep(500)
Tooltip("Attack")
ControlSend("Rappelz", "", "", "{ALTDOWN}")
Sleep(200)
ControlSend("Rappelz", "", "", "{1}")
Sleep(200)
ControlSend("Rappelz", "", "", "{ALTUP}")
Sleep(200)
ControlSend("Rappelz", "", "", "{ALTDOWN}")
Sleep(200)
ControlSend("Rappelz", "", "", "{2}")
Sleep(200)
ControlSend("Rappelz", "", "", "{ALTUP}")
Sleep(200)
ControlSend("Rappelz", "", "", "{F8}")
Sleep(200)
ControlSend("Rappelz", "", "", "{F7}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F3}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F4}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F5}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F6}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F7}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F8}")
Sleep(2000)
$HP = PixelSearch($pos[0],$pos[1],$pos[0]+1,$pos[1]+1,$var,2,0)
While @error = 1
ToolTip("Heal")
ControlSend("Rappelz", "", "", "{F9}")
Sleep(2000)
ControlSend("Rappelz", "", "", "{F10}")
Sleep(2000)
$HP = PixelSearch($pos[0],$pos[1],$pos[0]+1,$pos[1]+1,$var,2,0)
WEnd
WEnd
Until _IsPressed("7A")
EndFunc
Load()
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Start
Start()
EndSwitch
WEnd
Func MeinExit()
Exit
Endfunc
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
WEnd
EndFunc
-----------------------------------------
Download