What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Ixal Profile Help with Fybryda

Grimmjow

New Member
Joined
Nov 11, 2013
Messages
118
Reaction score
1
Trying to setup Ixal dailies. but for some reason talking to Fybryda in Revenant's toll isn't working.

Code:
	    <!-- Manual Labor Step 1-->
	  <If Condition="GetQuestStep(67047) == 1">
				<TeleportTo Name="Revenant's Toll" AetheryteId="24" />
         <TalkTo InteractDistance="3.0" QuestId="67047" StepId="1" NpcId="1009220" XYZ="33.57791, 29, -798.3143" />
      </If>

this is for Manual Labor step 1
 
Code:
        <!-- Manual Labor -->
	<If Condition="not IsOnMap(154) and GetQuestStep(67047) == 1">
		<TeleportTo Name="Revenant's Toll" AetheryteId="24" />
	</If>
	<If Condition="IsOnMap(154) and GetQuestStep(67047) == 1">
		<TalkTo InteractDistance="3.0" QuestId="67047" StepId="1" NpcId="1009220" XYZ="33.57791, 29, -798.3143" />
	</If>

I'm no expert at this yet, but that's how I would've put it. Apologies if it's completely wrong ofc :p
 
That'll be it then. For future reference, you could always use xivdb to confirm correct id by typing:

Code:
http://xivdb.com/?quest/IDHERE/

for example:

Code:
http://xivdb.com/?quest/67407/

Hope it helps.
 
Back
Top