Thread Tools Display Modes
12-12-18, 04:53 PM   #1
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 156
Is there an event fired, when Island Exedition is completed?

I'm looking to improve Multishot a little bit. Namely I'd like it to capture my epic victories (and *eh* failures) in Island Expeditions.
Is there an event fired to which I can hook it?
  Reply With Quote
12-12-18, 05:18 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
https://www.townlong-yak.com/framexm...ntation.lua#39
https://www.townlong-yak.com/framexm...LAND_COMPLETED

Lua Code:
  1. Name = "IslandCompleted",
  2. Type = "Event",
  3. LiteralName = "ISLAND_COMPLETED",
  4. Payload =
  5. {
  6.     { Name = "mapID", Type = "number", Nilable = false },
  7.     { Name = "winner", Type = "number", Nilable = false },
  8. },
  Reply With Quote
12-13-18, 01:10 PM   #3
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 156
Thanks. Works like a charm. Now, if only I could find something on curseforge packaging system...
  Reply With Quote
12-29-18, 11:49 AM   #4
Nightness
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Feb 2009
Posts: 32
Originally Posted by AnrDaemon View Post
Now, if only I could find something on curseforge packaging system...
See "zip files".
  Reply With Quote
01-02-19, 05:57 PM   #5
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 156
I've found this one https://authors.curseforge.com/docs/packaging
Is this the right doc? Doesn't look like includes localization stuff I'm missing.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Is there an event fired, when Island Exedition is completed?

Thread Tools
Display Modes

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