Problem to target NPC

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Problem to target NPC

#1 Post by gloover » Mon Sep 26, 2011 4:35 pm

Hey guys, i can not select "Daily Quest Manager"-NPC

Have tried

Code: Select all

player:target_NPC("Daily Quest Manager")
or in german

Code: Select all

player:target_NPC("Tagesquest-Verwalter")
have also tried

Code: Select all

dailynpc=RoMScript("TEXT('Sys112949_name')"); yrest(500)
player:target_NPC(dailynpc);
none of 'em works. Any idea?

User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: Problem to target NPC

#2 Post by gloover » Mon Sep 26, 2011 4:57 pm

all-clear, have already solved.

simple using the ID of Quest-Manager

Code: Select all

player:target_NPC(112949);
can be closed.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Problem to target NPC

#3 Post by rock5 » Mon Sep 26, 2011 10:06 pm

For future reference, when you have problems like this and the name has special characters like '-', you can change them with '.' and it should work.

eg.

Code: Select all

player:target_NPC("Tagesquest.Verwalter")
  • 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

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 0 guests