Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, if you can walk from detected corpse position to dungeon enter without obstacle try: using System.Windows.Forms; using robotManager.Helpful; public class Main : wManager.Plugin.IPlugin { public void Initialize() { Logging.Write("[EnterCorpse] Started."); wManager.Events.OthersEvents.OnPathFinderFindPathResult += (from, to, path, mpq, success) => { if (to.DistanceTo2D(new Vector3(-3362.286f, 4665.728f, -22.70619f)) < 30) { path.Add(new Vector3(new Vector3(-3362.163f, 4636.226f, -101.049f))); } }; } public void Dispose() { Logging.Write("[EnterCorpse] Disposed."); } public void Settings() { MessageBox.Show("??"); } }
  2. Hello, try to disable you wow addons. Check if it is not profile problem. You can activate "Radar3d" (tab "Map") to see wath wrobot try to do.
  3. Hello, you play on Tauri (if yes, WRobot works badly on this server). You have try to disable you wow addons?
  4. Hi, The connection between the relogger and WRobot and very basic, he cannot read what WRobot does. You can do this if you combine the relogger with a custom quest profile (or the "Schedule" product)
  5. Hello, you can try to start WRobot with shortcut "WRobot (No Lock Frame)"
  6. Hello, try to restart your computer and remove folder "D:\BOTs\WRobot 3.3.5\Profiles\Quester\Cache\"
  7. @User157 try with new update @Smokie it is probably because WRobot is running, try to restart computer and relaunch updater
  8. Hello, sorry problem is normally resolved.
  9. try to rename wow executable file to Wow.exe
  10. Hello, you have restart bot/wow after buying? you use flying profile? youi have put good flying mount name?
  11. Hello, you can found it here: https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  12. Hello, this log can happen when you are logout (or if he has freeze you)
  13. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. He, wait next update for the fix
  15. Hi, List<int> list = Lua.LuaDoString<List<int>>("local s={}; for i = 1,17 do local l = GetInventoryItemLink('player', i) if l then local r=l:match('item:(%d+):(%d+)') table.insert(s, r) end end return unpack(s)"); Lua code formatted: local s={}; for i = 1,17 do local l = GetInventoryItemLink('player', i) if l then local r=l:match('item:(%d+):(%d+)') table.insert(s, r) end end return unpack(s)
  16. hello, in log file (folder "Logs")
  17. no sorry, you can do it manually with your profile
  18. wManager.Wow.Bot.States.Trainers.ForceGoClassTrainer();
  19. Hi, I can do it for train new spells but it will be complicated for the professions
×
×
  • Create New...