Allods Developers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to use nameReservator (4.0)

al5yal511

Administrator
Staff member
Admin
Guide Author

nameReservator​

This tool was used by devs to keep character names after a wipe, here's the process.

cd server_bin/shard/cfg

export(data for avatars with level >= 10)​

java -jar ../../jars/persistentTools.reservation.ReservationTool.jar /path/to/shard.xml -days 100500 -export avatars_before_wipe -level 10

wipe databases​

drop item and auction databases;

create item and auction databases;

grant privileges for and auction databases;

start shard, it'll create tables;

import​

java -jar ../../jars/persistentTools.reservation.ReservationTool.jar /path/to/shard.xml -import avatars_before_wipe

Notice this file is only found in 4.0 server files, and not sure if can be used in 7.0.
 
Back
Top