View Single Post
  #2  
Unread 05-13-2005, 03:36 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

You can read html/text files using the in-game HTML window.

-Have the log parser save to C:\Whatever.html
-In-game, type /show_window Inventory.HTML
-Enter C:\Whatever.html in the URL field. (Er... or did this not work? Running a webserver and going to http://127.0.0.1/whatever.html would work if nothing else.)

Whatever your log parser has written to the file will be displayed.

Getting the data to the target window, however, is another matter entirely. You can't copy anything via a script since it's loaded in a Page object. You'd have to type it in a textbox you added somewhere.
__________________
If it ain't broke, it needs more features!

Last edited by Deathbane27 : 05-13-2005 at 03:38 AM.
Reply With Quote