Jump to content

Droidz

Administrators
  • Posts

    12582
  • Joined

  • Last visited

Everything posted by Droidz

  1. http://wrobot.eu/forums/topic/240-for-friends-fight-class-setting/?do=findComment&comment=1542 https://www.google.fr/webhp?q=site:wrobot.eu+for+friends
  2. Hello, any mob easy to find/join with this problem?
  3. 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
  4. 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"
  5. 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.
  6. Hello, you cannot convert .cs files to .xml files.
  7. Hello, strange problem, do you use wow addon?
  8. Hello, try to run WRobot with shortcut "WRobot No Lock Frame"
  9. 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
  10. Droidz

    Sell items

    Hello, try to disable your wow addons
  11. Hello, try to contact fightclass owner, or add spell yourselft http://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
  12. Hello, http://wowwiki.wikia.com/wiki/API_GetInventoryItemID
  13. Hello, use condition "Combat Start Since Ms"
  14. 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
  15. Hello, https://mods.curse.com/addons/wow/autogear or zygor
  16. http://wrobot.eu/forums/topic/5396-bot-doesnt-work-hit-play-nothing-happens/?do=findComment&comment=24858
  17. Hello, use "Lua Script" condtion LuaScript: isAutoRepeat = IsAutoRepeatSpell("Shoot") Research: 1 Var: isAutoRepeat
  18. In TBC, you can use lua api: http://wowprogramming.com/docs/api/IsAutoRepeatSpell
×
×
  • Create New...