Jump to content

Droidz

Administrators
  • Posts

    12431
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from BetterSister in Get WoWPlayer Realm   
    In CastSpellByNameOn you need to put Lua Unit ID (http://wow.gamepedia.com/UnitId ) 
    SpellManager.CastSpellByNameOn(spellName, luaUnitId)  
  2. Like
    Droidz got a reaction from BetterSister in Get WoWPlayer Realm   
    Other same (not tested):
    public enum GroupRoles { NONE, TANK, HEALER, DAMAGER } public static List<WoWPlayer> GetMembersByRoles(GroupRoles role) { var r = new List<WoWPlayer>(); var lua = @"local retMembers = ''; for groupindex = 1,GetNumGroupMembers() do if IsInRaid() then local role = UnitGroupRolesAssigned('raid' .. groupindex); if role == '"+ role + @"' then local guid = UnitGUID('raid' .. groupindex); retMembers = retMembers .. guid .. ';'; end elseif IsInGroup() then local role = UnitGroupRolesAssigned('party' .. groupindex) if role == '" + role + @"' then local guid = UnitGUID('party' .. groupindex); retMembers = retMembers .. guid .. ';'; end end end return retMembers; "; var val = Lua.LuaDoString<string>(lua); if (string.IsNullOrWhiteSpace(val)) return r; // no tank var membersGUID = val.Split(new[] { ';' }, StringSplitOptions.RemoveEmptyEntries); if (membersGUID.Length <= 0) return r; foreach (var p in Party.GetPartyHomeAndInstance()) { if (!p.IsValid) continue; foreach (var guid in membersGUID) { if (string.IsNullOrWhiteSpace(guid)) continue; if (p.Guid128.ToString().ToLower() == guid.Trim().ToLower()) r.Add(new WoWPlayer(p.GetBaseAddress)); } } return r; }  
  3. Like
    Droidz reacted to BetterSister in WRobot for Wow 7.0.3 bugs reports   
    noticed 5secs before u posted
  4. Like
    Droidz got a reaction from Batman in Stop Attacking or Clear Target   
    You can use C# code 
    wManager.Wow.Helpers.Fight.StopFight(); But for the moment no easy way to use c# code in fightclasses editor, I'll add spell option like "Not spell, is c# code" in next WRobot updates.
  5. Like
    Droidz reacted to BetterSister in WRobot for Wow 7.0.3 bugs reports   
    Closed teamviewer service via Windows Services. No effect. Changing DX now
    EDIT no freezes so far with DX9
  6. Like
    Droidz got a reaction from KevinVapes in LEGION quest ID's ....off?   
    Hello, thank you. Problem resolved, if you can wait next update.
  7. Like
    Droidz got a reaction from eeny in LEGION quest ID's ....off?   
    Hello, thank you. Problem resolved, if you can wait next update.
  8. Like
    Droidz got a reaction from msavage6 in WRobot for Wow 7.0.3 bugs reports   
    Hello, I'll update WRobot for the wow hotfix.
    EDIT: Build 22267 is now supported by WRobot (launch WRobot and accept update).
  9. Like
    Droidz got a reaction from BetterSister in Wrong Gameversion   
    Hello, http://wrobot.eu/articles/news/wrobot-for-wow-legion-pre-expansion-patch-available-r102/ 
     
  10. Like
    Droidz reacted to eeny in Snippets codes for quest profiles   
    Use item on dead mob ( after looting)
    Use like the use item on weakened mob- you need to modify the item ID and Quest ID for your quest.
     
     
    Thread t = new Thread(() => { uint itemId = 9618; int questId = 25336; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsDead) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start();  
  11. Like
    Droidz got a reaction from Krack3n in How do I embed spells / items on these forums?   
    Hello, I have added openwow support
  12. Like
    Droidz got a reaction from Batman in How do I embed spells / items on these forums?   
    Hello, I have added openwow support
  13. Like
    Droidz got a reaction from BetterSister in multiple subscriptions got purchased   
    Hello, is done
  14. Like
    Droidz got a reaction from Runaro in Download WRobot for WoD   
    Hello,
    WRobot for World of Warcraft Warlords of Draenor private server is available.
    Download WRobot for Wow WoD (6.2.4.21742/21355) : Click here 
    Download WRobot for Wow WoD (6.2.3.20886/20779) : Click here 
    (don't forget to select good product during install:  )
     
    If you get problem to install WRobot go here.
  15. Like
    Droidz reacted to eeny in Quest Tutorial Video : Basic Concepts Kill and loot   
    Still practising making videos -  how to create a quest profile (Basic)
  16. Like
  17. Like
  18. Like
    Droidz got a reaction from Kazansky in Which part of the bot triggering this?   
    Hello, "Long Move" is used when you flying and generally if target position is more far than 200y. (if you can share your full log file please)
  19. Like
    Droidz got a reaction from Kazansky in Which part of the bot triggering this?   
    Do you have tried to reinstall WRobot (to reset all settings). If you can send me profile (by private message if it is personnal profile).
  20. Like
    Droidz got a reaction from Dlarge in Download WRobot beta for Wow Legion 7.0.3 PTR server   
    It is beta version, I release it to be ready when the release of Wow legion on live server, do not hesitate to report me errors/bugs.
  21. Like
    Droidz got a reaction from Dlarge in Download WRobot beta for Wow Legion 7.0.3 PTR server   
    Hello,
     
    You can download Wrobot beta for Legion server ptr 7.0.3 here: http://download.wrobot.eu/wrobot/WRobot.zip , extract and launch file "Updater.exe", select product "WRobot BETA" and click on "Install or Update".
     
    ps: This version works only on PTR server (not on wow beta server).
    ps: I'll try to keep this version updated, but wow ptr server is frequently updated, I cannot update this wrobot version for all wow ptr build.
    ps: For the moment, WRobot use WoD meshes files (to generate path), you can get navigation problem if map have changed.
  22. Like
    Droidz got a reaction from saleh in Download WRobot beta for Wow Legion 7.0.3 PTR server   
    Hello,
     
    You can download Wrobot beta for Legion server ptr 7.0.3 here: http://download.wrobot.eu/wrobot/WRobot.zip , extract and launch file "Updater.exe", select product "WRobot BETA" and click on "Install or Update".
     
    ps: This version works only on PTR server (not on wow beta server).
    ps: I'll try to keep this version updated, but wow ptr server is frequently updated, I cannot update this wrobot version for all wow ptr build.
    ps: For the moment, WRobot use WoD meshes files (to generate path), you can get navigation problem if map have changed.
  23. Like
    Droidz got a reaction from eeny in Download WRobot beta for Wow Legion 7.0.3 PTR server   
    Hello,
     
    You can download Wrobot beta for Legion server ptr 7.0.3 here: http://download.wrobot.eu/wrobot/WRobot.zip , extract and launch file "Updater.exe", select product "WRobot BETA" and click on "Install or Update".
     
    ps: This version works only on PTR server (not on wow beta server).
    ps: I'll try to keep this version updated, but wow ptr server is frequently updated, I cannot update this wrobot version for all wow ptr build.
    ps: For the moment, WRobot use WoD meshes files (to generate path), you can get navigation problem if map have changed.
  24. Like
    Droidz got a reaction from Krack3n in Download WRobot beta for Wow Legion 7.0.3 PTR server   
    Hello,
     
    You can download Wrobot beta for Legion server ptr 7.0.3 here: http://download.wrobot.eu/wrobot/WRobot.zip , extract and launch file "Updater.exe", select product "WRobot BETA" and click on "Install or Update".
     
    ps: This version works only on PTR server (not on wow beta server).
    ps: I'll try to keep this version updated, but wow ptr server is frequently updated, I cannot update this wrobot version for all wow ptr build.
    ps: For the moment, WRobot use WoD meshes files (to generate path), you can get navigation problem if map have changed.
  25. Like
    Droidz got a reaction from Krack3n in Download WRobot beta for Wow Legion 7.0.3 PTR server   
    It is beta version, I release it to be ready when the release of Wow legion on live server, do not hesitate to report me errors/bugs.
×
×
  • Create New...