Thread Tools Display Modes
06/20/15, 08:23 PM   #1
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Questing events

I'm trying to catch the "Quest abandoned event" I tried to use EVENT_QUEST_REMOVED , it doesn't appear to be it, I have looked at this event EVENT_MOUSE_REQUEST_ABANDON_QUEST , it looks like the confirmation of the abandoned, not after the abandoned has happened.
  Reply With Quote
06/20/15, 09:28 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
You can PreHook

Lua Code:
  1. AbandonQuest(integer journalQuestIndex)
  Reply With Quote
06/21/15, 01:39 PM   #3
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Originally Posted by Ayantir View Post
You can PreHook

Lua Code:
  1. AbandonQuest(integer journalQuestIndex)
Thanks! I'll give it a shot
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Questing events


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off