promotional bannermobile promotional banner

tdBattlePetScript

Battle pet combat support scripting

File Details

10.0.0

  • R
  • Oct 28, 2022
  • 226.98 KB
  • 89.1K
  • 10.0.0
  • Retail

File Name

tdBattlePetScript-10.0.0.zip

Supported Versions

  • 10.0.0
  • Updated for Dragonflight.
  • Added collected to the Pets API (true if the pet is in your collection).
  • Added trap to the Status API (true if the trap is usable (or potentially usable if enemy hp is low enough)).
  • Fixed condition behavior when the condition includes a non-existent pet or ability. This allows (among others) using ability (Ghostly Bite:654) [enemy.ability (Mudslide:572).duration < 5], even if the current pet does not have Mudslide, to be used in generic scripts. See the discussion in this issue for more detail and exact semantics.
  • General bug fixes