Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, like to make grinder profile, record loop path
  2. Hello, increment your min/max latency (in advanced general settings)
  3. Hello, in advanced general settings try to disable option "Calculate interact/combat distance by target size"
  4. Hello, try to use runmacrotext: https://wrobot.eu/forums/topic/1688-lua-and-multi-language-support/?do=findComment&comment=11324
  5. Hello, can you read this: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/(step 14)
  6. try to put value like 500/600
  7. 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/ ).
  8. 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()");
  9. Check "Is c#..." option
  10. Try to increment more your min/max latency, wath is your current values?
  11. do you have try to reinstall WRobot?
  12. 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..."
  13. 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
  14. With lua, but now WRobot read dbc to update taxi list, positions are safe.
  15. you have installed slimdx? https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  16. You use old wow version, I cannot resolve this problem.
  17. 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).
  18. https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088
  19. Hello, in advanced general settings disable all npc scan options, in "NPC DB" (tab tools) remove all.
  20. 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
  21. 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); }
  22. Try to increment your min/max latency
  23. Droidz

    Auto Loot

    Hello, increment your min/max latency (in advanced general settings)
  24. 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
  25. Hello, https://wrobot.eu/forums/topic/7348-plugins-and-accept-user-keyboard-input/?do=findComment&comment=33478
×
×
  • Create New...