UO Sagas: Raise Peacekeeping and Music using Tambourine

Created: 21 days ago on 05/24/2025, 02:24:06 PMUpdated: 21 days ago on 05/24/2025, 07:54:03 PM
Size: 424
Category: Training
Tags: PVM BARD

Description: Make sure to have LOTS of Tambourines ( instrument = Items.FindByType(3741). Use script in Andora for better skill gains. works pretty fast.

pauseSeconds = 8000 while Skills.GetValue('Peacemaking') < 100 do instrument = Items.FindByType(3741) if instrument then Player.UseObject(instrument.Serial) ExecuteMacro('peaceself') Targeting.WaitForTarget(1000) Targeting.TargetLast() Pause(pauseSeconds * 1) end end
View list of scripts
Disclaimer: This is a fan made site and is not directly associated with Ultima Online or UO staff.