Hello elitepvpers community.
Now I explain my problem =)
I did this macro with ACTool for autokill mobs in ProkyonTemple
and with this macro works perfectly inside all Dungeons, the problem are outdoor, because there are some RaidBoss, and that monster are so hardly to kill.
My problem is:
With my macro i kill all monsters around me, and this macro for Public Dungeons Works very good.
But outdoor there are raid boss and they kill me.
How I can selected all normal monsters and not raidmonster? I need a command for identify the monsters. I think is the function "Object" but I don't understand how use it.
Thanks a lot guys.
PS: i tryed killerdeluxe's bot but i think it works only LastChaos Germany.
Now I explain my problem =)
I did this macro with ACTool for autokill mobs in ProkyonTemple
Code:
SetActiveWindow On/Off
SetActiveWindow LastChaos - Gamigo (Window 1600x900)
Loop 999999
delay 1500
LoadRGB 898, 65 //Check if the mob is dead or not
if {RGBRed} < 100
Keys {TAB} //Target Monster
Keys 1 //Attack Function
End
LoadRGB 262, 120 //Player's HP
if {RGBRed} < 100
Keys 7
End
LoadRGB 262, 134 //Player's MP
if {RGBBlue} < 100
Keys 8
End
LoadRGB 327, 106//KARR Potions
if {RGBBlue} < 100
Keys 9
delay 500
Keys 10
End
IsBlack 407, 152//Pet's HP
Keys 4
End
IsBlack 407, 165 //Pet's Food
Keys 5
End
Keys 2 //Skill1
Keys 3 //Auto PickUp
End
Restart
My problem is:
With my macro i kill all monsters around me, and this macro for Public Dungeons Works very good.
But outdoor there are raid boss and they kill me.
How I can selected all normal monsters and not raidmonster? I need a command for identify the monsters. I think is the function "Object" but I don't understand how use it.
Thanks a lot guys.
PS: i tryed killerdeluxe's bot but i think it works only LastChaos Germany.