Install: Unzip the file and place the folder in your Buddywing\Plugins folder. 1.) For a profile, please use the Combat Bot profile provided on the forums (I'm not sure where it is now, but I'll include a copy in this thread just in case). 2.) This plugin is defaulted to assume that you will put the Snowball item in quickslot 1. You can change this in the plug-in by changing the "QuickSlot" variable to whichever quick slot you'd like to use. ** YOU MUST PUT THE SNOWBALL, WITH DEFAULT SETTINGS, IN QUCKSLOT BUTTON 1 ** How it works: This plug-in only targets players. It does not target companions/NPCs/etc. What it will do is look for all players in a given range. Then, it checks for the "Snowflakes" buff. A common misconception is that if a player has this, you can't get a parcel from them. This is NOT true. You can NOT get a parcel ONLY if you were the last person to give them the "Snowflakes" buff. So, we look through all the players, if they are in your line of sight and then if they don't have the snowflakes buff created by you. If they meet all the criteria, we toss'um one right in the kisser. So, find a populated spot (by the fake Santa, or where everyone ports back after recalling to fleet) and start the bot with the combat bot profile. If you get a package, the plug-in will automatically close the window (thanks Cryo!). Any questions let me know, pretty basic and quick. This can be pretty easily updated to actually run while questing or things like that and just peg NPC's. EDIT: Note, since I'm not using the UseItem stuff in the API, I put the action on a timer (since I can't tell I don't think if it's ready). So, if something goes wrong, it will wait 15 sec before trying again.
It keeps attacking the same person over and over again. Tried selecting someone manually and it goes right back to that person.
Hmm. I'll take a look. Are you around a bunch of people? Could you try moving to another populated location and trying it?
As long as the current targeted person stays in the area, it won't change from them. Tried different locations on the fleet.
I figured it out. It was the combat routine I was using. When using Joes combat routine, it would not allow the plugin to change characters. I switched to using pureSWTOR combat routine and now it is working like a charm. Thanks a lot for this!! Works great with the correct routine loaded. Also using combat.xml as the profile.
ty its working need to remove Defaultcombat from routines or your BW wont see plugin and change to Pure
Looks like this could use an update as of tomorrow: Code: Details: DATE: 16 December 2016 TIME: 7AM PST - 9AM PST (1400 GMT - 1600 GMT) VERSION: 5.0.1a Patch Notes: It was recently discovered that snow is cold. Snowballs in the Life Day Event will now properly cool down the Overheated Droids spread around the Galaxy. [B][COLOR="#FF0000"]All NPCs can now be targeted by Snowballs during the Life Day Event.[/COLOR][/B] Theron Shan will no longer appear hidden during Chapter 1 and Chapter 6 of Knights of the Eternal Throne.
Life Day Cannon Mod I've edited this to use the Snowball Cannon in Quickslot 2 with an 8 second timer (so as to make it easy to switch between this and the standard snowball plugin). Figured it might be useful for folks who are unfamiliar with these kinds of things. I may look at combining these into a single plugin provided I have the time this weekend. View attachment Life Day Cannon.zip
Not to mention All NPCs can now be targeted by Snowballs during the Life Day Event. would also be a nice addition, I just haven't had the time to look at the code.
Could probably change it to TorCharacter instead of TorPlayer, but it works fine as is. There are always enough players around to throw it at someone without your debuff each time.
i took a look at the api, but i couldn't figure out how to add the ability to auto-remove the snow buffs on yourself after/before you throw.. Any idea?