kuripot wrote:when my character failed to send he relog but when try to resend again this error appear ingame.. so my character keep relogging
my char keep reloging.. but problem is till exist.. i dont know if will be ok if i changechar.. i dont know how to do that.. when failed to send mail bot will change char not only relog
I don't think it's the bot causing it. I've noticed several times when manually getting mail, sometimes it stops after taking some of the mail and I have to close the mail interface and reopen it. And that's with Rock5's version of Mailmanager. I haven't loaded up the other version of the mailmanager addon to see if it's specifically something with Rock's version or not.
it not just only ordinary failed sending mail.. it has erro appear in client that says "You still cannot do this!" even after relog.. only solution is completely close the client and manually reopen again
local function tryRelog()
printf("\n")
-- Find mailbox
local mailtype, mailbox = findMailbox()
-- If mailbox not found
if not mailtype or (use1UseMailbox ~= true and mailtype == "1 use convenient mailbox") then
cprintf(cli.yellow,"Mailing delayed. No mailbox found. Sending stopped.\n")
return false
end
cprintf(cli.green,"Mailing delayed. Reloging before continuing.\n")
repeat RoMScript("MailFrame:Hide()") until not RoMScript ("MailFrame:IsVisible()")
RoMScript("ChangeChar(CHARACTER_SELECT.selectedIndex)")
waitForLoadingScreen() yrest(3000)
player:update()
return openMailbox()
end
how about if i got red system error "You still cannot do this!" i want to use this
It is possible that the mail interface is now spitting out a new message that the addon doesn't support, therefore you get the unexpected behavior. It would be nice if we knew what it meant so we could do the best fix but we could try and fix it anyway.
Here, try this. No guarantee that it will work or that it will restart properly.
-- Attachment deleted. First post updated --
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
i encountered problem earlier that i forgot to mention.. it not about the "You still cannot do this!" error it about taking mail while bag is full.. before i got stuck when taking mail while bag is full but not now... but my character are not yet done in taking mail and the mail will close because of delay of receiving item from mail and bot detect bag is full even not yet
Are you talking about the addon or the userfunction? I believe my version of the addon has a check for false "bag full" messages. Are you using my version of UMM?
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
im talking about userfunction.. you modify in first post beacuse of stuck when bag is full... but now the problem is closing the mail even not yet done in taking mail ... im using your addon and userfunction
Im trying to use the make fusion script from this post http://www.solarstrike.net/phpBB3/viewt ... =27&t=5472 but when it tries to collect the mail it takes about 8-9 each time it opens the window then closes regardless of how many mails there are.
Was thinking it was maybe the buffer getting full so when it cant take anymore its just moving onto the next action as im getting "Automation process failed - process halted" pop up in chat.
I'm using your version but because i thought the problem might be that it's taking mail too quick i tried the other version but was having the same problem. Is there a way to slow it down a bit so it doesnt fill the buffer?
UMM is a very complicated addon. I didn't create it, I've only ever modified it. So you can understand when I say I can't quite follow all of it. I couldn't see any way to do what you asked. But it's also possible that there is nothing that can be done because it is an issue with the game, or maybe network communication or something like that.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.