Merchants in Land of Malevolence

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
MustHave
Posts: 28
Joined: Sat Jan 21, 2012 11:51 pm
Location: 742, Evergreen Terrace, Springfield

Merchants in Land of Malevolence

#1 Post by MustHave »

I get only <UNKNOWN> if I try to set a waypoint with a merchant.
Any confirmation or am I just to dumb to do it? :lol:
Putting the name of the npc between the quotes also doesn't work.
Beer: The cause of, and solution to, all of life's problems.
Thnx to all of those who are working their ass off for us dumb asses
User avatar
MiesterMan
Posts: 543
Joined: Tue Jul 06, 2010 9:15 pm
Location: Between the Second and Third Circles of Hell

Re: Merchants in Land of Malevolence

#2 Post by MiesterMan »

It looks like another patch was just put out. Took a while to install so it might have moved addresses around.

That could be why you're getting "unkowns" but what method are you using to target them? You only mentioned using quotes not what function you used. Post your code in code tags so we can see it please. :)
Xmen
Posts: 45
Joined: Thu Jan 19, 2012 10:18 am

Re: Merchants in Land of Malevolence

#3 Post by Xmen »

you have target NPC ???
--[[Hi @ll my english is very bad so I have translated the following text with google]]--
User avatar
MustHave
Posts: 28
Joined: Sat Jan 21, 2012 11:51 pm
Location: 742, Evergreen Terrace, Springfield

Re: Merchants in Land of Malevolence

#4 Post by MustHave »

I just use

Code: Select all

	<!-- #  8 --><waypoint x="-9096" z="42378" y="403">
	yrest(1000);	
	player:merchant("[color=#0040FF]<UNKNOWN>[/color]");
	</waypoint>
.
I was used to set up my waypoints with the createpath useing the automatically method of setting the merchant function.
Beer: The cause of, and solution to, all of life's problems.
Thnx to all of those who are working their ass off for us dumb asses
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Merchants in Land of Malevolence

#5 Post by lisa »

You need to use the merchants/NPC/Billboard's name.

If you target a billboard it will come up as unknown because you can't actually have a billboard as your target.
So use the name of it you see on screen.
Like this.

Code: Select all

player:target_NPC("Guild Quest Board III");
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Merchants in Land of Malevolence

#6 Post by rock5 »

To target the billboard, or any object you can't click to target, when using createpath, you can just point at it with the mouse and press the numpad "Del" key.
  • 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
MustHave
Posts: 28
Joined: Sat Jan 21, 2012 11:51 pm
Location: 742, Evergreen Terrace, Springfield

Re: Merchants in Land of Malevolence

#7 Post by MustHave »

Well it was the option Number 4 and it is a vendor in Kampel no billbord.
I followed the steps from lisa's signature and all seems to work fine again.

Again thanks and a thousand of apologizes for my bad language skills and for disturbing for that stupid error.
Next time I will try more on my own to work out the problem. :!:
Beer: The cause of, and solution to, all of life's problems.
Thnx to all of those who are working their ass off for us dumb asses
Post Reply