Quote:
Originally Posted by cbk1994
The script will stop being active when the player is 3 (?) levels away. Your best bet is to put it in a weapon and have your level NPCs trigger that weapon clientside.
|
You got it right. When you're on a gmap it loads your current level and all adjacent.
So something like this:
[ ][ ][ ]
[ ][p][ ]
[ ][ ][ ]
So if you're on a gmap, all the boxes marked with x are 'out of range', and thus scripts and player data are no longer sent:
[x][ ][ ][ ][x]
[x][ ][p][ ][x]
[x][ ][ ][ ][x]
[x][x][x][x][x]
[x][x][x][x][x]