Re: ElfDaily simplyfied
Posted: Sat Mar 02, 2013 3:56 pm
It might be an error in an addon. Try removing all your addons and see if that helps. If it works then you have to add them back a few at a time until you find the problem addon.
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onLoad>
-- Elf daily script - V1.2 - written by Jandrana
-- thanks to rock5 for help regarding relog
-- relog features requires fastLogin and userfunction_LoginNextChar.lua
-- changes:
-- *if char is not in Valley of Preparation, try to use transport
-- *if inventory is full, you cannot complete the quest - try to delete
-- newbie egg pet
function relog()
SetCharList({
{account=232 , chars= {1,2,3,4,5,6,7,8}},
})
LoginNextChar()
loadProfile()
loadPaths("ElfDaily");
end
<!--local zoneId = RoMScript("GetZoneID()") % 1000;
print("zone:"..tostring(zoneId));
transport = "Transport: Valley of Preparation";
if zoneId ~= 12 then
cooldown, remaining = RoMScript("GetSkillCooldown(1,2);");
print("remaining:"..tostring(remaining));
while (remaining > 1) do
cooldown, remaining = RoMScript("GetSkillCooldown(1,2);");
yrest(5000);
end;
RoMScript('CastSpellByName("'..transport..'")');
waitForLoadingScreen();
__WPL:setWaypointIndex(__WPL:findWaypointTag("goto_Quest"));
end;-->
doRelog = true; -- set to false, if you don't like to run multiple chars
questEndNpcID1 = 112794; <!-- "Blinsik" -->
questName1 = GetIdName(422340) -- "Helping Them Grow";
<!--startGMDetect()-->
</onLoad>