Separate Players in Map

05/01/2012 01:14 shadowman123#1
iam willing to create House from level 1 to level 5 but what im gonna do is sending player to the House Map through its map ID but i would like to separate The player Entering the Map y so ...ill tell u cuz simply if player 1 have level 1 House and Player 2 is the same ..once they both ENter the map they gonna meet together and thats should not happen so any1 have any idea how to put each of them into separate Map ?
05/01/2012 01:20 pro4never#2
Make a dynamic map system...

there's a somewhat trashy one inside albetros if you wanted to look at it.

A better version might just include the character having an instanceID value and only objects with the same instanceID could be spawned to you. Instead we created fully seperate map objects in albetros. It worked great but was not necessarily the most efficient route. I forget why we did it that way.... I think it was to manage the map objects in a simpler way.
05/01/2012 01:24 shadowman123#3
Quote:
Originally Posted by pro4never View Post
Make a dynamic map system...

there's a somewhat trashy one inside albetros if you wanted to look at it.

A better version might just include the character having an instanceID value and only objects with the same instanceID could be spawned to you. Instead we created fully seperate map objects in albetros. It worked great but was not necessarily the most efficient route. I forget why we did it that way.... I think it was to manage the map objects in a simpler way.
i thought the same too .. using dynamic maps but im using impulse based source and its not working well i guess.. anyways thx ill take alook at Albertos ..its Gr8 Reference for me Seriously Gj mAte (Y)
05/01/2012 02:35 .Kinshi#4
Why do people always over complicate this?
As pro4never said, just have an instanceID.
05/01/2012 03:07 Spirited#5
Didn't a post an example of a really simple map system that handled dynamic maps?
05/01/2012 03:43 shadowman123#6
Solved

#Request Close