mail delayed
Posted: Wed May 27, 2015 10:22 pm
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?
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>