Antoran High Command Pod People not targetable #1081


Closed
  • Forge_User_38132247 created this issue Dec 3, 2017

    When you try to target someone in a pod via the raid interface, you instead target the pod. Vanilla behavior targets the player itself.

  • Forge_User_03217439 posted a comment Dec 4, 2017

    It's the same for me. VuhDo has the same problem, see https://wow.curseforge.com/projects/vuhdo/issues/869

  • Tyfon7 posted a comment Dec 19, 2017

    Looks like Vuhdo was able to fix this - any chance of the same fix here? Or a workaround, maybe?

  • HavocDotA posted a comment Dec 22, 2017

    I took a stab at adding the disable vehicle swap option in Raids as well...got that working, but it didn't seem to work on the specific fight when I tested it. Not sure what to try next, but my guess is it's in units.lua, that's where the option is used and there's lots of vehicle checking code. I wonder if perhaps the GUID that gets passed to clique needs to be changed from the vehicle too?

     

    EDIT: Looks like others fixed it by setting toggleForVehicle false. I hear this breaks some other encounters but they might fix in 7.3.5. Worth trying if you have a second. I think either set line 619 to false, or add  "self:SetAttribute("toggleForVehicle", false)" around line 564

    http://www.wowinterface.com/forums/showthread.php?t=55893


    Edited Dec 22, 2017
  • Forge_User_03217439 posted a comment Dec 23, 2017

    I changed both existing occurences of toggleForVehicle in units.lua to false, and that does seem to do the trick.

  • nevcairiel closed issue Jan 18, 2018
  • nevcairiel posted a comment Jan 18, 2018

    7.3.5 finally added the ability to fix this properly, so thats done now.


To post a comment, please login or register a new account.