Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to download orinale wow client on another website. You can also try to run WRobot with shortcut "WRobot (DX hook)". If you problem is not resovled try to disable one per one your plugins, change fightclass
  2. Hello, try to download client on another website (original client), if WRobot still don't works if you can share your log file (in folder "Logs")
  3. Droidz

    buy item

    hi, You need to call this method several time for (int i = 0; i < b.Quantity && b.NeedToBuy(); i++) { var qToBuy = b.Quantity - ItemsManager.GetItemCountByNameLUA(b.ItemName); if (qToBuy > MaxItemsQuantityToBuyByRequest) qToBuy = MaxItemsQuantityToBuyByRequest; Vendor.BuyItem(b.ItemName, qToBuy); Thread.Sleep(Usefuls.Latency + 400); }
  4. Hello, create grinder profile https://wrobot.eu/forums/topic/5938-grind-profile-creation-5-mins/
  5. Hello, use c# condtion with the code ObjectManager.Me.HaveBuff(59578)
  6. can you try again and tell me if you have again this problemù
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. tab tool, in "dev tools" can you click on buff name (maybe you have passive "The Art of War" buff)if it is case, try to check buff by spell id
  9. Try to download another wow client in another website, it is strange,
  10. Hello, you have try to activate spell settings "Debug mode" (on the bugged spells) to try to understand what happen?
  11. Hello, you cannot with default WRobot features
  12. hello, try to download wow client in another website (at least try to use wow.exe from another client). If problem is not resolved with default wow client if you can share your log files (folder "Logs")
  13. use "AutoDetectObjectiveCount1" instead "ObjectiveCount1". But you have some weird problems. Have you tried other user's profiles? you have the same problem?
  14. Can you share your log please
  15. hello, what is result of "Current quests memory info" (in quest tools) when bot continue to attack mobs?
  16. I tested your profile works, try to use it in new WRobot install (don't change settings, select only your profile)
  17. I am sorry i have no idea what can cause this problem.
  18. I think it is a problem with https://docs.microsoft.com/en-us/dotnet/api/system.environment.tickcount?view=netcore-3.1 but I don't understand why, random use default .NET api no reason that bug. Try to reinstall/repair framework.net maybe
  19. try also to clear your blacklist (tab tools)
  20. Hello, try to use quest type "None" and remove pulse step
  21. Hello, in fightclass this option count target (it doesn't make sense but I won't change it to avoid breaking the existing fightclass) Use this c# condition to don't count target: ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(ObjectManager.Target.Position) <= 10 && !u.IsMyTarget && u.IsAttackable) <= 3 replace 10 by the range, and 3 by number of unit
  22. the date and time of your computer are correctly set?
  23. Hello, to check if spell was correctly used you need to use lua event (with C # code). You use timer with spell "Pestilence", you cannot test it with buff?
  24. Hello, Are you sure that your file ends with .cs (and not by .cs.txt for example)?
×
×
  • Create New...