11
RebirthUO / Re: New title - Harrower Bunny Slayer
« Last post by Hitechs on April 26, 2017, 08:44:37 PM »Quote
looking at coding its like which way do you go uoxl or namespace. and with that its would take me a month to figureout the basic of heal.
i not done uoxl ... but im thinking something like
im running 3 cleints
healLoop:
for %i 1 3 ;--- loop 3 times
{
if #hits < %blah ;-- low hp
{
event macro ;- heal
target
event macro ; target self
uoxl ; change client
}
else
uoxl ; change client
}
goto healLoop