Master UOSteam Script Library (GitHub)

elavee

Neophyte
Hey UOF

Here is a link the largest UOSteam library on the internet www.github.com/her/uosteam

Why GitHub? Simple

* Anyone can fork this - Go ahead, copy, add or modify scripts. This will preserve a running change log from which anyone can revert to earlier versions, or modify to their hearts content.

* Dependable. This will never be shutdown. This is easy to share, cleanly organized.

* Easily expandable. This library will continue to grow, I encourage you to submit pull requests, tell me where I can find more to add. What resources or guides do you like, other websites? All of this can be added to an already great library.

Without letting this get too long, feel free to ask me anything here and submit your feedback.

Happy UOSteaming! <3
 

Alucard

Grandmaster
Hey UOF

Here is a link the largest UOSteam library on the internet www.github.com/her/uosteam

Why GitHub? Simple

* Anyone can fork this - Go ahead, copy, add or modify scripts. This will preserve a running change log from which anyone can revert to earlier versions, or modify to their hearts content.

* Dependable. This will never be shutdown. This is easy to share, cleanly organized.

* Easily expandable. This library will continue to grow, I encourage you to submit pull requests, tell me where I can find more to add. What resources or guides do you like, other websites? All of this can be added to an already great library.

Without letting this get too long, feel free to ask me anything here and submit your feedback.

Happy UOSteaming! <3
omg thanks
awesome! it really excites me
 

Experience

Grandmaster
Hey UOF

Here is a link the largest UOSteam library on the internet www.github.com/her/uosteam

Why GitHub? Simple

* Anyone can fork this - Go ahead, copy, add or modify scripts. This will preserve a running change log from which anyone can revert to earlier versions, or modify to their hearts content.

* Dependable. This will never be shutdown. This is easy to share, cleanly organized.

* Easily expandable. This library will continue to grow, I encourage you to submit pull requests, tell me where I can find more to add. What resources or guides do you like, other websites? All of this can be added to an already great library.

Without letting this get too long, feel free to ask me anything here and submit your feedback.

Happy UOSteaming! <3
Can you update the foaming squirrels UOSteam forum to WWW.UOSteam.Proboards.com
please!
 

zekameka

Apprentice
Please add my snooping script. It is better than the one in the library, as it also auto-follows your target if it moves. This way you can target any animal and follow it shile snooping its backpack.

headmsg 'choose who to follow'

setalias 'tofollow'

while hits > 50

if not @inrange 'tofollow' 1

if @x 'tofollow' > x 'self' and @y 'tofollow' > y 'self'

walk 'Southeast'

elseif @x 'tofollow' < x 'self' and @y 'tofollow' > y 'self'

walk 'Southwest'

elseif @x 'tofollow' > x 'self' and @y 'tofollow' < y 'self'

walk 'Northeast'

elseif @x 'tofollow' < x 'self' and @y 'tofollow' < y 'self'

walk 'Northwest'

elseif @x 'tofollow' > x 'self' and @y 'tofollow' == y 'self'

walk 'East'

elseif @x 'tofollow' < x 'self' and @y 'tofollow' == y 'self'

walk 'West'

elseif @x 'tofollow' == x 'self' and @y 'tofollow' > y 'self'

walk 'South'

elseif @x 'tofollow' == x 'self' and @y 'tofollow' < y 'self'

walk 'North'

endif

endif

@Getenemy 'murderer' 'Enemy' 'criminal' 'gray' 'closest' 'friend' 'any'

if @findobject 'enemy'

@findlayer 'enemy' 21

useobject! 'found'

endif

@clearusequeue

@cancelautotarget

pause 100

endwhile
 

zekameka

Apprentice
i also want to share this snooping macro

if open the closest person backpack (also works on monsters)
opens their paperdoll
targets weapon if equipped
then opens all bags/pouches that are in their backpack
also autostealing can be set up

https://pastebin.com/ckpWW7m5
 
Top