Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, to bypass this problem, before to pulse this quest add step type runcode: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { int itemId = 1234; int questId = 1234; if (!wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) return; if (wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) return; if (state.DisplayName == "Quester") { if (wManager.Wow.Helpers.Quest.HasQuest(questId) && wManager.Wow.Helpers.Lua.LuaDoString<bool>("local start, duration, enable = GetItemCooldown("+ itemId + "); return enable;")) { cancelable.Cancel = true; } } }; (replace spell and item id)
  2. Can you share your profile (by private message if you want)
  3. Can you give us your error message.
  4. Hello, I don't see error. Are you sure about your method "getPartymembers()"? Try to add logs to debug
  5. Droidz

    1.2.1

    http://zzukbot.com/ and http://vanillabotter.com/ (not tested)
  6. Hello, check if your spell id (109259) is correct
  7. Hello, with default settings "Party" bot follow and assist group leader.
  8. Hello, try to blacklist this mailbox (blacklist zone or disable mailbox in 'npc db' tab 'tools').
  9. Hello, yes ps: check you PM
  10. Hello, WRobot seem in pause.
  11. Droidz

    1.2.1

    Hello, WRobot don't support Wow 1.12.1
  12. Hello, At the end of your subscription, we will send you an invoice with renewal link to remind you to renew your subscription (you can also found invoice here). We will not automatically renew your subscription.
  13. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  14. Hello, I have resolved your problem you can found your new license key here http://wrobot.eu/clients/purchases/
  15. Hello, reply by private message
  16. Hello, If you want complete quest when you don't have item in bag (1234 is item id): return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(1234) <= 0; Or if you want complete quest when you have item in bag (1234 is item id): return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(1234) >= 3; (replace 3 by minimun item count)
  17. Hello, Try to restart your computer, if you get this problem again several time if you can send me again your log file.
  18. Droidz

    Moves when fishing

    Changed Status to Fixed
  19. Essayer cette outil: https://www.microsoft.com/en-us/download/details.aspx?id=30135
  20. Bonjour, pouvez vous partager votre fichier journal (dans le dossier "Logs") complet. Pouvez vous également essayé de désactiver votre antivirus/pare feu.
  21. http://wrobot.eu/forums/topic/4609-ne-fonctionne-pas-message-derreur/
  22. Can you send me screenshot of you current "my macros" settings
  23. Hello, if you can confirm than problem is resolved with new update.
  24. https://web.archive.org/web/20100726112636/http://wowprogramming.com/docs/api_categories
×
×
  • Create New...