View Single Post
  #6  
Unread 02-24-2005, 05:02 PM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

Quote:
By html post I mean host headers
I see now. No, there's no way to concatenate strings in EQ2 XML.

Quote:
Or is the xml filterable at all, so let's say I have a dropdown that has Nettleville and press go, can I get just the guards in Nettleville.
XML isn't filterable based on something you type in. You can make a button with hardcoded calls to make certain things visible/non-visible, but any in-game typed filtering is hardcoded (like the market window, or tradeskill recipe window).

Quote:
I can always create the file and save it outside of the database, so that's not a problem.
Outside of the HTML window, this is your best bet to get data in game.

Quib

Last edited by Quib : 02-24-2005 at 05:04 PM.
Reply With Quote