UOS BUSHIDO!

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
Wreakage-
Posts: 482

UOS BUSHIDO!

Post by Wreakage- »

Does anybody have a script for bushido training from 30 ?
Noir
Posts: 121

Re: UOS BUSHIDO!

Post by Noir »

if skill "bushido" == 100
sysmsg "Bushido is 100!"
stop
elseif mana > 20
if skill "bushido" < 60
cast "Confidence"
pause 4000
else if skill "chivalry" >= 60
cast "Counter Attack"
pause 4000
elseif skill "chivalry" >= 75
cast "Evasion"
pause 4000
endif
else
sysmsg "Mana low! Meditating!"
useskill "meditation"
pause 8000
endif
User avatar
april0395
Posts: 726

Re: UOS BUSHIDO!

Post by april0395 »

Noir wrote:if skill "bushido" == 100
sysmsg "Bushido is 100!"
stop
elseif mana > 20
if skill "bushido" < 60
cast "Confidence"
pause 4000
else if skill "chivalry" >= 60
cast "Counter Attack"
pause 4000
elseif skill "chivalry" >= 75
cast "Evasion"
pause 4000
endif
else
sysmsg "Mana low! Meditating!"
useskill "meditation"
pause 8000
endif
Think it needs to be changed from chivalry to bushido?
Made In Quebec wrote:Some people's pleasure are sticking vegetables up their asses. While it's not my personal cup of tea, they can do as they please, since it's their asshole's and not mine, and I will not judge them.
Noir
Posts: 121

Re: UOS BUSHIDO!

Post by Noir »

Yes, sorry!
Wreakage-
Posts: 482

Re: UOS BUSHIDO!

Post by Wreakage- »

Does anybody have one to macro to 120?
Noir
Posts: 121

Re: UOS BUSHIDO!

Post by Noir »

95 120 = momentum strike - troglodytes - painted caves
Post Reply