Meditation

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 #

Med Only.sc #

sub main()
	var braceletType = 0x1086
	var braceletColour = 0x0063
	UO.FindType(braceletType, braceletColour, 'my')
	
	var bracelet = UO.GetSerial('finditem')
	
	While UO.SkillVal('Meditation') > 0
		UO.Equip('Brace', bracelet)
		Wait(1000)

		While UO.Mana < UO.INT
			UO.Useskill("Meditation") 
			Wait(1000)
		Wend
	Wend
	
	Repeat
		UO.WaitMenu('t', 'P', 't', 'u')
		UO.UseSkill('Tracking')
		Wait(10000)
	Until False
end sub

med.sc #

sub main() 
start:

UO.say(",arm 1")
wait(2000)
UO.Exec("useskill 'Meditation'")
wait(20000)
UO.say(".disarm")
wait(2000)

GOTO start 
end sub 

med2.sc #

sub main() 
start:

UO.exec('dress 1')
wait(200)
UO.Exec("useskill 'Meditation'")
wait(10000)
UO.Exec("useskill 'Spirit Speak'")
wait(10000)
UO.Exec("waittargetself")
UO.Exec("useskill 'Evaluating Intelligence'")
wait(10000)

GOTO start 
end sub 

Powered by BetterDocs