Thread: Track Dolmen
View Single Post
07/18/15, 05:37 PM   #9
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
As I said on official forums :


You can just use

EVENT_EXPERIENCE_UPDATE (eventCode, unitTag, currentExp, maxExp, reason)
EVENT_VETERAN_POINTS_UPDATE (eventCode, unitTag, currentPoints, maxPoints, reason)

and check reason with :

PROGRESS_REASON_DARK_ANCHOR_CLOSED
PROGRESS_REASON_DARK_FISSURE_CLOSED

To know chich dolmen has been closed, just look at player map coords and deduct it.
I'm sure destinations already have data of thoses dolmens coordinates.

PS: I'm not sure if we got XP at each dolmen or only 1st time, don't really remember, check?
  Reply With Quote