Realized the start event packet after a zoneIn kickevent is weird and malformed, fixed for that usecase. Fixed bug with getting PrivateArea script. Missing area scripts now don't show a message (they were optional). Finished scripting out Limsa opening battle.

This commit is contained in:
Filip Maj 2017-03-19 11:39:21 -04:00
parent 545ce18f1f
commit 77e0639410
3 changed files with 9 additions and 4 deletions

View file

@ -21,6 +21,7 @@ namespace FFXIVClassic_Map_Server.actors.area
: base(id, parent.zoneName, parent.regionId, className, bgmDay, bgmNight, bgmBattle, parent.isIsolated, parent.isInn, parent.canRideChocobo, parent.canStealth, true)
{
this.parentZone = parent;
this.zoneName = parent.zoneName;
this.privateAreaName = privateAreaName;
this.privateAreaType = privateAreaType;
}