Page 1 of 1

The Spirit of Food (Wailing Fjord daily)

Posted: Mon Mar 10, 2014 10:15 am
by Ego95
Hi,

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.

Code: Select all

-- =============================== 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
-- ===================================================================================== --
to use startGMDetect() : userfunction_gmmonitor by lisa
to use speed() : userfunction_speedhack by lisa

Enjoy! If you get some errors feel free to ask.

Re: The Spirit of Food (Wailing Fjord daily)

Posted: Tue Mar 11, 2014 4:19 pm
by Ego95
I just saw, I uploaded an old file which had a mistake. Now it won't crash after starting :D

Re: The Spirit of Food (Wailing Fjord daily)

Posted: Wed Mar 12, 2014 6:02 am
by spyfromsiochain
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

Re: The Spirit of Food (Wailing Fjord daily)

Posted: Wed Mar 12, 2014 11:05 am
by Ego95
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'll take a look at it later.

Re: The Spirit of Food (Wailing Fjord daily)

Posted: Wed Mar 12, 2014 3:43 pm
by vernberg
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.

Re: The Spirit of Food (Wailing Fjord daily)

Posted: Wed Mar 12, 2014 4:26 pm
by Ego95
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.

Re: The Spirit of Food (Wailing Fjord daily)

Posted: Thu Mar 13, 2014 12:09 am
by vernberg
took a try again this morning to se if it was something wrong with my settings but so far i se it get stuck on waypoint 4 and keep looping it

MM just doing like this http://imgur.com/23yeL0P

Re: The Spirit of Food (Wailing Fjord daily)

Posted: Thu Mar 13, 2014 2:05 am
by rock5
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

    Code: Select all

    		local queststate = getQuestStatus("426417")
    to

    Code: Select all

    		local queststate = getQuestStatus(426417)

Re: The Spirit of Food (Wailing Fjord daily)

Posted: Wed Apr 23, 2014 9:50 am
by AngelDrago
indeed very fast but noticed once it picks up the item it just wait their and it does not go back to Koka Li.

anyone else having the same problem?