Here are my tdBattlePetScripts for Wailing Caverns!

Discuss your favorite pet addons and macros.
Post Reply
User avatar
Painbow
Posts:79
Joined:February 14th, 2015
Pet Score:10044
Realm:Mal'Ganis-us
Contact:
Here are my tdBattlePetScripts for Wailing Caverns!

Post by Painbow » June 7th, 2017, 4:40 am

Now that Rematch v4.6.8 supports exporting of pets with breeds, make sure you're using this version or higher before importing!

My teams are mostly from Vaeevictiss' post for Wailing Cavern teams over here with slight modifications: viewtopic.php?f=3&t=16814

I have used these teams since week 1 of Wailing Caverns, and I have tested the scripts 3 separate times today and so far it's 100%. If you get any errors, be sure to let me know. The last thing I want to do is waste your time considering you cannot heal your pets in this dungeon.

I will export the notes I wrote for the teams just in case anyone finds them helpful or wants to use my teams without using tdBattlePetScript.

Budding Everliving Spore

Code: Select all

Budding Everliving Spore:3I1R:12171JV:1226FE:1116E2:N:Note: Use H/P Periwinkle, H/H Silithid.\n\nTurn 1     Clobber\nTurn 2     Stoneskin\nTurns 3+     Deep Bite until Spore is dead.\n  An enemy pet comes in.\nTurn 1  Deep Bite until you or enemy is dead.\n  An enemy pet comes in.\nTurn 1    Clobber then Deep Bite if your Periwinkle Calf is still alive, otherwise bring in Silithid Hatchling and use Sandstorm then spam Scratch until fight is over.

