Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. try to put value like 500/600
  2. Hello, Try to increment your min/max latency (in advanced general settings) and to disable all wow adddons. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Select quest type "UseScriptOn", activate option "Is C# (if unchecked, it is LUA script)" and in script textbox put code like: Lua.LuaDoString("ButtonName1:Click()"); Thread.Sleep(Usefuls.Latency + 500); Lua.LuaDoString("ButtonName2:Click()");
  4. Check "Is c#..." option
  5. Try to increment more your min/max latency, wath is your current values?
  6. do you have try to reinstall WRobot?
  7. Hello, if you use grinder product, in grinder profile editor you can add several zones, in all zone put min/max level in "For character level..."
  8. Hello, if you use script like buttonnamepage1:Click() buttonnamepage2:Click() this don't works? If that don't works use quest type "UseScriptOn" with c# code
  9. With lua, but now WRobot read dbc to update taxi list, positions are safe.
  10. you have installed slimdx? https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  11. You use old wow version, I cannot resolve this problem.
  12. Hello, if you clean your taxidb and restart wrobot you get same problem? Try with default wrobot settings (with clean install) (I have fixed this problem few update ago).
  13. https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088
  14. Hello, in advanced general settings disable all npc scan options, in "NPC DB" (tab tools) remove all.
  15. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ), I'll fix that
  16. Hello, like this var t = new TaxiNode(slotIndex, name, new Vector3(x, y, z), Usefuls.ContinentId); if (t.IsValid()) { t.Active = true; TaxiList.AddOrEditForCurrentPlayer(t); }
  17. Try to increment your min/max latency
  18. Droidz

    Auto Loot

    Hello, increment your min/max latency (in advanced general settings)
  19. Hello, look this sample: https://wrobot.eu/forums/topic/7193-brewfest-ram-riding-daily/?do=findComment&comment=32677 You have buff when you are on the mount
  20. Hello, https://wrobot.eu/forums/topic/7348-plugins-and-accept-user-keyboard-input/?do=findComment&comment=33478
  21. Hello, in advanced generals settings enable option "try to detect evading mobs..."
  22. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Do you have enabled "vertical sync" option?
  24. Hello, do you run wow in window mode? Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...