Quest name

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
_hirondelle
Posts: 72
Joined: Thu Mar 08, 2012 7:22 am

Quest name

#1 Post by _hirondelle » Wed Sep 26, 2012 2:06 pm

Good evening,

Yesterday, I was abble to complete quest with a simple code.

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
	local dqCount, dqPerDay = RoMScript("Daily_count()");
	while dqCount ~= 10 do
		dqCount, dqPerDay = RoMScript("Daily_count()");
			player:target_NPC("Robbie Butcher");
			AcceptQuestByName("de");
			player:target_NPC("Robbie Butcher");
			CompleteQuestByName("de");
		
	end;
	--loadPaths("blyads_dogmeat_loop.xml")
	player:logout()
	error("Ending script",2)
</onLoad>
</waypoints>
The french name quest is "Difficultés de ravitaillement".

There is a &eacute;...

I can't noww use my old code because he don't find the quest.
Ok, I'll make this properly and I change to this :

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
	local dqCount, dqPerDay = RoMScript("Daily_count()");
	local meatquest = GetIdName(424180);
	while dqCount ~= 10 do
		dqCount, dqPerDay = RoMScript("Daily_count()");
			player:target_NPC("Robbie Butcher");
			AcceptQuestByName(meatquest);
			player:target_NPC("Robbie Butcher");
			CompleteQuestByName(meatquest);
		
	end;
	--loadPaths("blyads_dogmeat_loop.xml")
	player:logout()
	error("Ending script",2)
</onLoad>
</waypoints>
But I have this message :
We try to find NPC Robbie Butcher:
We successfully target NPC Robbie Butcher and try to open the dialog window.
Questname not found: Difficult├®s de ravitaillement
What did I missed ?

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

Re: Quest name

#2 Post by rock5 » Wed Sep 26, 2012 2:47 pm

"Userfunctions, waypoint scripts, etc." is only for sharing files, not for asking for help.

Try writing the name with dots replacing all the special characters. See if that works.

Eg.

Code: Select all

AcceptQuestByName("Difficult.s de ravitaillement")
  • 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
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: Quest name

#3 Post by Ego95 » Wed Sep 26, 2012 3:50 pm

Or you use just

Code: Select all

AcceptQuestByName("de ravitaillement")
Parts of the Questname should work, too.

Post Reply

Who is online

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