Created: 5 months ago on 05/24/2025, 02:24:06 PMUpdated: 5 months ago on 05/24/2025, 07:54:03 PM
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