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!

Resource question.

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 31, 2009
Messages
30
Reaction score
0
Just a question.

When I edit (for example a shop) something, and i want to put it in the server. Do I need to edit the files in the resource folder of the files, and in the resource folder of the source?

I know that after editing I need to put them in the client but it seems that it doesn't work.

I edited some things in my server, and I think there is a problem with the DatabaseServer.exe

Thanks:blush:
 
If you want to edit an shop then you need to change these files in your resource folder of the server.

Character.inc <---Characters
Character.txt.txt <---Character names as also the Tab names
PropItem.txt.txt <--- Where you can find the name of the item
Spec_Item.txt or PropItem.txt <--- Where all the items are.

If you edited this things then use merge2 to create the .res files
Like data.res datasub1.res and datasub2.res

Put those res files in your client folder.

Run your server then run your client.

Thats all.
 
Where can I find merge2 because I dont have that on my resource folder...
 
Status
Not open for further replies.
Back