Currently blacklisted dungeons:
Blackfathom Deeps : Due to mesh issues and big jumps etc.
The Mechanar : Corpse run is not available because of flying mounts
The Botanica : Corpse run is not available because of flying mounts
The Arcatraz : Corpse run is not available because of flying mounts
Ajzol Nerub : HB & IB bugging at or after the jump to the pit
AhnKahet The Old Kingdom : Mesh issues at the spider web ramp at the way to last boss
Oculus : Encounters not avaliable because of flying mounts
Trial of the Champion : Due to first encounter that can't be handled
The Forge of Souls : Corpse run is not available because of flying mounts
Pit of Saron : Corpse run is not available because of flying mounts
Halls of Reflection : Corpse run is not available because of flying mounts
Special notes for CC devs:
- Instancebuddy has it's own targeting code. Please disable any targeting code you have while Me.IsInInstance
- Instancebuddy runs Combat() portion of your CC. So if you have a check like IsPullCompleted please disable it while Me.IsInInstance.
- Instancebuddy handles movement only while out of combat. In combat movement is left to CCs since most of them have it already. Make sure you have a check for current target's distance for spell/ability ranges.
- Instancebuddy overrides RaFLeader to actual tank in the party. So you can mess with RaFLeader for specific buffing needs like keeping Earth Shield or Lifebloom up.