EQ2EMu/EQ2/source
Image cbcac95674 Added Spawn Proximity code
Fix #107

LUA AddSpawnProximity added:
Argument 1 is spawn to add the proximity
Argument 2 is spawn id OR location id
Argument 3 is 0 for spawn id OR 1 for location id
Argument 4 is distance
Argument 5 is in range function
Argument 6 is out of range function
AddSpawnProximity(NPC,locationid,1,15,"InRange","OutRange")AddSpawnProximity(NPC,spawnid,0,15,"InRange","OutRange")

created 'prespawn' LUA function, AddSpawnProximity can be called before the spawn is added
2020-05-09 20:57:21 -04:00
..
common Removed test code for 0 packet length, just make it an app packet if its legit 2020-05-05 18:29:03 -04:00
depends missing recast nav stuff 2020-04-06 14:25:04 -04:00
LoginServer disable kick of world server if it sends bogus packet to LS 2020-05-05 18:28:43 -04:00
LUA Update git to allow dll and lib 2020-02-28 10:31:46 -05:00
WorldServer Added Spawn Proximity code 2020-05-09 20:57:21 -04:00