mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 11:47:48 +00:00
Messages for the Aetheryte Node appearing.
This commit is contained in:
parent
c09471ed43
commit
4aa3a444d0
1 changed files with 7 additions and 0 deletions
|
@ -124,6 +124,13 @@ namespace FFXIVClassic_Map_Server.actors.director
|
|||
{
|
||||
Npc aetheryteNode = zone.SpawnActor(1200040, String.Format("{0}:warpExit", guildleveOwner.actorName), guildleveOwner.positionX, guildleveOwner.positionY, guildleveOwner.positionZ);
|
||||
contentGroup.AddMember(aetheryteNode);
|
||||
|
||||
foreach (Actor a in GetPlayerMembers())
|
||||
{
|
||||
Player player = (Player)a;
|
||||
player.SendGameMessage(Server.GetWorldManager().GetActor(), 50029, 0x20);
|
||||
player.SendGameMessage(Server.GetWorldManager().GetActor(), 50032, 0x20);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue