What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Target Mobs By Name instead of Faction ID (Grind Bot)

Proto

New Member
Joined
Jan 8, 2012
Messages
219
Reaction score
6
Is there a plugin that allows targeting mobs by name instead of or along with Faction ID's. So often when grinding groups of mobs the bot will ignore mobs of same name and level, obviously in range. I believe I have the correct Faction ID as listed in ProfileHelper. However past experience has taught me that the Faction ID listed in ProfileHelper does not always work. For example.. ProfileHelper listed "Chosen Zealot" mob as Faction ID# 233. However this ID failed to work in the grind profile. I found Faction ID# 20 (Undead, Scourge) successfully targeted Chosen Zealot. So why does ProfileHelper not list the faction ID as 20? I don't know. Therefore I ask, can someone create a targeting plugin that targets mobs by name instead? I hope someone can. It would resolve the ambiguity of faction ID's.
 
nope, but here is the snippet of code of by name

if (unit.Name.Contains("Dummy"))
 
Back
Top