Jump to content

knights

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by knights

  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.............
  12. ok... was looking for the changelog but nothing was mention,.. actually was glad that the changes are often, just curious on the fixes..
  13. Hi Droidz, was there another update yesterday? or is it just me?
  14. You can use wRotation with auto movement unchecked
  15. Great! Hope there's still time for the profiles..
  16. Is there a way to detect world events like the Legions Invasion now?
  17. I am currently using this as a workaround. however the Npc moves around. So it will not be the optimal code to do it. Is there auto move to Npc without setting the vector?
  18. No.. it will be just run once. then will move on to other steps to complete the other quest. I think it will work though. But I need to work on the MoveTo issue first..
  19. I thought of an workaround. For the quest giver, I would not use Pickup Quest. Will use interactwithNpc and choose Option 1.. that should pick up all the quest.
  20. The NPC give 3 different quest, should be able to separate it by using IF condition. The ID for the quest are different, with Edge Of Winter, A worthy Weapon and A Blade Fit for a Champion Doing 1 step at a time...
×
×
  • Create New...