Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, thank you, I'm glad you said that.
  2. Hello, yes, in product settings (when "WRotation" is selected) desactivate the option "Manage character rotation, range and target".
  3. Hello, Go to tab "General Settings", to right/bottom click on "advanced...". In new window go to tab "Food/drink" and enter name of your food and drink.
  4. Hello, try this: List<WoWPlayer> playerList = ObjectManager.GetObjectWoWPlayer(); string debuffName = "SpellNameInEnglish"; foreach (var player in playerList) { if (player.IsValid && ObjectManager.Me.PlayerFaction == player.PlayerFaction) { if (player.HaveBuff(debuffName)) Logging.Write("[MyPlugin] Player " + player.Name + " have debuff " + debuffName); } }
  5. Hello, In the FightClass? If yes: Add condition at yout spell "Target Buff" like this:
  6. I have search on google and problem seem caused by avast. If you can try to deactivate/desinstaller avast.
  7. In bottom right of this page click on button "More Reply Options", in new page click on "Choose Files...".
  8. For Pvp battle pets, in product settings of "Pet Battle" product activate option "Pvp mode".
  9. Hello, I have reply here:
  10. Hello, Make all steps of this: If problem is not resolved send me your log file please (you can found it in "Logs" folder).
  11. I'll add this feature, wait next update (for wait you can add healing spell in your fightclass).
  12. Hello, I have try and no problem with tool NPC DB. Can you try to rename or delete file "WRobot\Data\NpcDB.xml" to clean database and check if problem is resolved (or send me this file, I'll check if is not corrempude).
  13. Hello, When you play at wow (without bot) you don't have this problem? For solved this problem update directx (9 and 11), framework (4.0 or 4.5), your graphic driver.
  14. Hello community. I have just released WRobot 1.2.3. You can read changelog here. Good botting at all.
  15. Droidz

    WRobot 1.2.3 released

    Hello community. I have just released WRobot 1.2.3. You can read changelog here. Good botting at all.
  16. Hello, If you can try with new version and tell me if problem is resolved. Thanks.
  17. Hello, I have try to fix problem, wait next update and tell me if problem is resolved. If problem is not solved, please tell me with details problems. Thanks.
  18. Hello, Can you share log file of bugged wrobot session (you can found it in "Logs" folder).
  19. Hi, In your log, some dig sites have wrong positions: Kor'vess Digsite Emperor's Approach Digsite Winterbough Digsite (In next update I have add feature to disactive automatically dig site with bad possition). Just one question, do you have try to disable all wow addon and install bot in new folder to check if problem is resolved (WRobot using wow map, some addon can edit map and cause errors in WRobot). For edit position of dig site just look this tuto: , ignore "Save" button, on the new wrobot interface, settings is automatically saved.
  20. Hello, Plugin is written in C#, no convert tool available for it. But you can convert it manually (you need to know c#.net), you can convert it in wrobot Plugin or make an Custom Profile.
  21. Hello, You cannot ignore when a player attack your character, and I think this can seem suspect (if WRobot try to mount, or try to gather mine or start combat with mob).
  22. Hello, Loot all is better like say king smilie. After you can remove useless items of your bag with wow addon like http://www.curse.com/addons/wow/loot-filter
  23. For deactivate the debug option, in fightclass editor select the spell and in "SPELL SETTINGS" (top/right) put "False" at option "Debug mode" (don't forget to save fightclass after). Can you put big number at option "Max Try By Digsite" (by sample 999) and send me again the log file of bugged session please. Thanks.
  24. Hello, For it you can use "My Macro" in advanced general settings. Or activate option "Auto Make Elemental" (tab "LOOTING AND FARMING OPTIONS") in advanced general settings and add at in the file "WRobot\Data\autoMakeElementalMacro.txt" the line: itemName = GetItemInfo(90407) if GetItemCount(itemName) > 9 then RunMacroText("/use " .. itemName) end
×
×
  • Create New...