Fast-Equip Macros

04/17/2004 21:14 Noir#1
sub armor()
uo.print (" . . . Start . . . ")
UO.Exec("usetype 0x1415")
UO.Exec("usetype 0x1411")
UO.Exec("usetype 0x1414")
UO.Exec("usetype 0x1410")
UO.Exec("usetype 0x1413")
UO.Exec("usetype 0x1412")
UO.Exec("usetype 0x1412")
UO.Exec("usetype 0x108a")
#robe
UO.Exec("usetype 0x1515")
#cloak
UO.Exec("usetype 0x1086")
uo.print (" . . . Done . . . ")
end sub

----------------------------------------------------------------

sub mace()
repeat
UO.Exec("usetype mace")
UO.Exec("usetype shield")
end sub

mace und shield als type vorher natürlich definieren :)

-----------------------------------------------------------------

sub fastswitch()
uo.exec("usetype dagger")
uo.exec("usetype dshield")
wait(1200) #delay für 1 mal schlagen des daggers
uo.exec("usetype sword")
uo.exec("usetype shield")
end sub

Script zum schnellen switchen zwischen 2 Waffen, wenn man zB schnell einen Schlag mit einem vergifteten Dagger ausführen will und dann wieder die alte Bewaffnung nutzen will.