mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
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:
parent
765cf194c5
commit
2817560217
3 changed files with 151 additions and 34 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue