Quest name
Posted: Wed Sep 26, 2012 2:06 pm
Good evening,
Yesterday, I was abble to complete quest with a simple code.
The french name quest is "Difficultés de ravitaillement".
There is a é...
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 :
But I have this message :
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>
There is a é...
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>
What did I missed ?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