Small suggestion for target_NPC

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Small suggestion for target_NPC

#1 Post by rock5 »

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.
  • 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
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Small suggestion for target_NPC

#2 Post by Administrator »

Makes sense. I've committed this change.
Post Reply