Table of Contents
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 #
Provocation.sc #
sub Main()
La:
UO.Exec("waittargetlast");
UO.useskill("Provocation");
Wait(1000)
UO.Press(122)
wait(9000);
GOTO La
end sub
provobard.sc #
sub main()
a:
uo.say(",waittargetlast")
UO.useskill("Provocation")
wait(2000)
UO.LClick(324,199)
wait(8000)
UO.useskill("Peacemaking")
wait(10000)
#uo.say(",waittargetlast")
# UO.useskill("Begging")
#wait(15500)
UO.useskill("Hiding")
wait(10000)
goto a
end sub
provo-peace-ostie.sc #
sub main()
var NUM
aaa:
UO.Exec("useskill 'Provocation'")
wait(1500)
UO.Press(99)
wait(1500)
UO.Press(102)
wait(10000)
UO.Exec("useskill 'Peacemaking'")
wait(10000)
UO.Exec("useskill 'Hiding'")
wait(10000)
UO.Say("HeHe Mr OStie!!!")
goto aaa
end sub