Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Party product don't works for it? You can try to use WRotation and add in your fightclass this wow macro
  2. ps: If you want get group players you can use this code: List<WoWPlayer> playerList = Party.GetParty(); foreach (var player in playerList) { // ... }
  3. For get player role for the moment you can use lua: http://wowprogramming.com/docs/api/UnitGetAvailableRoles In the next version I have added "AvailableRoles" function, you can use it like: List<WoWPlayer> playerList = ObjectManager.GetObjectWoWPlayer(); bool canTank, canHealer, canDps; string debuffName = "SpellNameInEnglish"; foreach (var player in playerList) { if (player.IsValid && ObjectManager.Me.PlayerFaction == player.PlayerFaction) { player.AvailableRoles(out canTank, out canHealer, out canDps); Logging.Write("[MyPlugin] Player " + player.Name + " canTank: " + canTank + ", canHealer: " + canHealer + ", canDps: " + canDps); if (player.HaveBuff(debuffName)) Logging.Write("[MyPlugin] Player " + player.Name + " have debuff " + debuffName); } }
  4. Hello, thank you, I'm glad you said that.
  5. Hello, yes, in product settings (when "WRotation" is selected) desactivate the option "Manage character rotation, range and target".
  6. 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.
  7. 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); } }
  8. Hello, In the FightClass? If yes: Add condition at yout spell "Target Buff" like this:
  9. I have search on google and problem seem caused by avast. If you can try to deactivate/desinstaller avast.
  10. In bottom right of this page click on button "More Reply Options", in new page click on "Choose Files...".
  11. For Pvp battle pets, in product settings of "Pet Battle" product activate option "Pvp mode".
  12. Hello, I have reply here:
  13. Hello, Make all steps of this: If problem is not resolved send me your log file please (you can found it in "Logs" folder).
  14. I'll add this feature, wait next update (for wait you can add healing spell in your fightclass).
  15. 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).
  16. 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.
  17. Hello community. I have just released WRobot 1.2.3. You can read changelog here. Good botting at all.
  18. 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.
  19. Hello, If you can try with new version and tell me if problem is resolved. Thanks.
  20. 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.
  21. Hello, Can you share log file of bugged wrobot session (you can found it in "Logs" folder).
  22. 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.
  23. 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.
  24. 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).
×
×
  • Create New...