Reworked RespawnFromHover framework to allow future customization (scripting) of respawn options.

Added event_respawn to be triggered when a client respawns from hover into the current zone (may not be set up correctly!).
This commit is contained in:
Zaela
2013-06-22 08:35:33 -07:00
parent e811e3975b
commit c5e4cf35c0
5 changed files with 316 additions and 111 deletions
+1
View File
@@ -61,6 +61,7 @@ typedef enum {
EVENT_ITEM_TICK,
EVENT_DUEL_WIN,
EVENT_DUEL_LOSE,
EVENT_RESPAWN, //PC respawning from hover without changing zones
_LargestEventID
} QuestEventID;