bushido
Differences
This shows you the differences between two versions of the page.
| — | bushido [2025/02/25 22:20] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | #Bushido Training by Frank Castle | ||
| + | #You need two wolf spiders and a 100% poison weapon for this. | ||
| + | #It is NOT fast but it will get you there. | ||
| + | while True: | ||
| + | Bushido = Player.GetSkillValue(' | ||
| + | if Bushido < 60 and Player.Mana > 10: | ||
| + | Spells.CastBushido(" | ||
| + | Misc.Pause(1500) | ||
| + | | ||
| + | elif Bushido >= 60 and Bushido < 75 and Player.Mana > 5: | ||
| + | Spells.CastBushido(' | ||
| + | Misc.Pause(1500) | ||
| + | |||
| + | elif Bushido >= 75 and Bushido < 101 and Player.Mana > 10: | ||
| + | Spells.CastBushido(' | ||
| + | Misc.Pause(2000) | ||
| + | |||
| + | elif Bushido >= 101 and Player.Mana > 10: | ||
| + | Spells.CastBushido(' | ||
| + | Misc.Pause(1500) | ||
| + | | ||
| + | </ | ||