Thread: XML Basics
View Single Post
Old 08-19-2018, 12:52 PM   #3
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

ok today we will discuss removing items from the xml. So lets say you have a window and there are some items you don't want in the window. Problem is if you delete them, the ui will crash because the server side wants them there. The solution is simple. You must have all items required in the window, but you can go to the bottom where everything is listed and do the following.

<!--<Pieces>ManaNumber</Pieces>
<Pieces>MaxManaNumber</Pieces>
<Pieces>MaxManaLabel</Pieces>-->

everything between <!-- and --> will not show in the window and the server will still see the items so will allow the window to load.
Halelen is offline   Reply With Quote