Jump to content

Zan

WRobot user
  • Posts

    551
  • Joined

  • Last visited

Everything posted by Zan

  1. Leave a comment there so Ordush knows.
  2. wManager.Wow.Helpers.Vendor.BuyItem(string name, int number)
  3. Post your log
  4. This is a Private server bot only.
  5. Bool - Boolean structure type that represents a Boolean value, which can be either true or false. Void - Is a reference type of data type and used to specify the return type of a method in C#. If you don't understand the above, start here: https://www.youtube.com/watch?v=GhQdlIFylQ8 I do not know what spell 49936 is as it says it has been removed on Wowhead. Remove the SpellManager..... line from the if condition since it's not a boolean (bool). instead of DnD.Launch(); use ClickOnTerrain.Spell(43265, ObjectManager.Target.Position, false, false); if you want to check if the Target is on your DnD, then do something like this in the if condition (bool): ObjectManager.Target.BuffCastedByAll(DnD.Name).Contains(ObjectManager.Me.Guid) if you want to cast it on the Target if it isn't on your DnD then add a "!" to it. The "!" is a negation. AKA the opposite (bool): !ObjectManager.Target.BuffCastedByAll(DnD.Name).Contains(ObjectManager.Me.Guid) I forget if the debuff is the same as the spell. If it is, the last few lines will work.
  6. I used the source file from this page: https://wrobot.eu/files/file/1547-smoothmove/
  7. Buy a sub and maybe he'll think about it..............
  8. Untested. Let me know if it works. SmoothMove.dll
  9. What expansion are you using?
  10. https://wrobot.eu/clients/purchases/
  11. Nope https://wrobot.eu/search/?q=Paypal&quick=1
  12. It is not safe to bot on a private server while playing on retail server.
  13. If it is highlighted when it procs you can use: wManager.Wow.Helpers.SpellManager.IsSpellOverlayed(string) or wManager.Wow.Helpers.SpellManager.IsSpellOverlayed(uint)
  14. WRobot is a private server bot and does NOT support Retail versions of WoW. That includes Classic and Shadowlands. Go to: https://wrobot.eu/ Look down the page and find Supported Wow versions to see versions that are supported.
  15. Read the upper left again.
  16. I do not suggest it.
  17. Read top left again.
  18. This is a private server bot. It's not for retail.
  19. Go download VS Community Edition and add WRobot references while writing in C#
  20. ObjectManager.GetWoWUnitHostile......
  21. https://wrobot.eu/forums/topic/2097-condition-hostile-unit-near-target-never-true/?tab=comments#comment-9858
  22. I'm pretty sure after 2 he was already working on that one. Is this for the Firestorm server? Or is there a less buggy one out there?
  23. Why are you guys requesting a version already requested?
  24. Your WoW private server version must match the WRobot version. Open up the game and look at which WoW private server version you are using
×
×
  • Create New...