change(#2) [ self(#1).dead & !self(#2).played ]
change(#3) [ self(#2).dead & !self(#3).played ]
if [ self(#2).active ]
ability(Sandstorm) [ self.ability(Sandstorm).usable ]
endif
ability(Clobber) [ enemy.round = 1 ]
ability(Stoneskin) [ self.round = 2 ]
ability(#1)
Deviate Chomper

Code: Select all

Deviate Chomper:3I1K:222811C:2215JM:21244C:N:Note: Use anything but an S/S Crow\n\nTurn 1     Call Darkness\nTurn 2     Alpha Strike -> enemy dies\n    An enemy pet comes in.\nTurn 1     Nocturnal Strike\nTurn 2+   Alpha Strike -> enemy dies\n    An enemy pet comes in\nTurn 1  Alpha Strike until enemy dies.

change(#2) [ self(#1).dead & !self(#2).played ]
ability(Call Darkness) [ self.round = 1 & self(#1).active ]
ability(Nocturnal Strike) [ enemy(#2).active & enemy.round = 1 ]
ability(#1)
Deviate Flapper

Code: Select all

Deviate Flapper:3I1J:2218117:2215JM:21244C:N:Turn 1     Darkmoon Curse\nTurn 2     Inner Vision\nTurn 3     Focused Beams. \nTurn 4+   Inner Vision + Focused Beams until all pets are dead. If Darkmoon Eye dies, bring in backup pets to clean up.

change(#2) [ self(#1).dead & !self(#2).played ]
if [ self(#1).active ]
ability(Darkmoon Curse) [ self.round = 1 ]
ability(Focused Beams) [ self.aura(Inner Vision).exists ]
ability(Inner Vision)
endif
ability(#1)
Deviate Smallclaw

Code: Select all

Deviate Smallclaw:3I1I:111B8L:1117AI:11161T9:N:Turn 1     Build Turret\nTurn 2     Metal Fist.\nTurn 3+   Use turret off cooldown and fill with Metal Fist until Clockwork Gnome dies.\n Bring in Darkmoon Tonk\nTurn 1+  Missile until fight is over.

change(#2) [ self(#1).dead & !self(#2).played ]
if [ self(#1).active ]
ability(Build Turret) [ self.ability(Build Turret).usable ]
ability(Metal Fist)
endif
if [ self(#2).active ]
ability(Missile)
endif
Dreadcoil

Code: Select all

Dreadcoil:3I1N:112716B:112780:21141DR:N:Note: A substitute for Lil' XT can be any pet with Metal Fist or Zap as their first slot ability.\n\nTurn 1     Shock and Awe\nTurn 2+   Zap until Dreadcoil is dead.\n  An enemy pet comes in.\nTurn 1     Ion Cannon -> your Menagerie Custodian dies.\n  Bring in Lil' XT\nTurn 1+   Zap until enemy dies.\n    An enemy pet comes in.\nTurn 1+  Zap until fight is over.

change(#2) [ self(#1).dead & !self(#2).played ]
ability(Shock and Awe) [ self(#1).active & self.round = 1 ]
ability(Ion Cannon) [ enemy(#2).active & enemy.round = 1 ]
ability(Zap)
Growing Ectoplasm

Code: Select all

Growing Ectoplasm:3I1Q:12181Q:11181O:112CAJ:N:Turns 1-2  Lift-Off\nTurn 3       Scorched Earth\nTurn 4       Breath -> your Crimson Whelpling dies.\n  Bring in Dark Whelpling\nTurn 1     Shadowflame\nTurn 2     Shadowflame -> Growing Ectoplasm dies.\n    An enemy pet comes in.\nTurn 1+   Shadowflame until your Dark Whelpling dies.\n    Bring in Darkmoon Zeppelin\nTurn 1+  Missile until fight is over.

change(#2) [ self(#1).dead & !self(#2).played ]
change(#3) [ self(#2).dead & !self(#3).played ]
if [ self(#1).active ]
ability(Lift-Off) [ self.round = 1 ]
ability(Scorched Earth) [ self.round = 3 ]
endif
if [ self(#3).active ]
ability(Decoy) [ self.ability(Decoy).usable ]
endif
ability(#1)
Growing Ectoplasm 2

Code: Select all

Growing Ectoplasm 2::121A7J:1218F9:1227C5:N:Note: Onyxian Whelpling can be replaced by Spawn of Onyxia. \nNote: Same fight as the last.\n\nTurns 1-2  Lift-Off\nTurn 3       Scorched Earth\nTurn 4       Breath -> your Onyxian Whelpling dies.\n  Bring in Spawn of Onyxia\nTurn 1     Shadowflame or Breath\nTurn 2     Shadowflame or Breath -> Growing Ectoplasm dies.\n    An enemy pet comes in.\nTurn 1+   Shadowflame or Breath until your Spawn of Onyxia dies.\n    Bring in Darkmoon Zeppelin\nTurn 1+  Missile until fight is over.

change(#2) [ self(#1).dead & !self(#2).played ]
change(#3) [ self(#2).dead & !self(#3).played ]
if [ self(#1).active ]
ability(Lift-Off) [ self.round = 1 ]
ability(Scorched Earth) [ self.round = 3 ]
endif
if [ self(#3).active ]
ability(Extra Plating) [ self.ability(Extra Plating).usable ]
endif
ability(#1)
Hiss

Code: Select all

Hiss:3I1P:121586:111485:21141C4:N:Turn 1    Extra Plating and use on CD.\nTurn 2+  Metal Fist until your Mechanical Companion is dead.\n  Bring in Personal World Destroyer\nTurn 1-2  Metal Fist until Hiss is dead.\n    An enemy pet comes in.\nTurn 1   Screeching Gears\nTurn 2   Metal Fist -> enemy pet dies.\n    An enemy pet comes in.\nTurn 1   Screeching Gears\nTurn 2+   Metal Fist until fight is over.\n\n\nNote: Companion can be replaced by a mech with mech abilities, 312 speed or higher, and a dodge/damage reduction ability to avoid first big attack.

change(#2) [ self(#1).dead & !self(#2).played ]
change(#3) [ self(#2).dead & !self(#3).played ]
if [ self(#1).active ]
ability(Extra Plating) [ self.ability(Extra Plating).usable ]
endif
if [ self(#2).active ]
ability(Screeching Gears) [ enemy.round = 1 ]
endif
if [ self(#3).active ]
ability(Decoy) [ self.ability(Decoy).usable ]
endif
ability(#1)
Phyxia

Code: Select all

Phyxia:3I1O:11281DA:112C3K:111C146:N:Turn 1+   Metal Fist until Phyxia is dead.  \n  An enemy pet comes in.\nTurn 1    Ion Cannon -> your Draenei Micro Defender dies.\n  Bring in Mechanical Yeti\nTurn 1+  Metal Fist until enemy dies.\n    An enemy pet comes in.\nTurn 1    Call Lightning\nTurn 2    Ion Cannon

standby [ enemy.aura(Underground).exists & !self.aura(Squeeze).exists ]
change(#2) [ self(#1).dead & !self(#2).played ]
if [ enemy(#3).active ]
ability(Call Lightning)
ability(Ion Cannon)
endif
ability(Ion Cannon) [ enemy(#2).active & enemy.round = 1 ]
ability(Metal Fist)
Son of Skum

Code: Select all

Son of Skum:3I1L:212415R:222414S:12241LQ:N:Note: Start off with a P/P breed.\n\nTurn 1 - Black Claw \nTurn 2 - Hunting Party\nTurn 5 - Leap -> Son of Skum dies.\nContinue as long as possible then clean up with either Dream Whelpling or Emerald Proto-Whelp with Emerald Presence + Emerald Bite.

change(#2) [ self(#1).dead & !self(#2).played ]
change(#3) [ self(#2).dead & !self(#3).played ]
ability(Black Claw) [ !self.ability(Leap).usable & !self.ability(Hunting Party).usable ]
ability(Black Claw) [ !self.ability(Bloodfang).usable & !self.ability(Hunting Party).usable ]
if [ enemy(#1).active ]
ability(Black Claw) [!enemy.aura(Black Claw).exists]
ability(Hunting Party)
ability(Leap)
endif
ability(Hunting Party) [ self.ability(Hunting Party).usable ]
ability(Bloodfang)
ability(Leap)
if [ self(#3).active ]
ability(#1)
endif
Vilefang

Code: Select all

Vilefang:3I1M:1225198:11161N5:1110201:N:Turn 1      Extra Plating\nTurn 2-3  Launch Rocket x2 (one to prep, two to launch)\nTurn 4+   SMCKTHAT.EXE until Vilefang dies.\n    An enemy pet comes in.\nTurn 1-2  Launch Rocket x2 \nTurn 3     If Lil Bling is still alive, Metal Fist. Bling dies.\n  Bring in Empyreal Manafiend\nTurn 1+  Arcane Blast until both pets are dead.

change(#2) [ self(#1).dead & !self(#2).played ]
if [ enemy(#1).active ]
ability(Extra Plating) [ self.round = 1 ]
ability(Launch Rocket) [ self.round = 2 ]
ability(Launch Rocket) [ self.round = 3 ]
endif
if [ enemy(#2).active ]
ability(Launch Rocket) [ enemy.round = 1 ]
ability(Launch Rocket) [ enemy.round = 2 ]
endif
ability(#1)
Last edited by Painbow on June 27th, 2017, 7:04 am, edited 1 time in total.

User avatar
Seira_wcp_eu
Posts:17
Joined:November 30th, 2012
Pet Score:5716
Realm:Emerald Dream-eu
Contact:

Re: Here are my tdBattlePetScripts for Wailing Caverns!

Post by Seira_wcp_eu » June 14th, 2017, 11:54 am

nobody said thank you?
Thank You! :)
i just noticed the XuFu webpage also has export to TDscripts, so maybe i will give it another try then try your stuff too :)
just post the Deadmine one later too :)

User avatar
Seira_wcp_eu
Posts:17
Joined:November 30th, 2012
Pet Score:5716
Realm:Emerald Dream-eu
Contact:

Re: Here are my tdBattlePetScripts for Wailing Caverns!

Post by Seira_wcp_eu » June 23rd, 2017, 12:35 pm

so far so good, seems to be working.
1. you put the wrong script in the Vilefang team
2. Anxiously awaiting the deadmines team ;)
Thank you!

User avatar
Painbow
Posts:79
Joined:February 14th, 2015
Pet Score:10044
Realm:Mal'Ganis-us
Contact:

Re: Here are my tdBattlePetScripts for Wailing Caverns!

Post by Painbow » June 27th, 2017, 7:05 am

Vilefang fixed! Thanks.

I have Deadmines 100% complete right now both teams and pets but I'm not 100% satisfied with it right now; some of my teams are really good but a few are really slow and I don't like that.

User avatar
Seira_wcp_eu
Posts:17
Joined:November 30th, 2012
Pet Score:5716
Realm:Emerald Dream-eu
Contact:

Re: Here are my tdBattlePetScripts for Wailing Caverns!

Post by Seira_wcp_eu » August 11th, 2017, 2:50 am

I dont know how to use this addon but i tried to do someting for deadmines and managed to clear 2 times now
I'm just testing stuff out, there may be surely errors, but use this however you like ;)
(sorry for littering in your thread)

teams:

"Captain" Klutz:3KJG:221616M:11181FS:111769:N:1. Pass\n2. Curse of Doom\n3. Haunt\n4. Black Claw\n5 Flock\n6. Cleanup

standby [self.aura(Stunned).duration>=1]
ability(Curse of Doom)
ability(Haunt)
change(Ikky) [self(Unborn Val'kyr).dead]
change(Plump Turkey) [self(Ikky).dead]
ability(Black Claw) [!enemy.aura(Black Claw).exists]
ability(Flock)
ability(Peck)

Angry Geode:3KHE:111A15M:11241LK:11241LH:N:1. Whirlpool\n2. Cleansing Rain\n3. Pass\n4. Water Jet until dead\n5. cleanup with rest

standby [self.aura(Crystal Prison).duration>=1]
ability(Whirlpool) [self.round =1 ]
ability(Cleansing Rain) [self.round =2 ]
ability(Water Jet)
change(Fledgling Warden Owl) [self(Tiny Red Carp).dead]
change(Long-Eared Owl) [self(Fledgling Warden Owl).dead]
ability(Call Darkness)
ability(Predatory Strike)
ability(Savage Talon)

Cookie's Leftovers:3KJF:221A5C:2214F9:1225QC:N:1. Pass\n2. Scorched Earth\n3. Flame Breath\n4. Conflagrate\n5. Flame Breath until dead\n6. Pass\n7. Scorched Earth\n8. Tail sweep until dead\n9. Cleanup

standby [self.aura(Asleep).duration>=1]
change(Spawn of Onyxia) [self(Searing Scorchling).dead]
change(Mechanical Pandaren Dragonling) [self(Spawn of Onyxia).dead]
ability(Scorched Earth) [!weather(Scorched Earth)]
ability(Conflagrate)
ability(Flame Breath)
ability(Tail Sweep)
ability(Decoy)
ability(Thunderbolt)
ability(Breath)

Foe Reaper 50:3KJH:1114Q6:1114Q5:1117HA:N:Stone Rush on cd, else use Burn

ability(Stone Rush)
ability(Burn)
change(Emerald Shale Hatchling) [self(Amethyst Shale Hatchling).dead]
change(Crimson Shale Hatchling) [self(Emerald Shale Hatchling).dead]

Klutz's Battle Bird:3KHG:122414D:11181LO:11141S1:N:1. Arcane Storm\n2. Mana Surge\n3. Cleanup

change(Emmigosa) [self(Nexus Whelpling).dead]
change(Untehered Wyrmling) [self(Emmigosa).dead]
ability(Arcane Storm)
ability(Mana Surge)
ability(Tail Sweep)
ability(Surge of Power)
ability(Claw)
ability(Drain Power)
ability(Feedback)

Klutz's Battle Monkey:3KHH:12292L:122CAJ:22281LP:N:1. Explode\n2. Explode\n3. Arcane Storm\n4. Mana Surge\n5. cleanup

change(Darkmoon Zeppelin) [self(Pet Bombling).dead]
change(Stormborne Whelpling) [self(Darkmoon Zeppelin).dead]
ability(Explode)
ability(Arcane Storm)
ability(Mana Surge)
ability(Frost Breath)

Klutz's Battle Rat:3KHF:221414S:212415R:111414E:N:1. Black Claw\n2. Hunting Party\n3. Cleanup

ability(Black Claw) [!enemy.aura(Black Claw).exists]
ability(Hunting Party)
ability(Leap)
change(Zandalari Anklerender) [self(Zandalari Kneebiter).dead]
change(Kun-Lai Runt) [self(Zandalari Anklerender).dead]
ability(Rampage)
ability(Trash)

Mining Monkey:3KHD:11271VP:11261G1:22271C8:N:1. Explode\n2. Explode\n3. Cleanup

change(Crimson Spore) [self(Pocket Cannon).dead]
change(Teroclaw Hatchling) [self(Crimson Spore).dead]
ability(Explode)
ability(Dodge) [self(Teroclaw Hatchling).hpp <= 80]
ability(Nature's Ward) [!self.aura(Nature's Ward).exists]
ability(Alpha Strike)

Unfortunate Defias:3KHI:11271UK:21244C:122819C:N:Family Reunion on cd, else use Dumpster Dive\nclean up with rest

ability(Family Reunion) [self.round=1]
ability(Dumpster Dive)
ability(Family Reunion)
ability(Powerball)
change(Yellow Moth) [self(Trashy).dead]
change(Ashwing Moth) [self(Yellow Moth).dead]
ability(Cocoon Strike) [self.aura(Whirlpool).duration=1]
ability(Moth Dust)
ability(Alpha Strike)

Post Reply