How do i ! run 2 diffirents worlds! for 2 servers!
i have 2 servers! when i log on to one it is the same as the other! i want the worlds to be diffirent!
How do i ! run 2 diffirents worlds! for 2 servers!
i have 2 servers! when i log on to one it is the same as the other! i want the worlds to be diffirent!
You need a db for each of them too![]()
so copy the folder
right
Database...... As in your MySql Database....
ok do this open your database and make 3 new databases name them alt_world alt_characters and alt_logon
copy your database tables into these new ones resectivly... make 2 folders where your old server core is copy your core so you got 2 folders with the vmaps/server core
now in your original realm.config change it
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "2"> <----edit
<Realm1 Name = "regularserver"
Address = "externalIPhere:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
<Realm2 Name = "altserver" <Realm2 must be a 2 not a 1
Address = "externalIPhere:8130" <------must be a different port as the first one
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
and set up your world.config in the new core folder to connect to the new databases you made
run the original logonserver and the original world and the new world.exe etc... hope this helps
Last edited by Frostic; 07-22-2010 at 10:08 PM.
and to make them different um lets seee sorry i was asleep then went to class now im back
to make the realms different go into the new alt_world database with any tools you like for editing the db navicat or sqlyog
edit the creature_template maually or!!! by adding new ones you make at wow-v.com in navicat
click
you right click the database named alt_world and goto execute batchfile(.sql) locate the sql you downloaded from wow-v
and run it.
i dont know in sqlyog
do the same with items and npc's and quests! good luck find tools have fun!!!
Uhm.. This gonna be a bit trolling, and sorry 'bout that... But.
Please! Learn! To! Use! Any! Other! Thing! But! Exclamation point!!!!
For god's sake. Thanks.
Γαια αγια
copying the folder and reconfiguring the files = not working. You also need a seperat DB for each of them. Which is practically making 2 db's in mysql. How hard can it be, seriously?