Need Help for quest

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
imorpheusi
Posts: 18
Joined: Sat Aug 07, 2010 6:29 pm

Need Help for quest

#1 Post by imorpheusi » Sat Aug 28, 2010 5:30 am

Code: Select all

<!-- #  1 --><waypoint x="32304" z="3333"> player:target_NPC("Tagesquest-Verwalter");
why dont target the NPC :(

User avatar
MiesterMan
Posts: 543
Joined: Tue Jul 06, 2010 9:15 pm
Location: Between the Second and Third Circles of Hell

Re: Need Help for quest

#2 Post by MiesterMan » Sun Aug 29, 2010 2:43 am

If you could post the whole waypoint file and let us know the name of the NPC (I've never seen and NPC with quest in its name) it would help us determine what's wrong.

wizzyslo
Posts: 119
Joined: Sun Nov 01, 2009 6:09 pm

Re: Need Help for quest

#3 Post by wizzyslo » Sun Aug 29, 2010 4:21 am

Moste of time bot don't find NPC becouse in profil is HARVEST_DISTANCE to small.

nokirk
Posts: 73
Joined: Sat Jul 03, 2010 2:26 pm

Re: Need Help for quest

#4 Post by nokirk » Tue Aug 31, 2010 4:32 pm

imorpheusi wrote:

Code: Select all

<!-- #  1 --><waypoint x="32304" z="3333"> player:target_NPC("Tagesquest-Verwalter");
why dont target the NPC :(

I think I can help with that, this is not a NPC but the bulletin board. You can open the bulletin board with

Code: Select all

player:harvest();
e.g. the bulletin board in Harf is:

Code: Select all

player:harvest(110729);
in Varanas:

Code: Select all

player:harvest(110585);

in Logar:

Code: Select all

player:harvest(110584);
To find out the correct code of the bulletin board you'd like to open, use

Code: Select all

rom/getid.lua
in micromacro window.

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

Re: Need Help for quest

#5 Post by rock5 » Wed Sep 01, 2010 10:23 pm

nokirk wrote:
imorpheusi wrote:

Code: Select all

<!-- #  1 --><waypoint x="32304" z="3333"> player:target_NPC("Tagesquest-Verwalter");
why dont target the NPC :(

I think I can help with that, this is not a NPC but the bulletin board. You can open the bulletin board with

Code: Select all

player:harvest();
e.g. the bulletin board in Harf is:

Code: Select all

player:harvest(110729);
in Varanas:

Code: Select all

player:harvest(110585);

in Logar:

Code: Select all

player:harvest(110584);
To find out the correct code of the bulletin board you'd like to open, use

Code: Select all

rom/getid.lua
in micromacro window.
Or you could use player:target_Object and use the name or the object id.
eg.

Code: Select all

player:target_Object("Mailbox",1000)
This will open most mailboxes on the English client and wait 1 second for it to open.

player:harvest() should only really be used to target herbs, woods and ores as it does checks that are not relevant to other types of objects.
  • 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], Bing [Bot] and 2 guests