ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: gen2000 on October 18, 2009, 03:53:34 PM
-
I know there are issues with #ENEMYID. Anytime I have my pet's health bar pull it will be my #ENEMYID. No matter what attacks me, or what other bars I pull, it is stuck to my pet. Is there anyways to deal with this?
I'm trying to have my pet attack anything that attacks me within 8 tiles and it's kinda hard for my pet to attack it's self! haha..
Thanks
-
What I do is scan for anything that might be in the #ENEMYID at a given range and if it isn't found, I add it to a list of items that I know to ignore. I have dual lists, so that every 10 minutes, I swap out lists so that they don't get too long and slow things down.
-
This is the stupid man's question in response to your question: Do you really need the pet bar up? I realize you're probably using a pet health watcher...but are you actually fighting in a situation where the pet will need help?
If you're doing some sort of farming activity, I'd say no - use a Cu Sidhe. If you're doing something more exotic like PvP or Peerless/Champ robot pets, see TM's post.
:)
-
This is the stupid man's question in response to your question: Do you really need the pet bar up? I realize you're probably using a pet health watcher...but are you actually fighting in a situation where the pet will need help?
If you're doing some sort of farming activity, I'd say no - use a Cu Sidhe. If you're doing something more exotic like PvP or Peerless/Champ robot pets, see TM's post.
:)
LOL! well, I'm working on a tamer assistance script, and it monitors your pets health, and if it gets below a certain percentage it will attempt to vet if your within 2 tiles. I finally found a solution or so it seems to work...
Before i pull my pet bar, I can pull any other bar and that's my enemyid, then I can pull my pet bar and close the first bar and it will stay at N/A, even if I move around my pet's bar. But I put in an option to auto attack anything attacking me within 8 tiles, and it was stuck on my pet. now it's working great!!