Page 1 of 1
Making areas/more players in making mmorpg
Posted: March 19th, 2010, 9:40 am
by home415
So is it possible to make all maps and put them together to make mmorpg as well. And can i have more 32 player in it. Sorry but as well as put it on another server so doesn't over load sandboxes. I will put the link to sandbox that won't be a problem just want to know if its possible.
Re: Making areas/more players in making mmorpg
Posted: March 19th, 2010, 2:06 pm
by DrChef
i know you can link maps with triggers, though i'm clueless about the rest
Re: Making areas/more players in making mmorpg
Posted: March 20th, 2010, 11:57 am
by Leo_V117
map connection code:
From Master Chef Ogro
Code: Select all
"on_start" = [
music cave
]
"level_trigger_5" = [echo "You open the door, and head upstairs"; endsp; sleep 5000 [map newforest1]]
I dont know about the server though.
Hope this helps.
- Leo