[ACTOOL] How To Identify a Specific Monster?

07/30/2010 19:07 AcToolUser#1
Hello elitepvpers community.
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
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.
07/31/2010 19:37 AcToolUser#2
anyone can help me? ç_ç
07/31/2010 19:42 Elongate#3
Most of the bots are scanning the lvl of the mobs, reading the momery adress.