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 #

Begging.sc #

Details: File create date 04/08/2003

sub main()
aaa:

  UO.Exec("waittargetobject 'v1'")
  UO.Exec("useskill 'Begging'")
  wait(16000)

UO.Exec("waittargetobject 'v2'")
  UO.Exec("useskill 'Begging'")
  wait(16000)
  
UO.Exec("waittargetobject 'v3'")
  UO.Exec("useskill 'Begging'")
  wait(16000)
  
UO.Exec("waittargetobject 'v4'")
  UO.Exec("useskill 'Begging'")
  wait(16000)
  
UO.Exec("waittargetobject 'v5'")
  UO.Exec("useskill 'Begging'")
  wait(16000)
  
UO.Exec("waittargetobject 'v6'")
  UO.Exec("useskill 'Begging'")
  wait(16000)
  
UO.Exec("waittargetobject 'v7'")
  UO.Exec("useskill 'Begging'")
  wait(16000)
  
UO.Exec("waittargetobject 'v8'")
  UO.Exec("useskill 'Begging'")
  wait(16000)

goto aaa
end sub

Begging 2.sc #

Details: Files create date 16/07/2002

sub main()
aaa:

UO.Say("hi")
  UO.Exec("useskill 'Begging'")
  wait(3000)
  UO.Say("hi")
  UO.LClick(275,190)
  wait(16000)
  UO.Say("hi")
UO.Exec("useskill 'Begging'")
  wait(3000)
  UO.Say("hi")
  UO.LClick(297,226)
  wait(16000)
  UO.Say("hi")
  

goto aaa
end sub

Powered by BetterDocs