mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Merge branch 'Jorge/quest_system' into ioncannon/quest_system
This commit is contained in:
commit
cfe6ef2e5e
50 changed files with 1554 additions and 684 deletions
|
@ -915,6 +915,14 @@ namespace Meteor.Map.Actors
|
|||
QueuePacket(SetMusicPacket.BuildPacket(Id, musicId, 1));
|
||||
}
|
||||
|
||||
public void ChangeMusic(ushort musicId, ushort musicTrackMode)
|
||||
{
|
||||
QueuePacket(SetMusicPacket.BuildPacket(Id, musicId, musicTrackMode));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public void SendMountAppearance()
|
||||
{
|
||||
if (mountState == 1)
|
||||
|
@ -1688,6 +1696,7 @@ namespace Meteor.Map.Actors
|
|||
defaultTalk = (Quest) Server.GetStaticActors("DftFst");
|
||||
break;
|
||||
case 104:
|
||||
case 107:
|
||||
defaultTalk = (Quest) Server.GetStaticActors("DftWil");
|
||||
break;
|
||||
case 105:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue