Added direct inventory access, and event_loot for items and event_weapon_proc for items

This commit is contained in:
KimLS
2013-06-20 14:03:22 -07:00
parent d8a1d84a49
commit 7b894a7c61
21 changed files with 483 additions and 88 deletions
+2 -1
View File
@@ -100,7 +100,8 @@ const char *QuestEventSubroutines[_LargestEventID] = {
"EVENT_SAY",
"EVENT_DROP_ITEM",
"EVENT_DESTROY_ITEM",
"EVENT_FEIGN_DEATH"
"EVENT_FEIGN_DEATH",
"EVENT_WEAPON_PROC"
};
PerlembParser::PerlembParser() : perl(nullptr), event_queue_in_use_(false) {