What's new

Ultima Online UOSteam (Abuse it, Use it, Princess Angel on New School SHIT)

PrincessAngel

New member
Hey guys, Chris here, or Princess Angel - These are my current UOSteam scripts that work fairly well

//Enter Gate Macro//
if @findtype 0xf6c 'any' 'ground' 1 2
sysmsg 'Moongate found, lets go!' 80
useobject! 'found'
if @inregion 'guards'
waitforgump 3716879466 2000
replygump 3716879466 1
endif
else
sysmsg 'Moongate not found, come closer.' 24
endif
//Pull Enemy Bar//
getenemy 'enemy' 'closest'
paperdoll 'enemy' 'closest'
pause 100
clickscreen! 1240 265 // Change ? x value based on your screen resolution mine is 1240
//Recall off runebook//
clearhands 'both'
cast 'recall'
autotargetobject '0x22c5'
//Prime Stun - Drink refresh if needed//
clearjournal
if stam < 30
usetype! 0xf0b
pause 600
endif
setability 'stun'
attack 'enemy'
while not @injournal 'You successfully'
pause 100
endwhile
clearjournal
partymsg 'stunned'
//Potions + Miniheal//
if poisoned 'self'
usetype! 0xf07
endif
if diffhits >= 20
usetype! 0xf0c
endif
if diffhits >= 20
miniheal 'self'
endif
//Teleport 10 tiles in characters facing direction//
autotargettilerelative 'self' 10
cast "Teleport"
//Greater Heal self or cure pot if poisoned//
Cast 'Greater Heal'
if poisoned 'self'
usetype! 0xf07
endif
if diffhits > 30
target! 'Self'
endif


I have more but alot of them are OP - if you have requests i dont mind helping or makin them
 
Top Bottom