Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.58 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.       <spawnItem item="staff_emergency_teleport_rod" area="north" delay="180"/>
  22.     </Then>
  23.   </Trigger>
  24.  
  25.   <!--remove any type of luggage-->
  26.   <Trigger id="luggage remover" repeat="True">
  27.     <Then>
  28.       <Remove area="any" type="Luggage_magick" />
  29.       <Remove area="any" type="Luggage_item" />
  30.     </Then>
  31.   </Trigger>
  32.  
  33.   <RuleSet type="Survival" waves="20">
  34.     <spawnAreas>
  35.       <area>north</area>
  36.       <area>west</area>
  37.       <area>east</area>
  38.       <area>south</area>
  39.     </spawnAreas>
  40.   </RuleSet>
  41.  
  42.   <Wave>
  43.     <WaveActions area="north">
  44.         <spawn type="troll_snow" nr="1" delay="1"/>
  45.     </WaveActions>
  46.     <WaveActions area="north" delay="120">
  47.         <spawn type="troll_snow" nr="1"/>
  48.     </WaveActions>
  49.   </Wave>
  50. </Scene>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement