View Single Post
  #4  
Old 12-15-2009, 06:07 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by cbk1994 View Post
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]
Reply With Quote