Is possible?
1. Summon companion
2. Target companion
3. Use item
4. Wait 10s
5. Dismiss companion
Repeat
Profit!
if we can drop aura is solution. I can stay on stair and strike ball to companion. Strike- disable aura-strike-disable... Without moving and dismissing
Or having a plugin that while standing close to the Life Day Gift Droid or Overheated Life Day Gift droid that lobs the Snowball at it would also help. The plugin would also have to be able to "Complete the mission" since it rewards come up as mission rewards.
I tried creating a profile that would select the droid and replaced the snowball where I had the mount, so when using Joe's combat routine, it would lob the snowball instead of mounting but I can't figure out which code to using to select the droid. Tried Interact and Talkto but neither one will select the droid so I just stand there trying to lob a snowball at myself.
So if anyone knows the code to just select an NPC please let me know.
The "Snow Ball" affect (or whatever) is either a buff or debuff. I'm testing my stuff now, but you can check who is responsible for the debuff.
I have the logic as Get All Players -> Check For Valid Range -> Make Sure it isn't me -> Make sure they don't have a buff/debuff (since I don't know which one it is) that I created on them -> throw a snowball at them -> repeat.
The rewards thing is a bit moot I guess right now. I just tested for about a half hour. I had 10 pending rewards when I got back, so it queues them all up for you (you just have to click accept when you return). The best solution I can think of for that is to click the location of the "Accept" button a few seconds after you throw a snowball, in case it did work.
Use the UseItem syntax. BUT i dont know how it handles the debuff.Or having a plugin that while standing close to the Life Day Gift Droid or Overheated Life Day Gift droid that lobs the Snowball at it would also help. The plugin would also have to be able to "Complete the mission" since it rewards come up as mission rewards.
I tried creating a profile that would select the droid and replaced the snowball where I had the mount, so when using Joe's combat routine, it would lob the snowball instead of mounting but I can't figure out which code to using to select the droid. Tried Interact and Talkto but neither one will select the droid so I just stand there trying to lob a snowball at myself.
So if anyone knows the code to just select an NPC please let me know.
Foreach BuddyTor.Companion.Debuff.Contains("Whatever debuffs name is")
{ x.interact
}
Great idea !
Same problem with the droid the bot attack him
Yes, we need to edit a routine like joes with no spell cast.