Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.50 KB | None | 0 0
  1. <Scene>
  2.   <Model>ch_havindr_arena</Model>
  3.   <Reverb roomtype="Generic" mix="40" />
  4.   <Trigger id="start">
  5.     <Then>
  6.       <UnlockMagick magicktype="Revive"/>
  7.       <CameraMagnify magnification="0.6" />
  8.       <PlayMusic cue="music_encounter" delay="4" />
  9.       <PlayAnimation name="rope1" loop="True" />
  10.       <PlayAnimation name="rope2" loop="True" />
  11.       <PlayAnimation name="rope3" loop="True" />
  12.       <PlayAnimation name="rope4" loop="True" />
  13.       <assignItem id="weapon_knife_of_counterstriking" delay="0"/>
  14.       <disableElement element="fire,earth,water,cold,life,arcane,lightning,shield" />
  15.       <disableCastType type="force"/>
  16.       <disableCastType type="area"/>
  17.       <disableCastType type="self"/>
  18.       <disableCastType type="weapon"/>
  19.       <disableCastType type="magick"/>
  20.       <disablePush />
  21.     </Then>
  22.   </Trigger>
  23.  
  24.   <!--remove any type of luggage-->
  25.   <Trigger id="luggage remover" repeat="True">
  26.     <Then>
  27.       <Remove area="any" type="Luggage_magick" />
  28.       <Remove area="any" type="Luggage_item" />
  29.     </Then>
  30.   </Trigger>
  31.  
  32.   <RuleSet type="Survival" waves="20">
  33.     <spawnAreas>
  34.       <area>north</area>
  35.       <area>west</area>
  36.       <area>east</area>
  37.       <area>south</area>
  38.     </spawnAreas>
  39.   </RuleSet>
  40.  
  41.   <Wave>
  42.     <WaveActions area="north">
  43.         <spawn type="troll_snow" nr="1" delay="1"/>
  44.     </WaveActions>
  45.     <WaveActions area="north" delay="120">
  46.         <spawn type="troll_snow" nr="1"/>
  47.     </WaveActions>
  48.   </Wave>
  49. </Scene>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement