What is Your AVG golden egg/per night?
Posted: Wed Feb 09, 2011 10:54 am
my question is this:
golden egg yield per night (botting all night on one character)
i tried this for the first time and got 25... is this high or low:
***edit***
and i found approx 75 special cake, the bot ran for approx 8 hours
waypoint file:
***edit***
8 hours = 480 minutes, so
480/25 eggs = 1 egg every 19 minutes and 12 seconds (.2 minutes)
480/75 special cakes = 1 special cake every 6 minutes and 24 seconds (.4 minutes)
this means i complte quest on avg about every 6 & 1/2 minutes over 8 hour period.
if you do better please share your waypoints,
-ty
golden egg yield per night (botting all night on one character)
i tried this for the first time and got 25... is this high or low:
***edit***
and i found approx 75 special cake, the bot ran for approx 8 hours
waypoint file:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="3981" z="3110" tag="Main">
queststate = getQuestStatus("An Easy Lay")
if queststate == "complete" then
-- Complete quest
player:target_NPC("Jenna Miller");
sendMacro("CompleteQuest()"); yrest(2000);
-- Accept quest
player:target_NPC("Jenna Miller");
sendMacro("AcceptQuest()"); yrest(2000);
__WPL:setWaypointIndex(__WPL:findWaypointTag("Main"));
elseif queststate == "incomplete" then
-- Collect eggs
if 30 > inventory:getItemCount(204789) then -- Get more feed
__WPL:setWaypointIndex(__WPL:findWaypointTag("Get Feed"));
else
if player:target_Object(112955,8000) then
__WPL:setWaypointIndex(__WPL:findWaypointTag("Main"))
else
__WPL:setWaypointIndex(__WPL:findWaypointTag("Get Eggs"))
end
end
else
-- Accept quest
player:target_NPC("Jenna Miller");
sendMacro("AcceptQuest()"); yrest(2000);
__WPL:setWaypointIndex(__WPL:findWaypointTag("Main"));
end
</waypoint>
<!-- # 2 --><waypoint x="3940" z="3055" tag="Get Feed"> </waypoint>
<!-- # 4 --><waypoint x="3937" z="2978">
player:target_Object(112956,7000,true)
</waypoint>
<!-- # 5 --><waypoint x="3935" z="3051">__WPL:setWaypointIndex(__WPL:findWaypointTag("Main"));</waypoint>
<!-- # 6 --><waypoint x="3928" z="3185" tag="Get Eggs"> </waypoint>
<!-- # 8 --><waypoint x="3929" z="3261">
changeProfileOption("HARVEST_DISTANCE", 40)
while player:target_Object(112955,8500) do -- Check for hens
while player:target_Object(112958,1800) do
sendMacro("UseSkill(1,1)") yrest(40)
sendMacro("UseSkill(1,1)") yrest(40)
sendMacro("UseSkill(1,1)") yrest(3000)
end
end
while player:target_Object(112958,1800) do -- Check for any missed eggs
sendMacro("UseSkill(1,1)") yrest(40)
sendMacro("UseSkill(1,1)") yrest(40)
sendMacro("UseSkill(1,1)") yrest(3000)
end
while player:target_Object(114931,1800) do
sendMacro("UseSkill(1,1)") yrest(40)
sendMacro("UseSkill(1,1)") yrest(40)
sendMacro("UseSkill(1,1)") yrest(3000)
end
changeProfileOption("HARVEST_DISTANCE", 75)
</waypoint>
<!-- # 9 --><waypoint x="3926" z="3198">__WPL:setWaypointIndex(__WPL:findWaypointTag("Main")); </waypoint>
</waypoints>
8 hours = 480 minutes, so
480/25 eggs = 1 egg every 19 minutes and 12 seconds (.2 minutes)
480/75 special cakes = 1 special cake every 6 minutes and 24 seconds (.4 minutes)
this means i complte quest on avg about every 6 & 1/2 minutes over 8 hour period.
if you do better please share your waypoints,
-ty