Curious Thought....

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
LogicallyRogue
GamingTools Subscriber
Posts: 18
Joined: Sun Jul 11, 2004 12:47 am
Location: Worcester, MA
Contact:

Curious Thought....

Post by LogicallyRogue » Mon Apr 18, 2005 10:58 am

With Inner Space, could you possibly enumerate and dump to file the new Guild Bank in EverQuest 1? If it IS possible - is anyone working on this or could push me in the right direction to look into it?

Thanks!
Aarein Periander: Officer of Novus Orsa
Naeldein: Leader of the Fellowship of the Dead

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Mon Apr 18, 2005 1:21 pm

Probably. ISXEQ is the EQ1 extension, which is MacroQuest 2 built for Inner Space. You would need that, at the very least. Then you would probably need a script to loop through each of the items in the list box, and you could use the file append redirection operator (>>) with the Echo command to dump to file:
Echo Something >> GuildBank.txt

The reason you need an extension is there's no simple way to grab the information without it. ISXEQ knows all about the EQ user interface and such, and is able to grab information from the UI.

Post Reply