WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   Is there an event fired, when Island Exedition is completed? (https://www.wowinterface.com/forums/showthread.php?t=56889)

AnrDaemon 12-12-18 04:53 PM

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?

Kanegasi 12-12-18 05:18 PM

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. },

AnrDaemon 12-13-18 01:10 PM

Thanks. Works like a charm. Now, if only I could find something on curseforge packaging system...

Nightness 12-29-18 11:49 AM

Quote:

Originally Posted by AnrDaemon (Post 331012)
Now, if only I could find something on curseforge packaging system...

See "zip files".

AnrDaemon 01-02-19 05:57 PM

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.


All times are GMT -6. The time now is 08:38 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI