Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <config>
  3.  
  4.     <templates>
  5.         <timer_skills enabled="1">
  6.             <ground_label enabled="1" on_screen="1" off_screen="0" use_bottom="1" text="{value}" value_format="F1">
  7.                 <body enabled="0" color="192,0,0,0" stroke="0" />
  8.                 <text font_family="tahoma" font_size="18" font_bold="0" font_shadow="1">
  9.                     <custom_shadow enabled="1" heavy="1" color="128,0,0,0" />
  10.                 </text>
  11.             </ground_label>
  12.             <ground_timer enabled="1" radius="30" use_bottom="1" count_down="3">
  13.                 <empty enabled="1" color="32,0,0,0" stroke="0" />
  14.                 <fill enabled="1" color="160,255,255,255" stroke="0" />
  15.             </ground_timer>
  16.         </timer_skills>
  17.     </templates>
  18.  
  19.     <actors>
  20. <!-- TIMERS (skrip) -->
  21.         <!-- add TIMER to Elite Affix: Arcane-->
  22.         <GTimer_Affix_Arcane template="timer_skills" keywords="snos=219702|221225|257306">
  23.             <ground_label count_down="10">
  24.                 <text font_color="255,224,224,224" />
  25.             </ground_label>
  26.             <ground_timer count_down="10">
  27.                 <empty color="128,0,0,0" />
  28.                 <fill color="230,199,0,232" />
  29.             </ground_timer>
  30.         </GTimer_Affix_Arcane>
  31.         <!-- Elite Affix: Frozen -->
  32.         <GTimer_Affix_Frozen template="timer" keywords="snos=223675">
  33.             <ground_label count_down="3" offset_z="-1">
  34.                 <text font_color="255,224,224,224" />
  35.             </ground_label>
  36.             <ground_timer count_down="3" offset_z="-1">
  37.                 <empty color="128,0,0,0" />
  38.                 <fill color="230,48,115,255" />
  39.             </ground_timer>
  40.         </GTimer_Affix_Frozen>
  41.         <!-- Elite Affix: Molten -->
  42.         <GTimer_Affix_Molten template="timer_skills" keywords="snos=4803"> <!--|4804|224225|247987">-->
  43.             <ground_label count_down="3">
  44.                 <text font_color="255,224,224,224" />
  45.             </ground_label>
  46.             <ground_timer count_down="3">
  47.                 <empty color="128,0,0,0" />
  48.                 <fill color="230,255,80,46" />
  49.             </ground_timer>
  50.         </GTimer_Affix_Molten>
  51.         <!-- Elite Affix: Descecrator -->
  52.         <GTimer_Affix_Desecrator template="timer_skills" keywords="snos=84608">
  53.             <ground_label count_down="12">
  54.                 <text font_color="255,224,224,224" />
  55.             </ground_label>
  56.             <ground_timer count_down="12">
  57.                 <empty color="128,0,0,0" />
  58.                 <fill color="230,232,56,54" />
  59.             </ground_timer>
  60.         </GTimer_Affix_Desecrator>
  61.     </actors>
  62.  
  63. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement