Advertisement
Brownies

new

Jan 24th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.73 KB | None | 0 0
  1.  <idlegear>
  2.         <if p_status="engaged">
  3.             <equip set="TP" />
  4.                 <if eq_ring2="Emperor Band">
  5.                     <equip lock="true"></equip>
  6.                 </if>
  7.         </if>
  8.         <else>
  9.             <equip set="Stand" />
  10.                 <if eq_ring2="Emperor Band">
  11.                     <equip lock="true"></equip>
  12.                 </if>
  13.         </else>
  14.         <if p_subjob="nin|dnc">
  15.             <!--equip><main>Trailer's Kukri</main></equip-->
  16.             <equip><main>Mercurial Kris</main></equip>
  17.             <equip><sub>Joyeuse</sub></equip>
  18.             <equip><range>Corsair's Gun +1</range></equip>
  19.         </if>
  20.         <else>
  21.             <equip><main>Vulcan's Staff</main></equip>
  22.             <equip><sub>Axe Grip</sub></equip>
  23.             <equip><range>Corsair's Gun +1</range></equip>
  24.         </else>
  25.         </idlegear>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement