runuo/Scripts/Engines/MLQuests/Objectives
Mark Sturgill d2c670f5c3 Implement Core.TickCount
Convert movement, actions (lift/use), combat, and spells to use Core.TickCount and avoid DateTime caveats (performance, system time dependency, etc)
Refactor DateTime.Now to DateTime.UtcNow
Add LOS check for Iron Maiden addon
2013-10-06 03:21:18 -07:00
..
BaseObjective.cs Implement Core.TickCount 2013-10-06 03:21:18 -07:00
CollectObjective.cs - Modified the quest system to allow non-BaseCreature quest givers, now requires IQuestGiver. 2013-02-24 00:31:44 +00:00
DeliverObjective.cs - Modified the quest system to allow non-BaseCreature quest givers, now requires IQuestGiver. 2013-02-24 00:31:44 +00:00
EscortObjective.cs Implement Core.TickCount 2013-10-06 03:21:18 -07:00
GainSkillObjective.cs Implement Core.TickCount 2013-10-06 03:21:18 -07:00
KillObjective.cs - Modified the quest system to allow non-BaseCreature quest givers, now requires IQuestGiver. 2013-02-24 00:31:44 +00:00