I was going to add this to my own custom 'target npc' routine but it should be in the standard routine.
The first thing target_NPC should do, before searching for the npc, is see if the npc is already targeted (maybe from a previous dialog). If so, just do an attack to open the dialog again. If not, then go through the 'search for npc' routine.
Small suggestion for target_NPC
Small suggestion for target_NPC
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
- Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Small suggestion for target_NPC
Makes sense. I've committed this change.