05-15-2012, 06:04 PM
Btw, what kind of information you want me to release? I already said my PvP scripts look like :
sub paralyzer() ; beginning of subroutine
UO.FindType('0x1F52','-1','my') ; searching for type 0x1F52(para scroll) in every container inside of my backpack and in backpack itself
if UO.FindCount() > 0 then ; if found more than zero then
uo.waittargetlast() ; setting target on last target, so next action will be used on it.
uo.usetype('0x1F52') ; using paralyze scroll
wait(200) ; waiting 0.2sec
else ; If scroll wasn't found then
UO.Exec("cast 'Paralyze' last") ; casting paralyze from book on last target
endif ; closing if
end sub ; ending subroutine.
That is how ALL scroll scripts of mine look , minus few that require seperate hotkeys. Such FS,Gh, Arrow and so on. I also have shield+sword equipping on bandage, as well as macro that will poison a weapon i got in hands once I press hotkey. That is pretty much it, I use attack last via uo options if anything...
But I already said it and you guys think that I'm lying, so why bother?
sub paralyzer() ; beginning of subroutine
UO.FindType('0x1F52','-1','my') ; searching for type 0x1F52(para scroll) in every container inside of my backpack and in backpack itself
if UO.FindCount() > 0 then ; if found more than zero then
uo.waittargetlast() ; setting target on last target, so next action will be used on it.
uo.usetype('0x1F52') ; using paralyze scroll
wait(200) ; waiting 0.2sec
else ; If scroll wasn't found then
UO.Exec("cast 'Paralyze' last") ; casting paralyze from book on last target
endif ; closing if
end sub ; ending subroutine.
That is how ALL scroll scripts of mine look , minus few that require seperate hotkeys. Such FS,Gh, Arrow and so on. I also have shield+sword equipping on bandage, as well as macro that will poison a weapon i got in hands once I press hotkey. That is pretty much it, I use attack last via uo options if anything...
But I already said it and you guys think that I'm lying, so why bother?