This website requires JavaScript.
Explore
Help
Sign In
cassidy
/
project-meteor-server
Watch
1
Star
0
Fork
0
You've already forked project-meteor-server
mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced
2025-05-20 08:26:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
project-meteor-server
/
FFXIVClassic Map Server
/
actors
History
TheManii
dbbd1fa0d8
Fix merge
2016-04-08 10:03:35 -07:00
..
area
Added path companion data to the cutscene book packet. Now that packet will fire if zoning into the inn. Removed some debug logs. Removed a duplicate zone packet send call.
2016-03-28 21:00:33 -04:00
chara
Fix merge
2016-04-08 10:03:35 -07:00
command
NPCs now spawn and load template from the db.
2016-01-20 23:18:10 -05:00
debug
More static actors loaded and can be accessed anywhere. Improved lua scripting to allow small talk.
2016-01-25 01:10:43 -05:00
director
More work trying to get the opening cutscene to fire right away.
2016-03-30 20:15:21 -04:00
judge
NPCs now spawn and load template from the db.
2016-01-20 23:18:10 -05:00
quest
Fleshed out the quest actor and added a place to store the current active quest actors in the Player actor.
2016-03-21 11:42:27 -04:00
world
More static actors loaded and can be accessed anywhere. Improved lua scripting to allow small talk.
2016-01-25 01:10:43 -05:00
Actor.cs
Got the kick event packet working and implemented the director parameter in the player instantiation. The first argument of the set event status packet is an "isEnabled" flag; switched to bool rather than int.
2016-04-01 23:24:14 -04:00
EventList.cs
Added director code to player class and actor namespace.
2016-03-23 01:27:12 -04:00
StaticActors.cs
Static actor file can be now loaded from the original encrypted script in the FFXIV folder. This way I do not run into issues of sharing client files.
2016-03-28 23:05:19 -04:00