![]() |
EQ2 Journal Mod
Hey everyone!
I could really use some help in designing a simple UI Mod for EQ2 which, on a click of a button or perhaps even automatically, sends to a .txt file or some such data regarding quest status, quests completed, collections started, collections completed, items in collections - that sort of thing. Im stuck on trying to figure out how to send data from in game to another source - I know it can be done as Ive seen one mod that does - it sends to a webstie out of game. If this is impossible please let me know, but if it's not again, any help would be greatly appreciated. The EQ Journal I'm working on requires manual entry of quest and collection status, but it would be much more useful if the data could be updated automatically. Thanks!! |
Sending things to a .txt cannot be easily done, except in sending it to the game's log (via /say, a channel, or similar). You can kind of use the custom POIs to send some data to an XML file, but it's still not that simple, not like if we had a /writetofile command.
I would suggest looking at the mod that sends data to a website, like fluffy.dk's quest journal mod. You can send data out to a website using the game's browser capability. I'm not super familiar with it, but I think it uses a somewhat novel implementation of the browser to interact with the website. If I were trying to write your mod, looking at that existing mod would be where I'd start. |
Quote:
|
Quote:
|
Quote:
|
Ahhh ok - I may think about building an in game UI mod as well, but that would mean building a php site that can recieve that data, process, and send it somewhere else. Seems like alot of work for the moment considering how big my plate already is.
Ill keep it in mind though. |
| All times are GMT -5. The time now is 07:39 AM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI