Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 19, 2014, 4:02:55 PM (9 years ago)
Author:
sujataj
Message:

added allies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/leveljoemeHS14/data/levels/AnihilationThreat.oxw

    r10108 r10129  
    11<LevelInfo
    2         name= "Total Anihilation"
    3         description= "Save humanity from its total anihilation."
     2        name= "Total Annihilation"
     3        description= "Save humanity from its total annihilation."
    44        tags= "mission"
    55        screenshot= "screenshot.png"
     
    7070       
    7171  <SpawnPoint
    72         team=0 position="0,0,0"
     72        team=0 position="9000,9000,9000"
    7373        lookat="0,1,0"
    7474        spawnclass=SpaceShip
     
    150150</SimpleNotification>       
    151151
    152 
     152<DistanceTrigger name="flying4" position="9500,9500,9500" target="Pawn" distance=50 stayActive="true" delay=1/>
     153<SimpleNotification message="You're late!">
     154    <events>
     155        <trigger>
     156            <EventListener event="flying4" />
     157        </trigger>
     158    </events>
     159</SimpleNotification>
     160
     161
     162
     163
     164
     165<DistanceTrigger name="flying5" position="9550,9550,9550" target="Pawn" distance=50 stayActive="true" delay=1/>
     166<SimpleNotification message="The enemy is eager to be beaten">
     167    <events>
     168        <trigger>
     169            <EventListener event="flying5" />
     170        </trigger>
     171    </events>
     172</SimpleNotification>
    153173
    154174
     
    240260      </SpaceShip>
    241261     
    242       <SpaceShip position="2020,2500,2500" lookat="2050,0,-1000" name="allied" health="500" maxhealth="500" initialhealth="500" >
     262      <SpaceShip position="2020,2400,2500" lookat="2050,0,-1000" name="allied" health="500" maxhealth="500" initialhealth="500" >
    243263          <templates>
    244264                <Template link=spaceshippirate />
     
    265285        <!--****************************After the Asteroid Field***************************-->
    266286       
    267    <DistanceTrigger name="afterPortal" position="9500,9500, 9500" target="Pawn"  distance=50 stayActive="true" delay=1/>
     287   <DistanceTrigger name="afterPortal" position="10000,10000, 10000" target="Pawn"  distance=50 stayActive="true" delay=1/>
    268288     
    269289   
    270290<!--Creating player's team OK-->
    271291        <!--Spaceships team 0 (player:team=0)-->
    272        
    273         <SpaceShip position="10000,10000,10000" lookat="2050,0,-1000" name="allied" health="500" maxhealth="500" initialhealth="500" >
    274           <templates>
    275                   <Template link=spaceshipassff />
    276             </templates>
    277              <controller>
    278                 <WaypointPatrolController alertnessradius=2000 team=0 >
    279                     <events>
    280                                <activity>
    281                                    <EventListener event="afterPortal" />
    282                                 </activity>
    283                            </events>
    284                                         <waypoints>
    285                                         <Model mesh="cube.mesh" scale=0 position="1000,1500,1500" />
    286                         <Model mesh="cube.mesh" scale=0 position="1900,1500,1500" />
    287                                         <Model mesh="cube.mesh" scale=0 position="1000,1500,1500" />
    288                         <Model mesh="cube.mesh" scale=0 position="1900,1500,1500" />
    289                                         <Model mesh="cube.mesh" scale=0 position="1000,1500,1500" />
    290                         <Model mesh="cube.mesh" scale=0 position="1900,1500,1500" />
    291                                 <Model mesh="cube.mesh" scale=0 position="1000,1500,1500" />
    292                         <Model mesh="cube.mesh" scale=0 position="1900,1500,1500" />
    293                         <Model mesh="cube.mesh" scale=0 position="2050,0,-1000" />
    294                         <Model mesh="cube.mesh" scale=0 position="6050,0,0" />
    295                         <Model mesh="cube.mesh" scale=0 position="10050,0,3000" />
    296                         <Model mesh="cube.mesh" scale=0 position="3050,0,3000" />
    297                         <Model mesh="cube.mesh" scale=0 position="-4050,0,3000" />
    298                     </waypoints>
    299                                                        
    300                 </WaypointPatrolController>
    301  
    302              </controller>
    303          
    304         </SpaceShip>
    305         <!--Second Spaceship team 0 (player: team 0)-->
    306         <SpaceShip position="10100,10000,10100" lookat="2000,0,-950" name="allied" health="500" maxhealth="400" initialhealth="400" >
    307              <templates>
    308                   <Template link=spaceshipassff />
    309             </templates>
    310              <controller>
    311                 <WaypointPatrolController alertnessradius=2000 team=0 >
    312                                   <events>
    313                                           <activity>
    314                                      <EventListener event="afterPortal" />
    315                           </activity>
    316                        </events>
    317 
    318                     <waypoints>
    319                         <Model mesh="cube.mesh" scale=0 position="2000,0,-900" />
    320                         <Model mesh="cube.mesh" scale=0 position="6000,0,0" />
    321                         <Model mesh="cube.mesh" scale=0 position="10000,0,3100" />
    322                         <Model mesh="cube.mesh" scale=0 position="3000,0,3100" />
    323                         <Model mesh="cube.mesh" scale=0 position="-4000,0,3100"/>
    324                     </waypoints>
    325                 </WaypointPatrolController>
    326              </controller>
    327         </SpaceShip>
    328         <!--third Spaceship team 0 (player: team 0)-->
    329         <SpaceShip position="9900,10000,9900" lookat="2000,0,-1050" name="allied" health="500" maxhealth="400" initialhealth="400" >
    330              <templates>
    331                   <Template link=spaceshipassff />
    332             </templates>
    333              <controller>
    334                 <WaypointPatrolController alertnessradius=2000 team=0 >
    335                           <events>
    336                         <activity>
    337                              <EventListener event="afterPortal" />
    338                          </activity>
    339                   </events>
    340                     <waypoints>
    341                         <Model mesh="cube.mesh" scale=0 position="2000,0,-1100" />
    342                         <Model mesh="cube.mesh" scale=0 position="6000,0,-100" />
    343                         <Model mesh="cube.mesh" scale=0 position="10000,0,2900" />
    344                         <Model mesh="cube.mesh" scale=0 position="3000,0,2900" />
    345                         <Model mesh="cube.mesh" scale=0 position="-4000,0,2900" />
    346                     </waypoints>
    347                 </WaypointPatrolController>
    348              </controller>
    349         </SpaceShip>
     292               
     293               <SpaceShip position="10000,10000,10000" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     294                  <templates>
     295                         <Template link=spaceshipassff />
     296                   </templates>
     297                    <controller>
     298                                  <WaypointPatrolController alertnessradius=2000 team=0 >
     299                               <events>
     300                                          <activity>
     301                                              <EventListener event="afterPortal" />
     302                                           </activity>
     303                                      </events>
     304                                                <waypoints>
     305                                                  <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
     306
     307                               </waypoints>
     308                                                               
     309                           </WaypointPatrolController>
     310                    </controller>
     311             </SpaceShip>
     312
     313
     314             <SpaceShip position="10150,10000,9850" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     315                  <templates>
     316                       <Template link=spaceshipassff />
     317                 </templates>
     318                  <controller>
     319                     <WaypointPatrolController alertnessradius=2000 team=0 >
     320                         <events>
     321                                    <activity>
     322                                        <EventListener event="afterPortal" />
     323                                     </activity>
     324                                </events>
     325                                        <waypoints>
     326                                          <Model mesh="cube.mesh" scale=0 position="15150,15000,14850" />
     327
     328                         </waypoints>
     329                                                       
     330                     </WaypointPatrolController>
     331
     332                  </controller>
     333             </SpaceShip>
     334
     335             
     336             
     337             
     338
     339             <SpaceShip position="10150,10150,10150" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     340                  <templates>
     341                       <Template link=spaceshipassff />
     342                 </templates>
     343                  <controller>
     344                     <WaypointPatrolController alertnessradius=2000 team=0 >
     345                         <events>
     346                                    <activity>
     347                                        <EventListener event="afterPortal" />
     348                                     </activity>
     349                                </events>
     350                                        <waypoints>
     351                                          <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
     352
     353                         </waypoints>
     354                                                       
     355                     </WaypointPatrolController>
     356
     357                  </controller>
     358             </SpaceShip>
     359
     360     
     361      <SpaceShip position="10300,10000,10300" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     362                          <templates>
     363                             <Template link=spaceshipassff />
     364                       </templates>
     365                        <controller>
     366                           <WaypointPatrolController alertnessradius=2000 team=0 >
     367                               <events>
     368                                          <activity>
     369                                              <EventListener event="afterPortal" />
     370                                           </activity>
     371                                      </events>
     372                                                <waypoints>
     373                                                  <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
     374
     375                               </waypoints>
     376                                                               
     377                           </WaypointPatrolController>
     378
     379                        </controller>
     380                   </SpaceShip>
     381     
     382      <SpaceShip position="10450,10000,10300" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     383                          <templates>
     384                                  <Template link=spaceshipassff />
     385                            </templates>
     386                             <controller>
     387                                <WaypointPatrolController alertnessradius=2000 team=0 >
     388                                    <events>
     389                                               <activity>
     390                                                   <EventListener event="afterPortal" />
     391                                                </activity>
     392                                           </events>
     393                                                        <waypoints>
     394                                                          <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
     395
     396                                    </waypoints>
     397                                                                       
     398                                </WaypointPatrolController>
     399
     400                             </controller>
     401                        </SpaceShip>
     402     
     403      <SpaceShip position="10450,10000,10450" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     404                                  <templates>
     405                                        <Template link=spaceshipassff />
     406                                  </templates>
     407                                   <controller>
     408                                      <WaypointPatrolController alertnessradius=2000 team=0 >
     409                                          <events>
     410                                                     <activity>
     411                                                         <EventListener event="afterPortal" />
     412                                                      </activity>
     413                                                 </events>
     414                                                                <waypoints>
     415                                                          <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
     416
     417                                          </waypoints>
     418                                                                               
     419                                      </WaypointPatrolController>
     420
     421                                   </controller>
     422                              </SpaceShip>
     423     
     424     
     425      <SpaceShip position="10300,10000,9850" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     426                                          <templates>
     427                                            <Template link=spaceshipassff />
     428                                      </templates>
     429                                       <controller>
     430                                          <WaypointPatrolController alertnessradius=2000 team=0 >
     431                                              <events>
     432                                                         <activity>
     433                                                             <EventListener event="afterPortal" />
     434                                                          </activity>
     435                                                     </events>
     436                                                                <waypoints>
     437                                                                  <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
     438
     439                                              </waypoints>
     440                                                                               
     441                                          </WaypointPatrolController>
     442
     443                                       </controller>
     444                                  </SpaceShip>
     445     
     446      <SpaceShip position="10150,10000,9700" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     447                                          <templates>
     448                                                  <Template link=spaceshipassff />
     449                                            </templates>
     450                                             <controller>
     451                                                <WaypointPatrolController alertnessradius=2000 team=0 >
     452                                                    <events>
     453                                                               <activity>
     454                                                                   <EventListener event="afterPortal" />
     455                                                                </activity>
     456                                                           </events>
     457                                                                        <waypoints>
     458                                                                          <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
     459
     460                                                    </waypoints>
     461                                                                                       
     462                                                </WaypointPatrolController>
     463
     464                                             </controller>
     465                                        </SpaceShip>
     466     
     467      <SpaceShip position="10300,10000,9700" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
     468                                          <templates>
     469                                                  <Template link=spaceshipassff />
     470                                            </templates>
     471                                             <controller>
     472                                                <WaypointPatrolController alertnessradius=2000 team=0 >
     473                                                    <events>
     474                                                               <activity>
     475                                                                   <EventListener event="afterPortal" />
     476                                                                </activity>
     477                                                           </events>
     478                                                                        <waypoints>
     479                                                                          <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
     480
     481                                                    </waypoints>
     482                                                                                       
     483                                                </WaypointPatrolController>
     484
     485                                             </controller>
     486                                        </SpaceShip>
     487     
    350488<!--Creating player's team END  -->
    351489
Note: See TracChangeset for help on using the changeset viewer.