02-14-2012, 01:39 PM
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!
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
}
}

