rock5 wrote:
Nothing should have changed.
Due to update 695 (sorry about 495.. got confussed with nummbers) targeting the dailys quest board in logar
and accepting quest by name : boars and bears wont work for me as fluent it was before.
i tried to accept all but failied again
before (wont work anymore)
Code: Select all
-- 420112 Keiler-Hauer sammeln 420129 Scharfe Baerenklauen
-- questnames
boars = GetIdName(420112);
bears = GetIdName(420129);
-- standing right next to the quest targert and
-- need to accept two quest 110584 blackboard id
player:target_Object(110584); yrest(500);
AcceptQuestByName(boars); yrest(500);
player:target_Object(110584); yrest(500);
AcceptQuestByName(bears); yrest(500);
printf("Got the Quests\n");
after:
make sure you have previously accept all other quest on the quest board, so only those "unfinished" and not accepted quest will show to choose
Code: Select all
player:target_Object(110584);
RoMScript("OnClick_QuestListButton(1, 1)");
RoMScript("SpeakFrame:Hide()");
yrest(1000);
player:target_Object(110584);
RoMScript("OnClick_QuestListButton(1, 1)");
RoMScript("SpeakFrame:Hide()"); yrest(1000);
Are you saying that this doesn't work?
I noticed you wrote it with lower case "npc" and the "h". Did you use the correct capitals?
[/quote]
before:
Code: Select all
player:target_NPC("hausm.dchen"); --leave the house
after:
Code: Select all
player:target_NPC(110758); --leave the house
works now internationaly