More work on lua parser - gonna get all events firing correctly by end of week also put all arguments into an event table object

This commit is contained in:
KimLS
2013-05-16 15:35:55 -07:00
parent f2e0f9cca5
commit b10de6f4e7
6 changed files with 447 additions and 231 deletions
+2 -1
View File
@@ -37,6 +37,7 @@ SET(zone_sources
lua_mob.cpp
lua_npc.cpp
lua_parser.cpp
lua_parser_events.cpp
embperl.cpp
embxs.cpp
entity.cpp
@@ -134,7 +135,7 @@ SET(zone_headers
lua_mob.h
lua_npc.h
lua_parser.h
lua_trade.h
lua_parser_events.h
map.h
masterentity.h
maxskill.h