Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, any mob easy to find/join with this problem?
  2. Hello, https://mods.curse.com/addons/wow/quick-talents http://wow.gamepedia.com/World_of_Warcraft_API#Talent_Functions https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/TalentFrameBase.lua
  3. Hello, WRobot blacklist sometime your repair/vendor npc "[ToTown] Unable to reach the vendor, blacklist it 120 minutes (you can disable this NPC in NPC DB tab 'Tools')." In your profile, try to disable repair/selling when you are in "Ulduar80" and reactive it when you are in "Northrend"
  4. Hello, WRobot is flying near the ground when he goes to normal position (ground), and WRobot flying high up when he goes to flying position.
  5. Hello, you cannot convert .cs files to .xml files.
  6. Hello, strange problem, do you use wow addon?
  7. Hello, try to run WRobot with shortcut "WRobot No Lock Frame"
  8. Hello, use "dev... tools" in tab "Tools" and click on button "Player/Target Buff/Debuff" when you have "Savage Roar" to check if your spell id is good
  9. Droidz

    Sell items

    Hello, try to disable your wow addons
  10. Hello, try to contact fightclass owner, or add spell yourselft http://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
  11. Hello, http://wowwiki.wikia.com/wiki/API_GetInventoryItemID
  12. Hello, use condition "Combat Start Since Ms"
  13. Hello, 1: wManager.wManagerSetting.CurrentSetting.CustomClass = "fdsfsd.xml"; wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); Thread.Sleep(1000); wManager.Wow.Helpers.CustomClass.LoadCustomClass(); 2: wManager.Plugin.PluginsManager.DisposeAllPlugins(); foreach (var p in wManager.wManagerSetting.CurrentSetting.PluginsSettings) { if (p.FileName == "myplugin.cs") p.Actif = true; } wManager.Plugin.PluginsManager.LoadAllPlugins(); (but you can run c# code in your quest profile, it is better way http://wrobot.eu/forums/topic/5272-new-script-node-in-quester-profiles/#comment-24318 3: You cannot
  14. Hello, https://mods.curse.com/addons/wow/autogear or zygor
  15. http://wrobot.eu/forums/topic/5396-bot-doesnt-work-hit-play-nothing-happens/?do=findComment&comment=24858
  16. Hello, use "Lua Script" condtion LuaScript: isAutoRepeat = IsAutoRepeatSpell("Shoot") Research: 1 Var: isAutoRepeat
  17. In TBC, you can use lua api: http://wowprogramming.com/docs/api/IsAutoRepeatSpell
  18. Hello, look this plugin http://wrobot.eu/files/file/359-whisper-reply/
  19. If you want than WRobot stop to reloadui you can change settings here http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
×
×
  • Create New...