The Call of the Wyrmking Starting Event ID/Event Trigger

Post Reply
Joe
Posts: 33
Joined: Sun Jan 20, 2013 4:18 pm

The Call of the Wyrmking Starting Event ID/Event Trigger

Post by Joe » Tue Jan 13, 2015 6:02 pm

I am currently scripting the past event viewer npc's and have been unable to determine the event id in Port Bastok for the initial cut scene in 'The Call of the Wyrmking.' Not sure if anyone has scripted this particular quest yet, if they have, I'd be interested to know exactly how the event is being triggered. Per FFXIcyclopedia the event is triggered when the player approaches "the exterior of the Departures Entrance to the Air Travel Agency." I'd like to know how to handle this type of trigger for future reference.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: The Call of the Wyrmking Starting Event ID/Event Trigger

Post by kjLotus » Tue Jan 13, 2015 6:32 pm

you handle it by registering a region in port bastok's zone.lua (if there isn't one already) and starting the CS when they wander into the region (onRegionEnter, also in zone.lua)

Joe
Posts: 33
Joined: Sun Jan 20, 2013 4:18 pm

Re: The Call of the Wyrmking Starting Event ID/Event Trigger

Post by Joe » Tue Jan 13, 2015 6:39 pm

Thanks! Exactly the info I wanted.

Post Reply