[UOSteam] Train Bushido

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

[UOSteam] Train Bushido

Post by Alamiester »

this is a snippit i grabbed from online somewhere. pretty basic. you need to be fighting for it to work. may need to adjust pause times accordingly to you and your ping.

Code: Select all

if skill "Bushido" < 60
  cast "Confidence"
  pause 1000
elseif skill "Bushido" < 75
  cast "Counter Attack"
  pause 1000
elseif skill "Bushido" < 97.5
  cast "Evasion"
  pause 1000
elseif skill "Bushido" < 120
  cast "Momentum Strike"
  pause 1000
endif
Post Reply