Advertisement
NonSequitur

Untitled

Jan 4th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.84 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <store>
  3.     <category name="Mounts" icons="Category_Mounts.png">
  4.         <offer name="Flying Divan" price="900" icons="Product_Mount_FlyingDivan.png" description="TODO" script="mounts.lua" />
  5.         <offer name="Black Stag" price="660" icons="Product_Mount_BlackStag.png" description="TODO" script="mounts.lua" />
  6.     </category>
  7.  
  8.     <category name="Outfits" icons="Category_Outfits.png">
  9.         <offer name="Full Puppeteer Outfit" price="870" icons="Product_Outfit_Puppeteer_Male_Full.png;Product_Outfit_Puppeteer_Female_Full.png" description="Give your character a new look by getting it a new Outfit.\nHere you can purchase the Full Outfit &quot;Puppeteer&quot; - therefore your character will receive the Basic Outfit + 2 Addons at a reduced package price.\nNote: The Outfit will only be received by the character who purchased it in the Store." script="outfits.lua">
  10.             <suboffer name="Puppeteer Outfit" description="This is the basic outfit" icons="Product_Outfit_Puppeteer_Male_Base.png;Product_Outfit_Puppeteer_Female_Base.png" />
  11.             <suboffer name="Puppeteer Outfit Addon 1" description="This addon will enhance the look of the basic outfit." icons="Product_Outfit_Puppeteer_Male_Addon1.png;Product_Outfit_Puppeteer_Female_Addon1.png" />
  12.             <suboffer name="Puppeteer Outfit Addon 2" description="This addon will enhance the look of the basic outfit." icons="Product_Outfit_Puppeteer_Male_Addon2.png;Product_Outfit_Puppeteer_Female_Addon2.png" />
  13.         </offer>
  14.         <offer name="Puppeteer Outfit" price="690" icons="Product_Outfit_Puppeteer_Male_Base.png;Product_Outfit_Puppeteer_Female_Base.png" description="Give your character a new look by getting it a new Outfit.\nHere you can purchase the basic outfit &quot;Puppeteer&quot; for your character. If you settle for the Basic Outfit, you can later enhance your look by purchasing Addons. Once you have purchased the Basic Outfit, you will no longer be able to buy the Full Outfit at the reduced package price.\nNote: The Outfit will only be received by the character who purchased it in the Store." script="outfits.lua" />
  15.         <offer name="Puppeteer Outfit Addon 1" price="120" icons="Product_Outfit_Puppeteer_Male_Base.png;Product_Outfit_Puppeteer_Female_Base.png" description="TODO\nNote: The Outfit will only be received by the character who purchased it in the Store." script="outfits.lua" />
  16.         <offer name="Puppeteer Outfit Addon 2" price="120" icons="Product_Outfit_Puppeteer_Male_Base.png;Product_Outfit_Puppeteer_Female_Base.png" description="TODO\nNote: The Outfit will only be received by the character who purchased it in the Store." script="outfits.lua" />
  17.     </category>
  18.  
  19.     <category name="Transportation" icons="Category_Transportation.png">
  20.         <offer name="Temple Teleport" price="55" icons="Product_Transportation_TempleTeleport.png" description="TODO" script="templeteleport.lua" />
  21.     </category>
  22. </store>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement