Changeset 9758
- Timestamp:
- Nov 8, 2013, 12:19:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/levelMichael/data/levels/Spacefight.oxw
r9757 r9758 81 81 <!-- Drone pickup --> 82 82 83 <PickupSpawner pickup=dronepickup position=" 50,0,0" triggerDistance="10" respawnTime="0" maxSpawnedItems="2" />83 <PickupSpawner pickup=dronepickup position="9750, -5350, 5650" triggerDistance="20" respawnTime="30" maxSpawnedItems="2" /> 84 84 85 85 <!-- QUEST DESCRIPTION--> … … 113 113 <LocalQuest id="spacefight.upgrade1"> 114 114 <QuestDescription 115 title="Prepare for the fight ."115 title="Prepare for the fight (optional)" 116 116 description="Your friends has an arsenal left behind near by your position. 117 perhaps you find something useful there..." 117 perhaps you find something useful there... 118 Hint: look for a big asteroid." 118 119 failMessage="You've lost all your ships!" 119 completeMessage=" Your ship is prepared best for the second and last guard on the way to the mainship." />120 completeMessage="" /> 120 121 </LocalQuest> 121 122 … … 211 212 </QuestEffectBeacon> 212 213 213 <!-- guard 1 -->214 <!-- Guard 1 --> 214 215 <QuestEffectBeacon times=0> 215 216 <effects> … … 236 237 </attached> 237 238 </QuestEffectBeacon> 239 240 <!-- Drone (optional) --> 241 <QuestEffectBeacon times=0> 242 <effects> 243 <CompleteQuest questId="spacefight.upgrade1" /> 244 </effects> 245 <events> 246 <execute> 247 <EventListener event="drone" /> 248 </execute> 249 </events> 250 </QuestEffectBeacon> 238 251 239 <!-- guard 2 -->252 <!-- Guard 2 --> 240 253 <QuestEffectBeacon times=0> 241 254 <effects> … … 252 265 <effects> 253 266 <CompleteQuest questId="spacefight.guard2" /> 267 <CompleteQuest questId="spacefight.upgrade1" /> 254 268 </effects> 255 269 <events> … … 269 283 270 284 <DistanceTrigger name="flying2" position="13500, 2500, 10500" target="SpaceShip" distance=7000 stayActive="true" delay=0 /> 271 <SimpleNotification message=" guard 2 in Sicht!" broadcast="true">285 <SimpleNotification message="search the drone!?" broadcast="true"> 272 286 <events> 273 287 <trigger> … … 282 296 <trigger> 283 297 <EventListener event="flying3" /> 298 </trigger> 299 </events> 300 </SimpleNotification> 301 302 <!-- Helper-Trigger for the drone(s) --> 303 <DistanceTrigger name="drone2" position="9750, -5350, 5650" target="SpaceShip" distance=20 stayActive="true" delay=30 > 304 <DistanceTrigger name="drone1" position="9750, -5350, 5650" target="SpaceShip" distance=20 stayActive="true" delay=0.1 /> 305 </DistanceTrigger> 306 307 <SimpleNotification message="Your ship is prepared best for the second and last guard on the way to the mainship. 308 Now attack the second guard!" broadcast="true"> 309 <events> 310 <trigger> 311 <EventListener event="drone1" /> 312 </trigger> 313 </events> 314 </SimpleNotification> 315 316 <SimpleNotification message="Your ship is prepared best for the final fight at the mainship." broadcast="true"> 317 <events> 318 <trigger> 319 <EventListener event="drone2" /> 284 320 </trigger> 285 321 </events> … … 638 674 <SpawnPoint team=0 position="0,0,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipswallow /> 639 675 640 <!-- triple large belt around the planet --> 641 <?lua 642 dofile("includes/asteroidField.lua") 643 asteroidBelt(2000, -250, 9000, 30, 0, 30, 30, 50, 7190, 7800, 250, 1) 644 ?> 645 <?lua 646 dofile("includes/asteroidField.lua") 647 asteroidBelt(2000, -250, 9000, 30, 0, 30, 30, 50, 10000, 11000, 300, 1) 648 ?> 649 <?lua 650 dofile("includes/asteroidField.lua") 651 asteroidBelt(2000, -250, 9000, 30, 0, 30, 30, 50, 14000, 15000, 350, 1) 652 ?> 676 <!-- ASTEROIDS & ASTEROID-FIELDS --> 677 678 <!-- Asteroids --> 679 680 <Model position="9800, -5000, 5700" yaw="90" pitch="-90" roll="0" scale="300" mesh="asteroid_ice.mesh" /> 681 682 <!-- triple large belt around the planet --> 683 <?lua 684 dofile("includes/asteroidField.lua") 685 asteroidBelt(2000, -250, 9000, 30, 0, 30, 30, 50, 7190, 7800, 250, 1) 686 ?> 687 688 <?lua 689 dofile("includes/asteroidField.lua") 690 asteroidBelt(2000, -250, 9000, 30, 0, 30, 30, 50, 10000, 11000, 300, 1) 691 ?> 692 693 <?lua 694 dofile("includes/asteroidField.lua") 695 asteroidBelt(2000, -250, 9000, 30, 0, 30, 30, 50, 14000, 15000, 350, 1) 696 ?> 653 697 654 698 <!-- other asteroid fileds --> 655 699 656 <!-- l inks vorguard 1 -->700 <!-- left before guard 1 --> 657 701 <?lua 658 702 dofile("includes/asteroidField.lua") … … 660 704 ?> 661 705 662 <!-- l inks hinterguard 1 -->706 <!-- left behind guard 1 --> 663 707 <?lua 664 708 dofile("includes/asteroidField.lua") … … 666 710 ?> 667 711 668 <!-- zwischen guard 2 & mainship -->669 <!-- Kern-->712 <!-- between guard 2 & mainship --> 713 <!-- Core --> 670 714 <?lua 671 715 dofile("includes/asteroidField.lua") … … 684 728 ?> 685 729 686 687 <Planet position="2000,-250,9000" scale=5000 pitch=1 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="0.5" atmospheresize=224.0f imagesize=1024.0f /> 688 689 <!-- 690 <Model position="1000, 0,40" yaw="90" pitch="-90" roll="5" scale="50" mesh="ast1.mesh" /> 691 --> 730 <!-- PLANETS --> 731 732 <Planet position="2000,-250,9000" 733 scale=5000 734 pitch=1 735 mesh="iceplanet.mesh" 736 atmosphere="atmosphere1" 737 rotationaxis="1,1,0" 738 rotationrate="0.5" 739 atmospheresize=224.0f 740 imagesize=1024.0f /> 741 692 742 693 743 <!-- ----------------Rotating SpaceStation--------------- --> … … 710 760 711 761 <!-- ------------------------- Mainship ------------------ --> 762 712 763 <StaticEntity position="-12000, -22000, 25000" yaw=112 pitch=67> 713 764 <attached>
Note: See TracChangeset
for help on using the changeset viewer.