mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Added the PGL200 quest The House Always Wins. Fixed quest instances not being set on spawn. Fixed PrivateAreaPast. Added You have left the instance messages when leaving a PrivateArea. Fixed EmoteEvents. DefaultTalk has been disabled temporarily to speed up warps.
This commit is contained in:
parent
f491c63b98
commit
b773098abf
9 changed files with 383 additions and 53 deletions
|
@ -878,6 +878,10 @@ namespace Meteor.Map
|
|||
|
||||
player.playerSession.LockUpdates(false);
|
||||
|
||||
//Send "You have left the instance" if old area is a Private Area
|
||||
if (oldArea is PrivateArea)
|
||||
player.SendGameMessage(GetActor(), 34110, 0x20);
|
||||
|
||||
//Send "You have entered an instance" if it's a Private Area
|
||||
if (newArea is PrivateArea)
|
||||
player.SendGameMessage(GetActor(), 34108, 0x20);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue