mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Changed how Quest ENPCs work. They should now automatically update themselves whenever data is update for immediate effect changes. Fixed wrong map qflag value. Fixed quest gm command. Fixed Director actorId clobbering areaMasters.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Meteor.Map.actors.director
|
||||
private Coroutine currentCoroutine;
|
||||
|
||||
public Director(uint id, Area zone, string directorPath, bool hasContentGroup, params object[] args)
|
||||
: base((6 << 28 | zone.CurrentArea.ZoneId << 19 | (uint)id))
|
||||
: base((6 << 28 | zone.ZoneId << 19 | (uint)id + 2))
|
||||
{
|
||||
directorId = id;
|
||||
CurrentArea = zone;
|
||||
|
Reference in New Issue
Block a user