Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.32 KB | None | 0 0
  1. <!-- User wants some Vanilla Beans or Honeydew Almonds or  Seventh Heaven or Thavnairian Mistletoe or Rosemary ? -->
  2.                 <If Condition="&VanillaBeans; != 0 or &HoneydewAlmonds; != 0 or &SeventhHeaven; != 0 or &Rosemary; != 0 or &ThavnairianMistletoe; != 0">
  3.                
  4.                     <!-- If Vanilla Beans -->
  5.                     <If Condition="&VanillaBeans; != 0">
  6.                
  7.                         <If Condition="not IsOnMap(397)">
  8.                             <TeleportTo Name="Falcon's Nest" AetheryteId="71" />  
  9.                             <If Condition="Core.Me.CurrentJob != ClassJobType.Botanist">
  10.                                 <RunCode Name="BTN"/>
  11.                             </If>
  12.                                              
  13.                         </If>
  14.                         <If Condition="Core.Me.CurrentJob != ClassJobType.Botanist">
  15.                             <RunCode Name="BTN"/>
  16.                         </If>
  17.                         <ExFlyTo XYZ="544.2159, 238.2368, 688.13" Radius="3.0" />
  18.                         <ExFlyTo XYZ="379.5491, 202.9252, 215.197" Radius="3.0" />
  19.                         <ExFlyTo XYZ="-29.81721, 122.386, -67.21716" Radius="3.0" />
  20.                         <WaitWhile Condition ="IsTimeBetween(16,17)" />
  21.            
  22.                         <!--If Collectable-->
  23.                         <If Condition="&Collect_VanillaBeans; != 0">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement