its me again i think i found a solution for the quest completing.
just tried a single quest completing, something like this, should do it:
Code: Select all
player:target_NPC("Lehman");
player:rest(4);
sendMacro("OnClick_QuestListButton(1,1);"); yrest(1000);
sendMacro("AcceptQuest();"); yrest(1000);
sendMacro("CloseWindows();"); yrest(1000);
player:target_NPC("Lehman"); yrest(1000);
<!-- the 3 is for completed quests -->
sendMacro("OnClick_QuestListButton(3,1);"); yrest(1000);
sendMacro("CompleteQuest();"); yrest(1000);
just started a bot for trying out, i will report soon
greetings depp
edit:
testrun finished:
and im happy to tell you, it works xD