Page 1 of 1

mail delayed

Posted: Wed May 27, 2015 10:22 pm
by Supergala
i try to send some item to my alt but i have a problem because MM say me"mailing delayed ,no mailbox found".which is the function for relog same account and continue to send item?
maybe in rocks's mailbox function there is a string for automatically relog,but not work for me or i must set it.anyone can help me pls?

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
nameTable =
{
"char1,"char2","char3,"char4","char5,"char6"
};
counter = 1;

<!-- Function to Buy Belts Wailing Fjord -->
function buyBelts_Fjord()
player:openStore("Didide Spiderfoot")
store:buyItem(228959, 20);
yrest(1000);
end
</onLoad>

   <!-- #  1 --><waypoint x="-10294" z="2230" y="43">
         player:target_NPC("Didide Spiderfoot") 
   store:buyItem(228959, 15);
   yrest(1000)
   </waypoint>
   <!-- #  2 --><waypoint x="-10258" z="2236" y="50">   </waypoint>
   <!-- #  3 --><waypoint x="-10155" z="2235" y="47">   </waypoint>
   <!-- #  4 --><waypoint x="-10072" z="2255" y="48">   </waypoint>
   <!-- #  5 --><waypoint x="-9992" z="2265" y="50">   </waypoint>
   <!-- #  6 --><waypoint x="-9912" z="2270" y="49">
         player:target_NPC(123006) -- Mailbox
UMM_SendByNameOrId(nameTable[counter],228959, 15);
yrest(500);
counter = counter  + 1;
	</waypoint>
</waypoints>

Re: mail delayed

Posted: Wed May 27, 2015 11:41 pm
by rock5
If it says "No mailbox found" then it couldn't find the mailbox. Really, the only mailboxes that can't be found are ones that don't have the floating mail icons hovering over them. I've had to add exceptions for those. 123006 is one of the exceptions so it should work. Are you possibly using an older version of the userfunction that doesn't include the exception? If so then try updating addon_Rock5s_Mail_Functions.lau.