Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

.wear
#1

Could anyone help with the script for injection: To wear (shield+weapon/or just weapon) after healing/casting?
#2

I dont script for injection.. but if you want i have for easyuo!
set the shield/weapon variables to match your shield/weapon!
if you dont want them to be equiped, simply move them to a bag into your backpack since the macro will only look for them if they are in your backpack!

Quote:set %shield MYGKMMD
set %weapon

while #true
{
finditem %shield C_ , #BACKPACKID
if #FINDCNT > 0
{
set #LOBJECTID #FINDID
event macro 17 0
}

finditem %weapon C_ , #BACKPACKID
if #FINDCNT > 0
{
set #LOBJECTID #FINDID
event macro 17 0
}
}
#3

If I'm not wrong add this at the end of your healing macro :

if uo.count(IDSWORD) > 0) OR (uo.count(IDSHIELD >0) then
uo.usetype(IDSWORD)
wait(50) ;idk if thats needed or not
uo.usetype(IDSHIELD)
end if
#4

Thanks. Raziel could u help with Provocation script for EasyUO/Injection/UOPilot?
P.S. Razor doesn't work.
#5

Привет Smile

Give me some details on how it should work and I'll make you one.

Meaning, you want to provoke two horses in a house or you'd like to do that on sparring partners instead? I'd suggest you go with a horses+house way, as it's definitely safer, not to mention that you'd have lesser chance to crash on old injection clients.
#6

horses+house way ; sorry was at work.
#7

Sure, just scripted it ;P

Quote:set %horse1
set %horse2

while #true
{
event macro 13 22
target 1s
set #ltargetid %horse1
event macro 22
target 1s
set #ltargetid %horse2
event macro 22
}

I hope you dont mind spam messages of you cant perform another action now... since if you provoke it has more delay then if you dont provoke.. so i think this is the most efficient way to train the skill hehe
all you have to do is set horse1 and horse2 variables..
#8

script doesn't work
#9

i tested and its working pretty fine here, did you change the variables correctly?
have you tried provocating once before running the macro?
sometimes you have to do everything manually once before playing easyuo, i think its some sort of bug of easyuo...
if none of these work, try changing target 1s to target 2s...


Forum Jump:


Users browsing this thread: 1 Guest(s)