View Single Post
  #3  
Unread 02-24-2005, 02:21 PM
Kaldor Kaldor is offline
A Young Mystail Rat
 
Join Date: Jan 2005
Server: Permafrost
Posts: 5
Default

Ok. I have looked at the map mod a little bit to see how it works. Let's say I have data that has all of the guards names and their city. Can you give me an idea on what kind of xml tag set this would need to go into, or point me in that direction.

So list like: Guard A, Nettleville Guard B, Starcrest. Data would pop in a window like

-----------------------
- Guard A Nettleville -
- Guard B Starcrest -
-----------------------

Is this possible to do?

Next, since file dump is not possible, is there any way to pass information to html post? Probably not, but just want to cover that base.

For some background on what I am trying: Basically I have a database right now with information and a web page set to read the information and have search strings etc. I am using the HTML viewer to read the page, and I can pass my search variables into it though the URL and it works in game.

I'd like to get out of the HTML window and create a custom window that would pull up the data and show it, and hopefully allow it to be searchable. Any thoughts on this? Again, I know that the map is able to filter out what shows up and what doesn't, is this portable to text only data?
Reply With Quote