Advertisement
ModernDragoness

Evolve rule for Tibia MMORPG

Aug 3rd, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.54 KB | None | 0 0
  1.   <game>
  2.     <id>1071314</id>
  3.     <name>Tibia</name>
  4.     <conditions>
  5.       <cond name="is-tibia-exe-present" type="exe-present" exe="Tibia.exe" />
  6.       <cond name="has-tibia-dat" type="file-present" file="{exedir}Tibia.dat"/>
  7.       <cond name="has-tibia-spr" type="file-present" file="{exedir}Tibia.spr"/>
  8.     </conditions>
  9.     <detection>
  10.       <variant order="1" name="default">
  11.         <if cond="is-tibia-exe-present" />
  12.         <if cond="has-tibia-dat" />
  13.         <if cond="has-tibia-spr" />
  14.       </variant>
  15.     </detection>
  16.   </game>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement