View Single Post
04/19/15, 09:43 PM   #14
stAjora
Join Date: Apr 2015
Posts: 20
Originally Posted by Ayantir View Post
No, ZoS won't ban you, that's not the point here,
The question is, do you REALLY need a realtime query on disk?

Because :


I think they're already thinking about it

Then yes, I was a bit trolling. Sorry but here from from times and the question of sharing data between players has been asked at least 10 times here and 10/20 times on official forums. And the quick answer is always "not possible".

If sharing data between players was possible, since the 1st day of ESO the top most downloaded addon would be "DPS Meter". And if the communication between ESO and system was possible, one of the biggest website about ESO would be something like "Armory", or "ESO Best players".

They're always tricks, but last time "something" outputs to system in real time, it was CopyAllTextToClipboard, you maybe don't know what this reffers to but I think some of those who replied to your questions knows, and if zos decide to change this one by writing to the error in file with a UI reload delay, Zbug could breathe.

Now, you can hack error(), read error log in real time and you'll get a nice app, but don't hack it too much, because zos can cut the functionnality when they wants.

Regards,
My mistake, thanks to the poster above, I was using the wrong search field. >.< I was wondering why a site full of programmers weren't complaining about the ****ty search functionality. I see what you mean, it would suck to write an add on and then have ZoS break it by nerfing the debug() function. Sorry for the snapping, was having a hard time getting a grip on this new scripting language and was frustrated at the time of writing.

The normal mail function will be sufficient for my needs but I need to figure out how to read the content of messages in the inbox (preferably without the player having to look at the mail) I'm guessing with these two functions:

GetMailItemInfo(id64 mailId)
ReadMail(id64 mailId)

What does the 'id64' mean and how do I find out the ID's to stick into these functions? I need to be able to iterate over all the messages in the inbox.
  Reply With Quote