Jump to content

Sye24

Banned
  • Posts

    206
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Sye24 reacted to Droidz in change Product in plugin   
    Hello, if you want to use several products, using "relogger" application is the best way.
  2. Like
    Sye24 reacted to Droidz in Help with the code to change the complexity of the raid   
    Hello, look https://github.com/tomrus88/BlizzardInterfaceCode/blob/ffbd8a3f993fb455aaff5726a8192b1a6d81f56c/Interface/FrameXML/UnitPopup.lua#L1885 (to get DifficultyID https://github.com/tomrus88/BlizzardInterfaceCode/blob/ffbd8a3f993fb455aaff5726a8192b1a6d81f56c/Interface/FrameXML/UnitPopup.lua#L85 )
  3. Like
    Sye24 reacted to Apexx in Captcha on wowcircle (private server 3.3.5a) / Капча на wowcircle   
    It seems to me, it sounds like it is time to find a new server to enjoy WRobot on. That is obnoxiously intrusive on gameplay even if I was not botting, that would get annoying real quick!
  4. Thanks
    Sye24 reacted to Droidz in Help Lua Avoid ground AOE from bosses?   
    Hello,
    For the moment the possibility to avoid ground AOE spell is not implemented.
    To target same mob of the party leader, you need to use c# code like this:
    if (wManager.Wow.Helpers.Party.IsInGroup()) { var playerLeader = new wManager.Wow.ObjectManager.WoWPlayer(wManager.Wow.ObjectManager.ObjectManager.GetObjectByGuid(wManager.Wow.Helpers.Party.GetPartyLeaderGUIDHomeAndInstance()).GetBaseAddress); if (playerLeader.IsValid) { var target = playerLeader.TargetObject; if (target.IsValid && wManager.Wow.ObjectManager.ObjectManager.Target.GetBaseAddress != target.GetBaseAddress) { wManager.Wow.Helpers.Interact.InteractGameObject(target.GetBaseAddress, !ObjectManager.Me.GetMove); } } }  
  5. Thanks
    Sye24 reacted to Bohica in Help Required   
    yeah its of i basically re installed or the required programmes and restarted pc and seemed to work.
×
×
  • Create New...