.wear -
Zatoichy - 02-13-2012
Could anyone help with the script for
injection: To wear (shield+weapon/or just weapon) after healing/casting?
.wear -
Raziel_ - 02-14-2012
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
}
}
.wear -
Mito - 02-14-2012
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
.wear -
Zatoichy - 02-14-2012
Thanks. Raziel could u help with Provocation script for
EasyUO/Injection/UOPilot?
P.S. Razor doesn't work.
.wear -
Overdose - 02-14-2012
Привет
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.
.wear -
Zatoichy - 02-15-2012
horses+house way ; sorry was at work.
.wear -
Raziel_ - 02-15-2012
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..
.wear -
Zatoichy - 02-15-2012
script doesn't work
.wear -
Raziel_ - 02-15-2012
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...