Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Miss.........

Status
Not open for further replies.
open your server files go to the folder data find the equip_data.xml open it and change the price of item you want :P

for the miss bug im not sure how to fix that :P maybe wrong client or something :P
 
don't think anybody does. :/:

I've never heard of that file.
The XML files are all in 3ddata/control/xml (in client root folder not VFS)
What they do is to set up the screen positions and sizes of all the elements of the GUI. There are no item data in any XML files.

All the item data are in the STB files, including prices, although rose applies some rather strange formulas to item prices that changes them from the default value in the STB. This menas that what you set them to is not going to be exactly what you see in the game.
 
Status
Not open for further replies.
Back