What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Wrong mail's title and text

Status
Not open for further replies.

Mandymua

New Member
Joined
Jan 21, 2015
Messages
15
Reaction score
0
Hi,
I think the bot is not reading mail's title and text correctly. I tried to print out mail.title and mail.text and saw incorrect values.
Thank you very much.
 
Hi,
I think the bot is not reading mail's title and text correctly. I tried to print out mail.title and mail.text and saw incorrect values.
Thank you very much.

Log here results of mail.title and mail.text and screenshot of ingame mailbox.
 
I assume I am having the same problem with Mandymua. When I tried to print out the mail.title and mail.text of any Auction house item sold notification mail, I got the wrong values. For example:

Correct:
Title: Successful Auction Notice
Text: (I can't remember exactly but it's about my Log pile is sold, you all know how the message looks like)

Values I got:
Title: title('^Log|Tronc|Holzblock^','154')
Text: body('^Log|Tronc|Holzblock^',154, '90811', '99792', '9979', '998')

Any help is much appreciated!
 
thats because the client handle converting the raw string into local string using whatever language you have set. They also save on bandwidth/memory by having the client fill in the extra text instead of sending / storing it like normal mails.
 
I am playing on NA server and using English client. So, can Archebuddy developer do something about this? Or will I have to handle the string myself?
 
Why should he ? those are for system messages only. You can easily handle them as such.
 
I am playing on NA server and using English client. So, can Archebuddy developer do something about this? Or will I have to handle the string myself?

Write a simple parser, don't waste a developer time for this. Please.
 
Status
Not open for further replies.
Back
Top