Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I cannot really resolve this issue (it's uncommon), you can use antiafk plugin when you know than you will fight with similar mobs.
  2. Hello, I comeback here when is added
  3. You can try to use WRobot plugin like (write in wow chat bot stat) Main.cs: public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Wow.Helpers.Lua.LuaDoString("print('Started')"); } public void Dispose() { wManager.Wow.Helpers.Lua.LuaDoString("print('Stopped')"); } public void Settings() { } }
  4. Hello, sorry I'll not add this feature
  5. Changed Status to Confirmed Changed Version to All
  6. Hello, you cannot but I planned to separate radius options (one option for mobs, one for mines/herbs/...)
  7. In your log wrobot take ~10 seconde by loot. Try to disable you wow addons and wrobot plugins
  8. Hello, please wait tomorrow for the map update.
  9. Changed Status to Fixed Changed Version to All
  10. Update WRobot and use this plugin if you get problem to fly (to wait bliz fix): Main.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Wow.Helpers.Usefuls.ForceIsFlyableArea = true; } public void Dispose() { } public void Settings() { } }
×
×
  • Create New...