Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Would this be possible to script


Recommended Posts

Hey I'm on vaction and found wifi at bob Evans so I decided to post this (asking here as I might try scripting myself before requesting) is it possible to script a area for somthing like a quest or boss fight were you can't see other players or somthing like you can't interact with other players in this one map?
Link to comment
Share on other sites

@Admiral:

> Ehh, it _would_ be possible, to an extent; the only way I can think of it, is having several idential maps, and have the OnMapLoad record who is going in and out of them, and redirect users to one of the "empty" copies.

ya I was thinking of that but having randomly put you In one, how do you make it know of it's empty or oocupied? Also alittle off topic but is there a max amour of maps of like 30x30 you can have in a Game?
Link to comment
Share on other sites

@roundkickkid:

> ya I was thinking of that but having randomly put you In one, how do you make it know of it's empty or oocupied? Also alittle off topic but is there a max amour of maps of like 30x30 you can have in a Game?

You can just have the OnMapLoad or whatever its' called, throw it in an ini that the map is occupied, and increment some value in an array, and decrement when the person leaves that map.

You can have a map be size 50x50 as a max (defined in the Data.ini); but they will all have to be 50x50.
Link to comment
Share on other sites

@Admiral:

> You can just have the OnMapLoad or whatever its' called, throw it in an ini that the map is occupied, and increment some value in an array, and decrement when the person leaves that map.
>
> You can have a map be size 50x50 as a max (defined in the Data.ini); but they will all have to be 50x50.

ok thank you also by ma map I mean not size but how many I can have in the game I'd the size is 30x30
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...