Arms Lore

Details #

All scripts have been collected over the years and if available will still contain the creators details, these scripts may run well or not.

Scripts #

Arms2.sc #

sub main()
  aaa:	
  	  UO.Say(",waittargetlast")
  	  UO.Exec("useskill 'Arms Lore'")
          wait(10000)
   goto aaa
end sub

Arms Lore.sc #

sub main()
	Repeat
		UO.WaitTargetType(0x0F51)
		UO.UseSkill("Arms Lore")
		Wait(5000)
	Until FALSE
end sub

Powered by BetterDocs