I know it is possible to use the same auth daemon for multiple servers but is it possible for 2 servers to use auth & game daemons? Or would you end up with players from both servers running around on the same map?
Or is it possible just to use the maps from the other server and not the entire game daemon by changing this in gs.conf:
To this:
Obviously replacing the IP with that of the server.
Or is it possible just to use the maps from the other server and not the entire game daemon by changing this in gs.conf:
Code:
[Template]
Root = /PWServer/gamed/config/
itemDataFile = elements.data
QuestPackage = tasks.data
QuestPackage2 = dyn_tasks.data
GlobalData = world_targets.sev
PolicyData = aipolicy.data
DropData = extra_drops.sev
RareItem = rare_item.conf
NPCGenFile = npcgen.data
RegionFile = precinct.sev
RegionFile2 = region.sev
PathFile = path.sev
RestartShell = restart2
MallData = gshop.data
LuaData = global_api.lua
Code:
[Template]
Root = 127.0.0.1/PWServer/gamed/config/
itemDataFile = elements.data
QuestPackage = tasks.data
QuestPackage2 = dyn_tasks.data
GlobalData = world_targets.sev
PolicyData = aipolicy.data
DropData = extra_drops.sev
RareItem = rare_item.conf
NPCGenFile = npcgen.data
RegionFile = precinct.sev
RegionFile2 = region.sev
PathFile = path.sev
RestartShell = restart2
MallData = gshop.data
LuaData = global_api.lua