mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Got limsa opening working again
This commit is contained in:
parent
c38caffaf1
commit
93c90df797
7 changed files with 218 additions and 161 deletions
|
@ -55,6 +55,8 @@ namespace Meteor.Map.dataobjects
|
|||
|
||||
public void QueuePacket(SubPacket subPacket)
|
||||
{
|
||||
////if (subPacket.gameMessage.opcode != 1)
|
||||
//subPacket.DebugPrintSubPacket();
|
||||
subPacket.SetTargetId(id);
|
||||
Server.GetWorldConnection().QueuePacket(subPacket);
|
||||
}
|
||||
|
@ -185,7 +187,7 @@ namespace Meteor.Map.dataobjects
|
|||
{
|
||||
if (!clearInstance)
|
||||
{
|
||||
QueuePacket(actor.GetSetEventStatusPackets());
|
||||
QueuePacket(actor.GetSetEventStatusPackets(questInstance.isTalkEnabled, questInstance.isEmoteEnabled, questInstance.isPushEnabled));
|
||||
QueuePacket(SetActorQuestGraphicPacket.BuildPacket(actor.actorId, questInstance.questFlagType));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue