攻略提供者是 Danny#2989
4
4
平均評分: |
4.5 |
評分: |
8 |
你的投票: |
|
Creator |
![]() |
![]() |
![]() |
![]() |
![]() |
||||
---|---|---|---|---|---|---|---|---|---|
![]() |
Tags
Filter strategies:
![]() |
![]() |
|||||||
Script |
2 | 5.0 ![]() |
100% | 24 ![]() |
84
![]()
1:24
|
10 | |||
Script |
2 | 5.0 ![]() |
100% | 20 ![]() |
72
![]()
1:12
|
9 | |||
2 | 4.9 ![]() |
N/A | 7 ![]() |
142
![]()
2:22
|
20+ | ||||
![]()
Preference for #3 pet, is above 276 speed
(You're not limited to Elemental) |
Script |
2 | 4.8 ![]() |
100% | 19 ![]() |
82
![]()
1:22
|
9+ | ||
Script |
2 | 4.8 ![]() |
100% | 89 ![]() |
80
![]()
1:20
|
8+ | |||
Script |
2 | 5.0 ![]() |
100% | 3 ![]() |
82
![]()
1:22
|
9+ | |||
![]()
任何等級 1+ 寵物
|
RNG 等級 1+ |
2 | 4.7 ![]() |
N/A | 7 ![]() |
130
![]()
2:10
|
13+ | ||
![]()
任何等級 5+ 寵物
|
![]()
Orginal Idea from one of the other scripts. The level pet has to take 1 hit so I went with 280 min.
|
等級 5+ Script |
2 | 4.5 ![]() |
93% | 11 ![]() |
127
![]()
2:07
|
15+ | |
![]()
This is a modified version of Mandus' guide & TD script.
|
Script |
2 | 4.5 ![]() |
100% | 4 ![]() |
120
![]()
2:00
|
14+ | ||
![]()
任何寵物
|
2 | 4.5 ![]() |
N/A | 6 ![]() |
110
![]()
1:50
|
13+ | |||
![]()
鮮豔爍亮蝶 works as an alternative #1,
If you have a P/B Glimmerfly, I hightly recommend as alt(script will work). For your #3, S/B will show less animations but about 10% more chance to be 10 rounds |
Script |
2 | 5.0 ![]() |
100% | 3 ![]() |
77
![]()
1:17
|
9-10 | ||
![]()
任何寵物
|
RNG |
2 | 5.0 ![]() |
N/A | 3 ![]() |
80
![]()
1:20
|
7+ | ||
2 | 5.0 ![]() |
N/A | 1 ![]() |
125
![]()
2:05
|
14+ | ||||
![]()
任何寵物
|
Script |
2 | 4.5 ![]() |
97% | 0 ![]() |
100
![]()
1:40
|
12+ | ||
![]()
I recommend use script for this strategy as it is a little messy
|
屬性 Script |
2 | 4.2 ![]() |
100% | 2 ![]() |
120
![]()
2:00
|
14+ | ||
![]()
任何等級 12+ 寵物
|
![]()
Recommend leveling pet that can withstand 713 damage in a single hit as if he casts call darkness this will kill your leveler. You can use a lowere level but you will only get half xp due to dying.
|
RNG 等級 12+ Script |
2 | 3.4 ![]() |
93% | 3 ![]() |
90
![]()
1:30
|
10+ | |
Script |
2 | 3.0 ![]() |
89% | 2 ![]() |
116
![]()
1:56
|
15+ | |||
Script |
2 | 3.5 ![]() |
94% | 1 ![]() |
130
![]()
2:10
|
15+ | |||
![]() |
RNG TCG |
2 | 3.0 ![]() |
N/A | 0 ![]() |
65
![]()
1:05
|
7+ | ||
Script |
2 | 0.0 ![]() |
100% | 0 ![]() |
77
![]()
1:17
|
9-10 | |||
![]()
Best to use the "script" since the enemy’s attack can vary for each fight.
Here is a link to an example battle: https://www.youtube.com/watch?v=aVJaOg4zgjs |
Script |
2 | 0.0 ![]() |
97% | 0 ![]() |
91
![]()
1:31
|
9+ | ||
![]()
任何寵物
|
屬性 |
2 | 0.0 ![]() |
N/A | 0 ![]() |
110
![]()
1:50
|
12-14 |
包括步驟
Substitutes:
1 / 3
1 / 10
This is a modified version of Mandus' guide & TD script.
For the best display of your strategy, please follow these guidelines:
For the best display of your strategy, please follow these guidelines:
For the best display of your strategy, please follow these guidelines:
For the best display of your strategy, please follow these guidelines:
For the best display of your strategy, please follow these guidelines:
For the best display of your strategy, please follow these guidelines:
For the best display of your strategy, please follow these guidelines:
For the best display of your strategy, please follow these guidelines:
For the best display of your strategy, please follow these guidelines:
Those are some slender beasts. I mean the pets, of course!
2
schlumpf#2707
發表在 2024-09-09 18:24:59
- don't need to guard abilities by active pet: If the active pet doesn't have that ability, the line is just ignored.
- should use the autocompletion the editor provides so that it adds the IDs for abilities and pets, making the script language independent. Your current script only works for players with an English client.
- can just use `change(next)` without guard.
In your strategy pet selection, you can mark ability slots as irrelevant so that the site automatically provides more alternative pets for that slot with the same (required) abilities. You mostly seem to have missed description for the grub abilities in your strategy though, the script uses them ;)
A simplified and internationally working script is
use(swarm:232) [ enemy.aura(swarm:231).duration <= 2 ]
use(bubble:934) [ self.hpp <= 20 ]
use(spark:116) [ self.hpp > 20 ]
use(bigandsuicide:1025) [ self.hpp <= 20 ]
use(filler:367)
use(filler:228)
change(next)
The strategy works perfectly! (已編輯)
1
(OP) Danny#2989
發表在 2024-09-11 22:02:30
2
Gráinne
發表在 2024-09-12 03:46:11
https://www.wow-petguide.com/Guide/43/Writing_Pet_Battle_Scripts
She also has a YT video, originally when it was tdScript, but it still works the same way
https://www.youtube.com/watch?v=On7fbNC4WCg
2
saskia#11231
發表在 2024-09-08 11:17:56
新留言