Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, http://wowwiki.wikia.com/wiki/API_GetInventoryItemID
  2. Hello, use condition "Combat Start Since Ms"
  3. 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
  4. Hello, https://mods.curse.com/addons/wow/autogear or zygor
  5. http://wrobot.eu/forums/topic/5396-bot-doesnt-work-hit-play-nothing-happens/?do=findComment&comment=24858
  6. Hello, use "Lua Script" condtion LuaScript: isAutoRepeat = IsAutoRepeatSpell("Shoot") Research: 1 Var: isAutoRepeat
  7. In TBC, you can use lua api: http://wowprogramming.com/docs/api/IsAutoRepeatSpell
  8. Hello, look this plugin http://wrobot.eu/files/file/359-whisper-reply/
  9. 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
  10. You have activate spell setting 'Not spell, is lua script'?
  11. Hello, in the fightclass editor, in "Additionnal C# code" (top left) put this code: static Main() { bool lastState = false; while (Conditions.ProductIsStarted) { if (Conditions.InGameAndConnectedAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { if (lastState && !ObjectManager.Me.IsDeadMe) { Logging.WriteDebug("Retrieve corpse, ReloadUI"); Lua.LuaDoString("ReloadUI()"); } lastState = ObjectManager.Me.IsDeadMe; } Thread.Sleep(100); } }
  12. "PetAttack()" works in all wow version, "runmacrotext" has been added in TBC
  13. Hello, run lua code PetAttack() works . You can also try to run lua code PetActionButton1:Click() (same result) (Runmacro... is not implemented in wow vanilla)
  14. Add condition "CooldownEnabled" > "false" or "CooldownTimeLeft" > "bigger..." > "0"
  15. In runluacode, put only lua code: SummonFriend("party1")
  16. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...