Got the emote sequence for Treasures of the Main working. Got the duty started but there are issues on zoning.

This commit is contained in:
Filip Maj 2022-03-04 02:20:56 -05:00
parent 765cf194c5
commit 2817560217
3 changed files with 151 additions and 34 deletions

View file

@ -41,6 +41,7 @@ using Meteor.Map.Actors.Chara;
using Meteor.Map.DataObjects.chara;
using Meteor.Map.actors.chara;
using Meteor.Map.Actors.QuestNS;
using Meteor.Map.actors.group;
namespace Meteor.Map.lua
{
@ -78,6 +79,7 @@ namespace Meteor.Map.lua
UserData.RegisterType<Npc>();
UserData.RegisterType<Quest>();
UserData.RegisterType<QuestData>();
UserData.RegisterType<ContentGroup>();
UserData.RegisterType<Zone>();
UserData.RegisterType<InventoryItem>();
UserData.RegisterType<ItemPackage>();