Jump to content

anonymous123

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

anonymous123's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I ended up using lua. canAttack = UnitCanAttack(attacker, attacked); If anyone have this problem you can read more about the lua I used here. http://wowwiki.wikia.com/wiki/API_UnitCanAttack
  2. Ok some updates. It seems like WRotation works as intended if I play against players of the enemy faction but not against players of the same faction in skirmish arena. I have tried Reaction.Hostile || Reaction.Neutral || IsAttackable and putting Attack all selected targets (friends also) but nothing works. Any help would be much appreciated. :)
  3. If I a priest dies and get the buff Spirit of Redemption the bot will just look at the priest for 10 seconds and it looks very bottish. It would be great if battlegrounder would start a fight with a new target. Thanks and merry christmas :)
  4. I am doing this in development tools inside a started 2v2 skirmish arena Logging.Write(ObjectManager.GetObjectWoWPlayer().Where(u => u.IsAlive).ToList().Count().ToString()); and it is returning 0. But in "Dump all Informations" there are 4 players? Nevermind the filter u.IsAlive (I am trying at the start of arena when all players are alive.)
  5. I am trying to get WRotation to work in Arena on a TBC server. I'm using DevelopmentTools with the input below inside a skirmish arena. Logging.Write(ObjectManager.GetObjectWoWUnit().ToList().Count().ToString()); And I'm getting 0 as output in wRobot. This leads me to believe that ObjectManager isn't getting updated properly. Am I doing something wrong or is it a bug?
  6. Would be great to use this! Thank you for your good work, I love you! :-)
  7. Looking forward to this VERY much! love you guys :)
  8. When my character get disconnected relogger logs in to my account but when the realm selection window pops up relogger can not choose the proper realm to continue. Thank you for this excellent bot!! Kind regards, Anon
  9. In TBC you can mine a node multiple times and you can also get failed attempts when gathering herbs and ores but there is no logic to handle this! Kind regards, anon
×
×
  • Create New...