pinkangel Posted July 14, 2017 Author Share Posted July 14, 2017 not sure if this is possible but I have been doing some thinking about only being allowed 70 players. is there a way we can have multiple worlds and 70 players on each world? so like if one world is full players can choose another world Link to comment Share on other sites More sharing options...
Mohenjo Daro Posted July 14, 2017 Share Posted July 14, 2017 It's possible, you can also have the servers talk to each other (so multiple servers acting as one sort of thing), nut it just takes quite a bit of code rewrite.Also, you can increase the maximum players, each player doesn't add too much to the server load. Link to comment Share on other sites More sharing options...
SolidLink Posted July 14, 2017 Share Posted July 14, 2017 @'pinkangel':> not sure if this is possible but I have been doing some thinking about only being allowed 70 players. is there a way we can have multiple worlds and 70 players on each world? so like if one world is full players can choose another worldOne way would be to have (lets say 2 worlds) is to have two port and two server. In the client you can put a checkbox that can allow you to choose another server that would change the config files to the port of the second world in the data file so the player will join the second server. That's an idea. Link to comment Share on other sites More sharing options...
pinkangel Posted July 14, 2017 Author Share Posted July 14, 2017 thanks for the answers, both are great thoughts, maybe one of my scripting friends can help me out here because I am estimating quite a huge amount of players on my game since it is not your typical 2D rpg. this might even be a thought for player housing and such, have that on seperate servers Link to comment Share on other sites More sharing options...
alextoti99 Posted July 15, 2017 Share Posted July 15, 2017 you can add instances, the same world different npc, players (like world in 4story or dungeons in l2) you will just have to write the world script again and then u will be adding just as many world you want, also you can add more players just by chaning the max players, for example ive set it to 100 Link to comment Share on other sites More sharing options...
Mohenjo Daro Posted July 15, 2017 Share Posted July 15, 2017 The question was asked as a way to increase the players online, not so much the instancing lol, but more answers always help Link to comment Share on other sites More sharing options...
alextoti99 Posted July 15, 2017 Share Posted July 15, 2017 ah my bad then :P Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now