project-meteor-server/FFXIVClassic Map Server/actors
2016-04-14 08:30:21 -04:00
..
area -Fixed up the quest flag functions. 2016-04-07 22:34:10 -04:00
chara Added two callbacks to the Director; onTalked and onCommand. Split the command and event starts and keep track of them separately. 2016-04-14 08:30:21 -04: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 Added two callbacks to the Director; onTalked and onCommand. Split the command and event starts and keep track of them separately. 2016-04-14 08:30:21 -04:00
judge NPCs now spawn and load template from the db. 2016-01-20 23:18:10 -05:00
quest Added two callbacks to the Director; onTalked and onCommand. Split the command and event starts and keep track of them separately. 2016-04-14 08:30:21 -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 Redid the database, actor_class and npclist was combined. Added commands to the lua engine. Script will default to a PopulaceStandard if no script detected to avoid crashing. Static Actors now loaded from the static actors file. 2016-01-28 23:24:20 -05:00