This is my script for an easy and fast daily in the new zone "Wailing Fjord".
It starts at "Koka Li" near the coast at the "Primal Fang Camp".
The script will do your 10 daily quests. It will never use any daily reset tickets if you have reached level 85. If you want it to do (maybe because of TP), you need to change the script on your own. The use of the tickets is false as default. These are the things, that are included.
-- =============================== User Options ======================================== --
DailyRepeat = false -- If you want to use daily reset tickets, set this to true. It won't use any, if you are already lvl 85
startGMDetect() -- Delete this, if you don't have the "userfunction_gmmonitor" by lisa, modified by Blubblab
speed() -- Delete this, if you don't have the "userfunction_speedhack" by lisa
-- ===================================================================================== --
Well this quest can be done 2 dailies at the time, in my case in rev.1.1 of this waypoint, it picks up quest, goes to boxes, picks up 1 box (not 2 boxes, right away), and just stops after picking it up, and keeps trying to repeat another pick up...
Maybe doesn't refresh the second box right away?
regards
I look at those fans with no blades and it amazes me everytime, how can they push air without using blades lol - lisa (pro sentence )
Well this quest can be done 2 dailies at the time, in my case in rev.1.1 of this waypoint, it picks up quest, goes to boxes, picks up 1 box (not 2 boxes, right away), and just stops after picking it up, and keeps trying to repeat another pick up...
Maybe doesn't refresh the second box right away?
regards
Uhm, what do you mean by that? I am doing just one daily each time, so I made the script just for one. I didn't know you can do two at the same time.
i tryed this out this morning but for some reason when it goes to the boxes and click them and is gonna return it just stands there doing nothing . well its doing something and that is moving the camera around to diffrent angels but its not returing to the quest gives. i let it stand there for nearly 5 min before shutting MM off and swapped back to my old daily. so yea it takes quest goes to the position of the spicy boxes click it get the quest done and then it just stands next to boxes doing nothing with the quest done and everything.
vernberg wrote:i tryed this out this morning but for some reason when it goes to the boxes and click them and is gonna return it just stands there doing nothing . well its doing something and that is moving the camera around to diffrent angels but its not returing to the quest gives. i let it stand there for nearly 5 min before shutting MM off and swapped back to my old daily. so yea it takes quest goes to the position of the spicy boxes click it get the quest done and then it just stands next to boxes doing nothing with the quest done and everything.
I noticed this too, one time, but I believe I saw then that it had not accepted the quest. Just used a daily ticket manually and it did all 10 dailies like it should. But I also believe, since the newest revision I am getting problems with accepting and completing quests sometimes. For example my elfdaily script does not work very reliable anymore. With a chance of about 10-20% the bot crashes, when completing or accepting. I didn't saved the error but it was something with a "wrong format". Will look for it this weekend. Maybe there's also something wrong with checking queststate.
Looks like the quest never becomes "complete". If it is complete then I can think of 2 possibilities.
1. Is it accepting the write quest? Some of the quest functions can be buggy that way. Sometimes they can get the public and daily quests confused. Make sure it accepted the right quest.
2. Are you using the questlogclass userfuntion? If so, the version of getQuestStatus that comes with it expects a number for the id, not a string. I should probably change that but for now you can try changing