as i wrote in bot "write ur own wersion pt mode" and if u want learn programing this is good way.
U already have all functions which u need, also have exemplar (combo1).
All what u need to do its copy combo1 to combo2 and rebuild it.
Indicator:
1. kill mobs which have any hp but not full hp.
$mobhealthempty (2%hp) and $mobhealthfull(95%) they are the same colors.
try
Hex($mobhealthempty, 6) = $r_mobhealthempty and Hex($mobhealthfull, 6) <> $r_mobhealthempty
2. add somewhere in combo2 "tab" function:
tabben()
and others function which u need.
and thats all.
I also see u have to change in Func readcolor() in resolution = "1024x768"
$mobhealthfull = PixelGetColor( 1255, 28) <<to (679, 28)
think that will be good, i dont have game with me cant check it.
i use 1600x900 and forgot correct it
So gl with lerning ;)
U already have all functions which u need, also have exemplar (combo1).
All what u need to do its copy combo1 to combo2 and rebuild it.
Indicator:
1. kill mobs which have any hp but not full hp.
$mobhealthempty (2%hp) and $mobhealthfull(95%) they are the same colors.
try
Hex($mobhealthempty, 6) = $r_mobhealthempty and Hex($mobhealthfull, 6) <> $r_mobhealthempty
2. add somewhere in combo2 "tab" function:
tabben()
and others function which u need.
and thats all.
I also see u have to change in Func readcolor() in resolution = "1024x768"
$mobhealthfull = PixelGetColor( 1255, 28) <<to (679, 28)
think that will be good, i dont have game with me cant check it.
i use 1600x900 and forgot correct it
So gl with lerning ;)