Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.37 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 id="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.   <Wave>
  34.     <WaveActions area="north">
  35.         <spawn type="troll_snow" nr="1" delay="10"/>
  36.     </WaveActions>
  37.     <WaveActions area="north" delay="120">
  38.         <spawn type="troll_snow" nr="1"/>
  39.     </WaveActions>
  40.   </Wave>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement