Jump to content

knights

Members
  • Posts

    67
  • Joined

  • Last visited

Recent Profile Visitors

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

knights's Achievements

Newbie

Newbie (1/14)

8

Reputation

  1. Hi Droidz, towards that wrobot is not being detected as mentioned in your post, why was there a massive ban of wrobot users?
  2. I did tried your version, but it still kept casting...
  3. Is there anyway to check if the unit targetted is Hostile in CSharp code? something like below? return ObjectManager.GetWoWUnitHostile() Not really an issue now but the bot is always trying to cast spell on vendor... the spell is supposed to be an opening before combat
  4. Try this? Lua.LuaDoString("OverrideActionBarButton1:Click()");
  5. Name of the button is "Toss Stink Bomb" Tried the script above, can't find the spell id....
  6. Hi, I'm having a problem getting to click the button 1 on the vehicle menu on the quest "Stink Bomb Away" I tried to use the code that droidz provided but it did not really work... var nearHostile = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitHostile()); if (nearHostile.IsValid) { wManager.Wow.Helpers.ClickOnTerrain.Spell(96026, new Vector3(nearHostile.Position)); Thread.Sleep(1000); } it was displayed in the log but nothing was actually cast. [F] 00:38:28 - [Spell] Cast Toss Stink Bomb (Toss Stink Bomb) [F] 00:38:32 - [Spell] Cast Toss Stink Bomb (Toss Stink Bomb) [F] 00:38:37 - [Spell] Cast Toss Stink Bomb (Toss Stink Bomb) [F] 00:38:42 - [Spell] Cast Toss Stink Bomb (Toss Stink Bomb) [F] 00:38:46 - [Spell] Cast Toss Stink Bomb (Toss Stink Bomb) [F] 00:38:51 - [Spell] Cast Toss Stink Bomb (Toss Stink Bomb) [F] 00:38:56 - [Spell] Cast Toss Stink Bomb (Toss Stink Bomb) it works if I manually press "1"... Any advice on this?
  7. Tried to do a profile on the candy bucket but can't seems to complete the quest.. can advise what am I doing wrong? Tested a lot of variation by bot doesn't seems to complete the quest.. Any help? CandyBucketv1.xml
  8. If it is too good to be true, it's usually is.
  9. did you change any settings lately? Else a fresh install will likely solve the issue..
  10. Any idea if there is a way not to force dismount if the bot is stuck?
    A great profile, no issue with single target, however it doesn't seems to cast Divine Storm at all
  11. I don't think the feature is there.. but the main point of my reply will be never bot on a account that you cannot lose.... Even you are there monitoring it.............
×
×
  • Create New...