home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / item.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  73.5 KB  |  2,730 lines

  1. //----------------------------------------------------------------------------
  2.  
  3. $ItemFavoritesKey = "";  // Change this if you add new items
  4.                          // and don't want to mess up everyone's
  5.                          // favorites - just put in something
  6.                          // that uniquely describes your new stuff.
  7.  
  8. //----------------------------------------------------------------------------
  9.  
  10. $ItemPopTime = 30;
  11.  
  12. $ToolSlot=0;
  13. $WeaponSlot=0;
  14. $BackpackSlot=1;
  15. $FlagSlot=2;
  16. $DefaultSlot=3;
  17.  
  18. $AutoUse[Blaster] = True;
  19. $AutoUse[Chaingun] = True;
  20. $AutoUse[PlasmaGun] = True;
  21. $AutoUse[Mortar] = True;
  22. $AutoUse[GrenadeLauncher] = True;
  23. $AutoUse[LaserRifle] = True;
  24. $AutoUse[EnergyRifle] = True;
  25. $AutoUse[TargetingLaser] = False;
  26. $AutoUse[ChargeGun] = True;
  27.  
  28. $Use[Blaster] = True;
  29.  
  30. $ArmorType[Male, LightArmor] = larmor;
  31. $ArmorType[Male, MediumArmor] = marmor;
  32. $ArmorType[Male, HeavyArmor] = harmor;
  33. $ArmorType[Female, LightArmor] = lfemale;
  34. $ArmorType[Female, MediumArmor] = mfemale;       
  35. $ArmorType[Female, HeavyArmor] = harmor;
  36.  
  37. $ArmorName[larmor] = LightArmor;
  38. $ArmorName[marmor] = MediumArmor;
  39. $ArmorName[harmor] = HeavyArmor;
  40. $ArmorName[lfemale] = LightArmor;
  41. $ArmorName[mfemale] = MediumArmor;
  42.  
  43. // Amount to remove when selling or dropping ammo
  44. $SellAmmo[BulletAmmo] = 25;
  45. $SellAmmo[PlasmaAmmo] = 5;
  46. $SellAmmo[DiscAmmo] = 5;
  47. $SellAmmo[GrenadeAmmo] = 5;
  48. $SellAmmo[MortarAmmo] = 5;
  49. $SellAmmo[Beacon] = 5;
  50. $SellAmmo[MineAmmo] = 5;
  51. $SellAmmo[Grenade] = 5;
  52.  
  53. // Max Amount of ammo the Ammo Pack can carry
  54. $AmmoPackMax[BulletAmmo] = 150;
  55. $AmmoPackMax[PlasmaAmmo] = 30;
  56. $AmmoPackMax[DiscAmmo] = 15;
  57. $AmmoPackMax[GrenadeAmmo] = 15;
  58. $AmmoPackMax[MortarAmmo] = 10;
  59. $AmmoPackMax[MineAmmo] = 5;
  60. $AmmoPackMax[Grenade] = 10;
  61. $AmmoPackMax[Beacon] = 10;
  62.  
  63. // Items in the AmmoPack
  64. $AmmoPackItems[0] = BulletAmmo;
  65. $AmmoPackItems[1] = PlasmaAmmo;
  66. $AmmoPackItems[2] = DiscAmmo;
  67. $AmmoPackItems[3] = GrenadeAmmo;
  68. $AmmoPackItems[4] = Grenade;
  69. $AmmoPackItems[5] = MineAmmo;
  70. $AmmoPackItems[6] = MortarAmmo;
  71. $AmmoPackItems[7] = Beacon;
  72.  
  73. // Limit on number of special Items you can buy
  74. $TeamItemMax[DeployableAmmoPack] = 7;
  75. $TeamItemMax[DeployableInvPack] = 5;
  76. $TeamItemMax[TurretPack] = 10;
  77. $TeamItemMax[CameraPack] = 15;
  78. $TeamItemMax[DeployableSensorJammerPack] = 8;
  79. $TeamItemMax[PulseSensorPack] = 15;
  80. $TeamItemMax[MotionSensorPack] = 15;
  81. $TeamItemMax[ScoutVehicle] = 3;
  82. $TeamItemMax[HAPCVehicle] = 1;
  83. $TeamItemMax[LAPCVehicle] = 2;
  84. $TeamItemMax[Beacon] = 40;
  85. $TeamItemMax[mineammo] = 35;
  86.  
  87. // Global object damage skins (staticShapes Turrets Stations Sensors)
  88. DamageSkinData objectDamageSkins
  89. {
  90.    bmpName[0] = "dobj1_object";
  91.    bmpName[1] = "dobj2_object";
  92.    bmpName[2] = "dobj3_object";
  93.    bmpName[3] = "dobj4_object";
  94.    bmpName[4] = "dobj5_object";
  95.    bmpName[5] = "dobj6_object";
  96.    bmpName[6] = "dobj7_object";
  97.    bmpName[7] = "dobj8_object";
  98.    bmpName[8] = "dobj9_object";
  99.    bmpName[9] = "dobj10_object";
  100. };
  101.  
  102. // Weapon to ammo table
  103. $WeaponAmmo[Blaster] = "";
  104. $WeaponAmmo[PlasmaGun] = PlasmaAmmo;
  105. $WeaponAmmo[Chaingun] = BulletAmmo;
  106. $WeaponAmmo[DiscLauncher] = DiscAmmo;
  107. $WeaponAmmo[GrenadeLauncher] = GrenadeAmmo;
  108. $WeaponAmmo[Mortar] = Mortar;
  109. $WeaponAmmo[LaserRifle] = "";
  110. $WeaponAmmo[EnergyRifle] = "";
  111.  
  112.  
  113. //----------------------------------------------------------------------------
  114. // Server side methods
  115. // The client side inventory dialogs call buyItem, sellItem,
  116. // useItem and dropItem through remoteEvals.
  117.  
  118. function teamEnergyBuySell(%player,%cost)
  119. {
  120.     %client = Player::getClient(%player);
  121.     %team = Client::getTeam(%client);
  122.     // IF - Cost positive selling    IF - Cost Negitive buying 
  123.     %station = %player.Station;
  124.     %stationName = GameBase::getDataName(%station); 
  125.     if(%stationName == DeployableInvStation || %stationName == DeployableAmmoStation) {
  126.         %station.Energy += %cost;            //Remote StationEnergy
  127.         if(%station.Energy < 1)
  128.             %station.Energy = 0;
  129.     }
  130.     else if($TeamEnergy[%team] != "Infinite") { 
  131.         $TeamEnergy[%team] += %cost;    //Total TeamEnergy
  132.          %client.teamEnergy += %cost;   //Personal TeamEnergy
  133.     }
  134. }
  135.  
  136. function isPlayerBusy(%client)
  137. {
  138.     // Can't buy things if busy shooting.
  139.     %state = Player::getItemState(%client,$WeaponSlot);
  140.     return %state == "Fire" || %state == "Reload";
  141. }
  142.  
  143. function remoteBuyFavorites(%client,%favItem0,%favItem1,%favItem2,%favItem3,%favItem4,%favItem5,%favItem6,%favItem7,%favItem8,%favItem9,%favItem10,%favItem11,%favItem12,%favItem13,%favItem14,%favItem15,%favItem16,%favItem17,%favItem18,%favItem19)
  144. {
  145.     if (isPlayerBusy(%client))
  146.         return;
  147.  
  148.    // only can buy fav every 1/2 second
  149.    %time = getIntegerTime(true) >> 4; // int half seconds
  150.    if(%time <= %client.lastBuyFavTime)
  151.       return;
  152.  
  153.    %client.lastBuyFavTime = %time;
  154.  
  155.     %station = (Client::getOwnedObject(%client)).Station;
  156.     if(%station != "" ) {
  157.         %stationName = GameBase::getDataName(%station); 
  158.         if(%stationName == DeployableInvStation || %stationName == DeployableAmmoStation) 
  159.             %energy = %station.Energy;
  160.         else 
  161.             %energy = $TeamEnergy[Client::getTeam(%client)];
  162.         if(%energy == "Infinite" || %energy > 0) {
  163.             %error = 0;
  164.             %bought = 0;
  165.             %max = getNumItems();
  166.             for (%i = 0; %i < %max; %i = %i + 1) { 
  167.                 %item = getItemData(%i);
  168.                 if ($ServerCheats || Client::isItemShoppingOn(%client,%item)|| $TestCheats) {
  169.                     %count = Player::getItemCount(%client,%item);
  170.                     if(%count) {
  171.                         if(%item.className != Armor) 
  172.                             teamEnergyBuySell(Client::getOwnedObject(%client),(%item.price * %count));
  173.                         Player::setItemCount(%client, %item, 0);  
  174.                     }
  175.                 }
  176.             }
  177.             for (%i = 0; %i < 20; %i++) { 
  178.                 if(%favItem[%i] != "") {
  179.                     %item = getItemData(%favItem[%i]);
  180.                     if ((Client::isItemShoppingOn(%client,%item)) && ($ItemMax[Player::getArmor(%client),  %item] > Player::getItemCount(%client,%item) || %item.className == Armor)) {
  181.                         if(!buyItem(%client,%item))  
  182.                             %error = 1;
  183.                         else
  184.                             %bought++;
  185.                     }
  186.                 }
  187.               }
  188.             if(%bought) {
  189.                 if(%error) 
  190.                     Client::sendMessage(%client,0,"~wC_BuySell.wav");
  191.                 else 
  192.                     Client::SendMessage(%client,0,"~wbuysellsound.wav");
  193.             }
  194.             updateBuyingList(%client);
  195.         }
  196.     }
  197. }
  198.  
  199.  
  200. function replenishTeamEnergy(%team)
  201. {
  202.     $TeamEnergy[%team] += $incTeamEnergy;
  203.     schedule("replenishTeamEnergy(" @ %team @ ");", $secTeamEnergy);
  204. }
  205.  
  206.  
  207. function checkResources(%player,%item,%delta,%noMessage)
  208. {
  209.     %client = Player::getClient(%player);
  210.     %team = Client::getTeam(%client);
  211.     %extraAmmo = 0 ;
  212.     if (Player::getMountedItem(%client,$BackpackSlot) == ammopack && $AmmoPackMax[%item] != "") {
  213.         %extraAmmo = $AmmoPackMax[%item];
  214.         if(%delta == $ItemMax[Player::getArmor(%client), %item]) 
  215.             %delta = %delta + %extraAmmo;
  216.     }
  217.     if($TestCheats == 0 && %client.spawn == "") {
  218.         %energy = $TeamEnergy[%team];
  219.         %station = %player.Station;
  220.         %sName = GameBase::getDataName(%station);
  221.         if(%sName == DeployableInvStation || %sName == DeployableAmmoStation){
  222.             %energy = %station.Energy;
  223.         }
  224.         if(%energy != "Infinite") {
  225.             if (%item.price * %delta > %energy)    
  226.                 %delta = %energy / %item.price; 
  227.             if(%delta < 1 ) {
  228.                 if(%noMessage == "")
  229.                     Client::sendMessage(%client,0,"Couldn't buy " @ %item.description @ " - "@ %energy @ " Energy points left");
  230.                 return 0;
  231.             }
  232.         }
  233.     }
  234.     if(%item.className == Weapon) {
  235.         %armor = Player::getArmor(%client);
  236.         %wcount = Player::getItemClassCount(%client,"Weapon");
  237.         if (Player::getItemClassCount(%client,"Weapon") >= $MaxWeapons[%armor]) {
  238.             Client::sendMessage(%client,0,"To many weapons for " @ $ArmorName[%armor].description @ " to carry");
  239.             return 0;
  240.         }
  241.       }
  242.     else if(%item == RepairPatch) {
  243.         %pDamage = GameBase::getDamageLevel(%player);
  244.         if(GameBase::getDamageLevel(%player) > 0) 
  245.             return 1;
  246.         return 0;
  247.    }
  248.    else if($TeamItemMax[%item] != "" && !$TestCheats) {
  249.         if($TeamItemMax[%item] <= $TeamItemCount[%team, %item]) {
  250.             Client::sendMessage(%client,0,"Deployable Item limit reached for " @ %item.description @ "s");
  251.             return 0;
  252.         }
  253.     }
  254.     if(%item.className != Armor && %item.className != Vehicle) {
  255.        %count = Player::getItemCount(%client,%item);
  256.           %max = $ItemMax[(Player::getArmor(%client)), %item] + %extraAmmo ;
  257.        if(%delta + %count >= %max) 
  258.             %delta = %max - %count;
  259.     }
  260.     return %delta;
  261. }
  262.  
  263. function buyItem(%client,%item)
  264. {
  265.     %player = Client::getOwnedObject(%client);
  266.     %armor = Player::getArmor(%client);
  267.     if (($ServerCheats || Client::isItemShoppingOn(%client,%item) || $TestCheats || %client.spawn) && 
  268.             ($ItemMax[%armor, %item] || %item.className == Armor || %item.className == Vehicle || $TestCheats)) {
  269.         if (%item.className == Armor) {
  270.             // Assign armor by requested type & gender 
  271.             %buyarmor = $ArmorType[Client::getGender(%client), %item];
  272.             if(%armor != %buyarmor || Player::getItemCount(%client,%item) == 0)    {
  273.                 teamEnergyBuySell(%player,$ArmorName[%armor].price);
  274.                 if(checkResources(%player,%item,1)) {
  275.                     teamEnergyBuySell(%player,$ArmorName[%buyarmor].price * -1);
  276.                     Player::setArmor(%client,%buyarmor);
  277.                     checkMax(%client,%buyarmor);
  278.                     armorChange(%client);
  279.                      Player::setItemCount(%client, $ArmorName[%armor], 0);  
  280.                      Player::setItemCount(%client, %item, 1);  
  281.                     if (Player::getMountedItem(%client,$BackpackSlot) == ammopack) 
  282.                         fillAmmoPack(%client);    
  283.                     return 1;
  284.                 }
  285.  
  286.                 teamEnergyBuySell(%player,$ArmorName[%armor].price * -1);
  287.             }
  288.         }
  289.         else if (%item.className == Backpack) {
  290.             if($TeamItemMax[%item] != "") {                        
  291.                 if($TeamItemCount[GameBase::getTeam(%client) @ %item] >= $TeamItemMax[%item])
  292.                    return 0;
  293.              }
  294.  
  295.             // Only one backpack per armor.
  296.             %pack = Player::getMountedItem(%client,$BackpackSlot);
  297.             if (%pack != -1) {
  298.                 if(%pack == ammopack) 
  299.                     checkMax(%client,%armor);
  300.                 else if(%pack == EnergyPack) {
  301.                     if(Player::getItemCount(%client,"LaserRifle") > 0) {
  302.                         Client::sendMessage(%client,0,"Sold Energy Pack - Auto Selling Laser Rifle");
  303.                         remoteSellItem(%client,22);                        
  304.                     }
  305.                 }    
  306.                 teamEnergyBuySell(%player,%pack.price);
  307.                 Player::decItemCount(%client,%pack);
  308.             }               
  309.             if (checkResources(%player,%item,1) || $testCheats) {
  310.                 teamEnergyBuySell(%player,%item.price * -1);
  311.                 Player::incItemCount(%client,%item);
  312.                 Player::useItem(%client,%item);                                     
  313.                 if(%item == ammopack) 
  314.                     fillAmmoPack(%client);
  315.                 return 1;
  316.             }
  317.             else if(%pack != -1) {
  318.                 teamEnergyBuySell(%player,%pack.price * -1);
  319.                 Player::incItemCount(%client,%pack);
  320.                 Player::useItem(%client,%pack);                                     
  321.                 if(%pack == ammopack) 
  322.                     fillAmmoPack(%client);
  323.             }                 
  324.         }
  325.         else if(%item.className == Weapon) {
  326.             if(checkResources(%player,%item,1)) {
  327.                 if(%item == LaserRifle && Player::getItemCount(%client,"EnergyPack") == 0) {
  328.                     buyItem(%client,"EnergyPack");
  329.                     Client::sendMessage(%client,0,"Bought Laser Rifle - Auto buying Energy Pack");
  330.                 }
  331.                 Player::incItemCount(%client,%item);
  332.                 teamEnergyBuySell(%player,(%item.price * -1));
  333.                 %ammoItem =  %item.imageType.ammoType; 
  334.                 if(%ammoItem != "") {
  335.                     %delta = checkResources(%player,%ammoItem,$ItemMax[%armor, %ammoItem]);
  336.                     if(%delta || $testCheats) {
  337.                         teamEnergyBuySell(%player,(%ammoItem.price * -1 * %delta));
  338.                         Player::incItemCount(%client,%ammoitem,%delta);
  339.                     }
  340.                 }
  341.                 return 1;
  342.             }
  343.         }
  344.          else if(%item.className == Vehicle) {
  345.            if($TeamItemCount[GameBase::getTeam(%client) @ %item] < $TeamItemMax[%item]) {
  346.                 %shouldBuy = VehicleStation::checkBuying(%client,%item);
  347.                 if(%shouldBuy == 1) {
  348.                     teamEnergyBuySell(%player,(%item.price * -1));
  349.                     return 1;
  350.                 }            
  351.                  else if(%shouldBuy == 2)
  352.                     return 1;
  353.             }
  354.         }
  355.         else {
  356.             if($TeamItemMax[%item] != "") {                        
  357.                 if($TeamItemCount[GameBase::getTeam(%client) @ %item] >= $TeamItemMax[%item])
  358.                    return 0;
  359.              }
  360.             %delta = checkResources(%player,%item,$ItemMax[%armor, %item]);
  361.              if(%delta || $testCheats) {
  362.                 teamEnergyBuySell(%player,(%item.price * -1 * %delta));
  363.                 Player::incItemCount(%client,%item,%delta);
  364.                 return 1;
  365.             }
  366.         }
  367.         
  368.      }
  369.     return 0;
  370. }
  371.  
  372. function armorChange(%client)
  373. {
  374.     %player = Client::getOwnedObject(%client);
  375.     if(%client.respawn == "" && %player.Station != "") {
  376.         %sPos = GameBase::getPosition(%player.Station);
  377.         %pPos    = GameBase::getPosition(%client);
  378.         %posX = getWord(%sPos,0);
  379.         %posY = getWord(%sPos,1);
  380.         %posZ = getWord(%pPos,2);
  381.         %vec = Vector::getFromRot(GameBase::getRotation(%player.Station),-1);    
  382.           %newPosX = (getWord(%vec,0) * 1) + %posX;         
  383.         %newPosY = (getWord(%vec,1) * 1) + %posY;
  384.         GameBase::setPosition(%client, %newPosX @ " " @ %newPosY @ " " @ %posZ);
  385.     }
  386. }
  387.  
  388. function remoteBuyItem(%client,%type)
  389. {
  390.     if (isPlayerBusy(%client))
  391.         return;
  392.  
  393.     %item = getItemData(%type);
  394.     if(buyItem(%client,%item)) {
  395.          Client::sendMessage(%client,0,"~wbuysellsound.wav");
  396.         updateBuyingList(%client);
  397.     }
  398.     else 
  399.           Client::sendMessage(%client,0,"You couldn't buy "@ %item.description @"~wC_BuySell.wav");
  400. }
  401.  
  402. function remoteSellItem(%client,%type)
  403. {
  404.     if (isPlayerBusy(%client))
  405.         return;
  406.  
  407.     %item = getItemData(%type);
  408.     %player = Client::getOwnedObject(%client);
  409.     if ($ServerCheats || Client::isItemShoppingOn(%client,%item) || $TestCheats) {
  410.         if(Player::getItemCount(%client,%item) && %item.className != Armor) {
  411.             %numsell = 1;
  412.             if(%item.className == Ammo || %item.className == HandAmmo) {
  413.                 %count = Player::getItemCount(%client, %item);
  414.                 if(%count < $SellAmmo[%item]) 
  415.                     %numsell = %count; 
  416.                 else 
  417.                     %numsell = $SellAmmo[%item];
  418.             }
  419.             else if (%item == ammopack) 
  420.                 checkMax(%client,Player::getArmor(%client));
  421.             else if($TeamItemMax[%item] != "") {
  422.                 if(%item.className == Vehicle) 
  423.                     $TeamItemCount[(Client::getTeam(%client)) @ %item]--;
  424.             }
  425.             else if(%item == EnergyPack) { 
  426.                 if(Player::getItemCount(%client,"LaserRifle") > 0) {
  427.                     Client::sendMessage(%client,0,"Sold Energy Pack - Auto Selling Laser Rifle");
  428.                     remoteSellItem(%client,22);                        
  429.                 }
  430.             }
  431.             teamEnergyBuySell(%player,%item.price * %numsell);
  432.             Player::setItemCount(%player,%item,(%count-%numsell));
  433.             updateBuyingList(%client);
  434.             Client::SendMessage(%client,0,"~wbuysellsound.wav");
  435.             return 1;
  436.         }
  437.     }
  438.     Client::sendMessage(%client,0,"Cannot sell item ~wC_BuySell.wav");
  439. }
  440.  
  441. function remoteUseItem(%client,%type)
  442. {
  443.     //echo("Use item: " @ %type @ " " @ %item);
  444.     %client.throwStrength = 1;
  445.  
  446.     %item = getItemData(%type);
  447.     if (%item == Backpack) 
  448.         %item = Player::getMountedItem(%client,$BackpackSlot);
  449.     else {
  450.         if (%item == Weapon) 
  451.             %item = Player::getMountedItem(%client,$WeaponSlot);
  452.     }
  453.     Player::useItem(%client,%item);
  454. }
  455.  
  456. function remoteThrowItem(%client,%type,%strength)
  457. {
  458.     %player = Client::getOwnedObject(%client);
  459.     if(%player.Station == "" && %player.waitThrowTime + $WaitThrowTime <= getSimTime()) {
  460.         if(GameBase::getControlClient(%player) != -1 || %player.vehicle != "") {
  461.         //if(GameBase::getControlClient(%player) != -1) {
  462.               echo("Throw item: " @ %type @ " " @ %strength);
  463.             %item = getItemData(%type);
  464.             if (%item == Grenade || %item == MineAmmo) {
  465.                 if (%strength < 0)
  466.                     %strength = 0;
  467.                 else
  468.                     if (%strength > 100)
  469.                         %strength = 100;
  470.                 %client.throwStrength = 0.3 + 0.7 * (%strength / 100);
  471.                 Player::useItem(%client,%item);
  472.             }
  473.         }
  474.     }
  475. }
  476.  
  477. function remoteDropItem(%client,%type)
  478. {
  479.     if((Client::getOwnedObject(%client)).driver != 1) {
  480.         //echo("Drop item: ",%type);
  481.         %client.throwStrength = 1;
  482.  
  483.         %item = getItemData(%type);
  484.         if (%item == Backpack) {
  485.             %item = Player::getMountedItem(%client,$BackpackSlot);
  486.             Player::dropItem(%client,%item);
  487.         }
  488.         else if (%item == Weapon) {
  489.             %item = Player::getMountedItem(%client,$WeaponSlot);
  490.             Player::dropItem(%client,%item);
  491.         }
  492.         else if (%item == Ammo) {
  493.             %item = Player::getMountedItem(%client,$WeaponSlot);
  494.             if(%item.className == Weapon) {
  495.                 %item = %item.imageType.ammoType;
  496.                 Player::dropItem(%client,%item);
  497.             }
  498.         }
  499.         else 
  500.             Player::dropItem(%client,%item);
  501.     }
  502. }
  503.  
  504. function remoteDeployItem(%client,%type)
  505. {
  506.     //echo("Deploy item: ",%type);
  507.     %item = getItemData(%type);
  508.     Player::deployItem(%client,%item);
  509. }
  510.  
  511. //
  512. $NextWeapon[EnergyRifle] = Blaster;
  513. $NextWeapon[Blaster] = PlasmaGun;
  514. $NextWeapon[PlasmaGun] = Chaingun;
  515. $NextWeapon[Chaingun] = DiscLauncher;
  516. $NextWeapon[DiscLauncher] = GrenadeLauncher;
  517. $NextWeapon[GrenadeLauncher] = Mortar;
  518. $NextWeapon[Mortar] = LaserRifle;
  519. $NextWeapon[LaserRifle] = EnergyRifle;
  520.  
  521. $PrevWeapon[Blaster] = EnergyRifle;
  522. $PrevWeapon[PlasmaGun] = Blaster;
  523. $PrevWeapon[Chaingun] = PlasmaGun;
  524. $PrevWeapon[DiscLauncher] = Chaingun;
  525. $PrevWeapon[GrenadeLauncher] = DiscLauncher;
  526. $PrevWeapon[Mortar] = GrenadeLauncher;
  527. $PrevWeapon[LaserRifle] = Mortar;
  528. $PrevWeapon[EnergyRifle] = LaserRifle;
  529.  
  530. function remoteNextWeapon(%client)
  531. {
  532.     %item = Player::getMountedItem(%client,$WeaponSlot);
  533.     if (%item == -1 || $NextWeapon[%item] == "")
  534.         selectValidWeapon(%client);
  535.     else {
  536.         for (%weapon = $NextWeapon[%item]; %weapon != %item;
  537.                 %weapon = $NextWeapon[%weapon]) {
  538.             if (isSelectableWeapon(%client,%weapon)) {
  539.                 Player::useItem(%client,%weapon);
  540.                 // Make sure it mounted (laser may not), or at least
  541.                 // next in line to be mounted.
  542.                 if (Player::getMountedItem(%client,$WeaponSlot) == %weapon ||
  543.                         Player::getNextMountedItem(%client,$WeaponSlot) == %weapon)
  544.                     break;
  545.             }
  546.         }
  547.     }
  548. }
  549.  
  550. function remotePrevWeapon(%client)
  551. {
  552.     %item = Player::getMountedItem(%client,$WeaponSlot);
  553.     if (%item == -1 || $PrevWeapon[%item] == "")
  554.         selectValidWeapon(%client);
  555.     else {
  556.         for (%weapon = $PrevWeapon[%item]; %weapon != %item;
  557.                 %weapon = $PrevWeapon[%weapon]) {
  558.             if (isSelectableWeapon(%client,%weapon)) {
  559.                 Player::useItem(%client,%weapon);
  560.                 // Make sure it mounted (laser may not), or at least
  561.                 // next in line to be mounted.
  562.                 if (Player::getMountedItem(%client,$WeaponSlot) == %weapon ||
  563.                         Player::getNextMountedItem(%client,$WeaponSlot) == %weapon)
  564.                     break;
  565.             }
  566.         }
  567.     }
  568. }
  569.  
  570. function selectValidWeapon(%client)
  571. {
  572.     %item = EnergyRifle;
  573.     for (%weapon = $NextWeapon[%item]; %weapon != %item;
  574.             %weapon = $NextWeapon[%weapon]) {
  575.         if (isSelectableWeapon(%client,%weapon)) {
  576.             Player::useItem(%client,%weapon);
  577.             break;
  578.         }
  579.     }
  580. }
  581.  
  582. function isSelectableWeapon(%client,%weapon)
  583. {
  584.     if (Player::getItemCount(%client,%weapon)) {
  585.         %ammo = $WeaponAmmo[%weapon];
  586.         if (%ammo == "" || Player::getItemCount(%client,%ammo) > 0)
  587.             return true;
  588.     }
  589.     return false;
  590. }
  591.  
  592.  
  593. //----------------------------------------------------------------------------
  594. // Default item scripts
  595. //----------------------------------------------------------------------------
  596.  
  597. function Item::giveItem(%player,%item,%delta)
  598. {
  599.     %armor = Player::getArmor(%player);
  600.     if($ItemMax[%armor, %item]) {          
  601.         %client = Player::getClient(%player);
  602.         if (%item.className == Backpack) {
  603.             // Only one backpack per armor, and it's always mounted
  604.             if (Player::getMountedItem(%player,$BackpackSlot) == -1) {
  605.                  Player::incItemCount(%player,%item);
  606.                  Player::useItem(%player,%item);
  607.                 Client::sendMessage(%client,0,"You received a " @ %item @ " backpack");
  608.                  return 1;
  609.             }
  610.         }
  611.           else {
  612.             // Check num weapons carried by player can't have more then max
  613.             if (%item.className == Weapon) {
  614.                 if (Player::getItemClassCount(%player,"Weapon") >= $MaxWeapons[%armor]) 
  615.                     return 0;
  616.             }  
  617.             %extraAmmo = 0 ;
  618.             if (Player::getMountedItem(%client,$BackpackSlot) == ammopack && $AmmoPackMax[%item] != "") 
  619.                 %extraAmmo = $AmmoPackMax[%item];
  620.             // Make sure it doesn't exceed carrying capacity
  621.             %count = Player::getItemCount(%player,%item);
  622.             if (%count + %delta > $ItemMax[%armor, %item] + %extraAmmo) 
  623.                 %delta = ($ItemMax[%armor, %item] + %extraAmmo) - %count;
  624.             if (%delta > 0) {
  625.                 Player::incItemCount(%player,%item,%delta);
  626.                 if (%count == 0 && $AutoUse[%item]) 
  627.                     Player::useItem(%player,%item);
  628.                 Client::sendMessage(%client,0,"You received " @ %delta @ " " @ %item.description);
  629.                 return %delta;
  630.             }
  631.         }
  632.    }
  633.     return 0;
  634. }
  635.  
  636.  
  637. //----------------------------------------------------------------------------
  638. // Default Item object methods
  639.  
  640. $PickupSound[Ammo] = "SoundPickupAmmo";
  641. $PickupSound[Weapon] = "SoundPickupWeapon";
  642. $PickupSound[Backpack] = "SoundPickupBackpack";
  643. $PickupSound[Repair] = "SoundPickupHealth";
  644.  
  645. function Item::playPickupSound(%this)
  646. {
  647.     %item = Item::getItemData(%this);
  648.     %sound = $PickupSound[%item.className];
  649.     if (%sound != "")  
  650.         playSound(%sound,GameBase::getPosition(%this));
  651.     else {
  652.         // Generic item sound
  653.         playSound(SoundPickupItem,GameBase::getPosition(%this));
  654.     }
  655. }    
  656.  
  657. function Item::respawn(%this)
  658. {
  659.     // If the item is rotating we respawn it,
  660.     if (Item::isRotating(%this)) {
  661.         Item::hide(%this,True);
  662.         schedule("Item::hide(" @ %this @ ",false); GameBase::startFadeIn(" @ %this @ ");",$ItemRespawnTime,%this);
  663.     }
  664.     else { 
  665.         deleteObject(%this);
  666.     }
  667. }    
  668.  
  669. function Item::onAdd(%this)
  670. {
  671. }
  672.  
  673. function Item::onCollision(%this,%object)
  674. {
  675.     if (getObjectType(%object) == "Player") {
  676.         %item = Item::getItemData(%this);
  677.         %count = Player::getItemCount(%object,%item);
  678.         if (Item::giveItem(%object,%item,Item::getCount(%this))) {
  679.             Item::playPickupSound(%this);
  680.             Item::respawn(%this);
  681.         }
  682.     }
  683. }
  684.  
  685.  
  686. //----------------------------------------------------------------------------
  687. // Default Inventory methods
  688.  
  689. function Item::onMount(%player,%item)
  690. {
  691. }
  692.  
  693. function Item::onUnmount(%player,%item)
  694. {
  695. }
  696.  
  697. function Item::onUse(%player,%item)
  698. {
  699.     //echo("Item used: ",%player," ",%item);
  700.     Player::mountItem(%player,%item,$DefaultSlot);
  701. }
  702.  
  703. function Item::pop(%item)
  704. {
  705.      GameBase::startFadeOut(%item);
  706.    schedule("deleteObject(" @ %item @ ");",2.5, %item);
  707. }
  708.  
  709. function Item::onDrop(%player,%item)
  710. {
  711.     if($matchStarted) {
  712.         if(%item.className != Armor) {
  713.             //echo("Item dropped: ",%player," ",%item);
  714.             %obj = newObject("","Item",%item,1,false);
  715.                 schedule("Item::Pop(" @ %obj @ ");", $ItemPopTime, %obj);
  716.                addToSet("MissionCleanup", %obj);
  717.             if (Player::isDead(%player)) 
  718.                 GameBase::throw(%obj,%player,10,true);
  719.             else {
  720.                 GameBase::throw(%obj,%player,15,false);
  721.                 Item::playPickupSound(%obj);
  722.             }
  723.             Player::decItemCount(%player,%item,1);
  724.             return %obj;
  725.         }
  726.     }
  727. }
  728.  
  729. function Item::onDeploy(%player,%item,%pos)
  730. {
  731. }
  732.  
  733.  
  734. //----------------------------------------------------------------------------
  735. // Flags
  736. //----------------------------------------------------------------------------
  737.  
  738. function Flag::onUse(%player,%item)
  739. {
  740.     Player::mountItem(%player,%item,$FlagSlot);
  741. }
  742.  
  743.  
  744. //----------------------------------------------------------------------------
  745.  
  746. ItemImageData FlagImage
  747. {
  748.     shapeFile = "flag";
  749.     mountPoint = 2;
  750.     mountOffset = { 0, 0, -0.35 };
  751.     mountRotation = { 0, 0, 0 };
  752.  
  753.     lightType = 2;   // Pulsing
  754.     lightRadius = 4;
  755.     lightTime = 1.5;
  756.     lightColor = { 1, 1, 1};
  757. };
  758.  
  759. ItemData Flag
  760. {
  761.     description = "Flag";
  762.     shapeFile = "flag";
  763.     imageType = FlagImage;
  764.     showInventory = false;
  765.     shadowDetailMask = 4;
  766.  
  767.     lightType = 2;   // Pulsing
  768.     lightRadius = 4;
  769.     lightTime = 1.5;
  770.     lightColor = { 1, 1, 1 };
  771. };
  772.  
  773. ItemData RaceFlag
  774. {
  775.     description = "Race Flag";
  776.     shapeFile = "flag";
  777.     imageType = FlagImage;
  778.     showInventory = false;
  779.     shadowDetailMask = 4;
  780.  
  781.     lightType = 2;   // Pulsing
  782.     lightRadius = 4;
  783.     lightTime = 1.5;
  784.     lightColor = { 1, 1, 1 };
  785. };
  786.  
  787. //----------------------------------------------------------------------------
  788. // Armors
  789. //----------------------------------------------------------------------------
  790.  
  791. ItemData LightArmor
  792. {
  793.    heading = "aArmor";
  794.     description = "Light Armor";
  795.     className = "Armor";
  796.     price = 175;
  797. };
  798.  
  799. ItemData MediumArmor
  800. {
  801.    heading = "aArmor";
  802.     description = "Medium Armor";
  803.     className = "Armor";
  804.     price = 250;
  805. };
  806.  
  807. ItemData HeavyArmor
  808. {
  809.    heading = "aArmor";
  810.     description = "Heavy Armor";
  811.     className = "Armor";
  812.     price = 400;
  813. };
  814.  
  815. //----------------------------------------------------------------------------
  816. // Vehicles
  817. //----------------------------------------------------------------------------
  818.  
  819. ItemData ScoutVehicle
  820. {
  821.     description = "Scout";
  822.     className = "Vehicle";
  823.    heading = "aVehicle";
  824.     price = 600;
  825. };
  826.  
  827. ItemData LAPCVehicle
  828. {
  829.     description = "LPC";
  830.     className = "Vehicle";
  831.    heading = "aVehicle";
  832.     price = 675;
  833. };
  834.  
  835. ItemData HAPCVehicle
  836. {
  837.     description = "HPC";
  838.     className = "Vehicle";
  839.    heading = "aVehicle";
  840.     price = 875;
  841. };
  842.  
  843.  
  844. //----------------------------------------------------------------------------
  845. // Tools, Weapons & ammo
  846. //----------------------------------------------------------------------------
  847.  
  848. ItemData Weapon
  849. {
  850.     description = "Weapon";
  851.     showInventory = false;
  852. };
  853.  
  854. function Weapon::onDrop(%player,%item)
  855. {
  856.     %state = Player::getItemState(%player,$WeaponSlot);
  857.     if (%state != "Fire" && %state != "Reload")
  858.         Item::onDrop(%player,%item);
  859. }    
  860.  
  861. function Weapon::onUse(%player,%item)
  862. {
  863.     if(%player.Station==""){
  864.         %ammo = %item.imageType.ammoType;
  865.         if (%ammo == "") {
  866.             // Energy weapons dont have ammo types
  867.             Player::mountItem(%player,%item,$WeaponSlot);
  868.         }
  869.         else {
  870.             if (Player::getItemCount(%player,%ammo) > 0) 
  871.                 Player::mountItem(%player,%item,$WeaponSlot);
  872.             else {
  873.                 Client::sendMessage(Player::getClient(%player),0,
  874.                 strcat(%item.description," has no ammo"));
  875.             }
  876.         }
  877.     }
  878. }
  879.  
  880.  
  881. //----------------------------------------------------------------------------
  882.  
  883. ItemData Tool
  884. {
  885.     description = "Tool";
  886.     showInventory = false;
  887. };
  888.  
  889. function Tool::onUse(%player,%item)
  890. {
  891.     Player::mountItem(%player,%item,$ToolSlot);
  892. }
  893.  
  894.  
  895.  
  896. //----------------------------------------------------------------------------
  897.  
  898. ItemData Ammo
  899. {
  900.     description = "Ammo";
  901.     showInventory = false;
  902. };
  903.  
  904. function Ammo::onDrop(%player,%item)
  905. {
  906.     if($matchStarted) {
  907.         %count = Player::getItemCount(%player,%item);
  908.         %delta = $SellAmmo[%item];
  909.         if(%count <= %delta) { 
  910.             if( %item == BulletAmmo || (Player::getMountedItem(%player,$WeaponSlot)).imageType.ammoType != %item)
  911.                 %delta = %count;
  912.             else 
  913.                 %delta = %count - 1;
  914.  
  915.         }
  916.         if(%delta > 0) {
  917.             %obj = newObject("","Item",%item,%delta,false);
  918.           schedule("Item::Pop(" @ %obj @ ");", $ItemPopTime, %obj);
  919.  
  920.           addToSet("MissionCleanup", %obj);
  921.             GameBase::throw(%obj,%player,20,false);
  922.             Item::playPickupSound(%obj);
  923.             Player::decItemCount(%player,%item,%delta);
  924.         }
  925.     }
  926. }    
  927.  
  928. //----------------------------------------------------------------------------
  929.  
  930. ItemImageData BlasterImage
  931. {
  932.    shapeFile  = "energygun";
  933.     mountPoint = 0;
  934.  
  935.     weaponType = 0; // Single Shot
  936.     reloadTime = 0;
  937.     fireTime = 0.3;
  938.     minEnergy = 5;
  939.     maxEnergy = 6;
  940.  
  941.     projectileType = BlasterBolt;
  942.     accuFire = true;
  943.  
  944.     sfxFire = SoundFireBlaster;
  945.     sfxActivate = SoundPickUpWeapon;
  946. };
  947.  
  948. ItemData Blaster
  949. {
  950.    heading = "bWeapons";
  951.     description = "Blaster";
  952.     className = "Weapon";
  953.    shapeFile  = "energygun";
  954.     hudIcon = "blaster";
  955.     shadowDetailMask = 4;
  956.     imageType = BlasterImage;
  957.     price = 85;
  958.     showWeaponBar = true;
  959. };
  960.  
  961.  
  962. //----------------------------------------------------------------------------
  963.  
  964. ItemData BulletAmmo
  965. {
  966.     description = "Bullet";
  967.     className = "Ammo";
  968.     shapeFile = "ammo1";
  969.    heading = "xAmmunition";
  970.     shadowDetailMask = 4;
  971.     price = 1;
  972. };
  973.  
  974. ItemImageData ChaingunImage
  975. {
  976.     shapeFile = "chaingun";
  977.     mountPoint = 0;
  978.  
  979.     weaponType = 1; // Spinning
  980.     reloadTime = 0;
  981.     spinUpTime = 0.5;
  982.     spinDownTime = 3;
  983.     fireTime = 0.2;
  984.  
  985.     ammoType = BulletAmmo;
  986.     projectileType = ChaingunBullet;
  987.     accuFire = false;
  988.  
  989.     lightType = 3;  // Weapon Fire
  990.     lightRadius = 3;
  991.     lightTime = 1;
  992.     lightColor = { 0.6, 1, 1 };
  993.  
  994.     sfxFire = SoundFireChaingun;
  995.     sfxActivate = SoundPickUpWeapon;
  996.     sfxSpinUp = SoundSpinUp;
  997.     sfxSpinDown = SoundSpinDown;
  998. };
  999.  
  1000. ItemData Chaingun
  1001. {
  1002.     description = "Chaingun";
  1003.     className = "Weapon";
  1004.     shapeFile = "chaingun";
  1005.     hudIcon = "chain";
  1006.    heading = "bWeapons";
  1007.     shadowDetailMask = 4;
  1008.     imageType = ChaingunImage;
  1009.     price = 125;
  1010.     showWeaponBar = true;
  1011. };
  1012.  
  1013.  
  1014. //----------------------------------------------------------------------------
  1015.  
  1016. ItemData PlasmaAmmo
  1017. {
  1018.     description = "Plasma Bolt";
  1019.    heading = "xAmmunition";
  1020.     className = "Ammo";
  1021.     shapeFile = "plasammo";
  1022.     shadowDetailMask = 4;
  1023.     price = 2;
  1024. };
  1025.  
  1026. ItemImageData PlasmaGunImage
  1027. {
  1028.     shapeFile = "plasma";
  1029.     mountPoint = 0;
  1030.  
  1031.     weaponType = 0; // Single Shot
  1032.     ammoType = PlasmaAmmo;
  1033.     projectileType = PlasmaBolt;
  1034.     accuFire = true;
  1035.     reloadTime = 0.1;
  1036.     fireTime = 0.5;
  1037.  
  1038.     lightType = 3;  // Weapon Fire
  1039.     lightRadius = 3;
  1040.     lightTime = 1;
  1041.     lightColor = { 1, 1, 0.2 };
  1042.  
  1043.     sfxFire = SoundFirePlasma;
  1044.     sfxActivate = SoundPickUpWeapon;
  1045.     sfxReload = SoundDryFire;
  1046. };
  1047.  
  1048. ItemData PlasmaGun
  1049. {
  1050.     description = "Plasma Gun";
  1051.     className = "Weapon";
  1052.     shapeFile = "plasma";
  1053.     hudIcon = "plasma";
  1054.    heading = "bWeapons";
  1055.     shadowDetailMask = 4;
  1056.     imageType = PlasmaGunImage;
  1057.     price = 175;
  1058.     showWeaponBar = true;
  1059. };
  1060.  
  1061.  
  1062. //----------------------------------------------------------------------------
  1063.  
  1064. ItemData GrenadeAmmo
  1065. {
  1066.     description = "Grenade Ammo";
  1067.     className = "Ammo";
  1068.     shapeFile = "grenammo";
  1069.    heading = "xAmmunition";
  1070.     shadowDetailMask = 4;
  1071.     price = 2;
  1072. };
  1073.  
  1074. ItemImageData GrenadeLauncherImage
  1075. {
  1076.     shapeFile = "grenadeL";
  1077.     mountPoint = 0;
  1078.  
  1079.     weaponType = 0; // Single Shot
  1080.     ammoType = GrenadeAmmo;
  1081.     projectileType = GrenadeShell;
  1082.     accuFire = false;
  1083.     reloadTime = 0.5;
  1084.     fireTime = 0.5;
  1085.  
  1086.     lightType = 3;  // Weapon Fire
  1087.     lightRadius = 3;
  1088.     lightTime = 1;
  1089.     lightColor = { 0.6, 1, 1.0 };
  1090.  
  1091.     sfxFire = SoundFireGrenade;
  1092.     sfxActivate = SoundPickUpWeapon;
  1093.     sfxReload = SoundDryFire;
  1094. };
  1095.  
  1096. ItemData GrenadeLauncher
  1097. {
  1098.     description = "Grenade Launcher";
  1099.     className = "Weapon";
  1100.     shapeFile = "grenadeL";
  1101.     hudIcon = "grenade";
  1102.    heading = "bWeapons";
  1103.     shadowDetailMask = 4;
  1104.     imageType = GrenadeLauncherImage;
  1105.     price = 150;
  1106.     showWeaponBar = true;
  1107. };
  1108.  
  1109.  
  1110. //----------------------------------------------------------------------------
  1111.  
  1112. ItemData MortarAmmo
  1113. {
  1114.     description = "Mortar Ammo";
  1115.     className = "Ammo";
  1116.    heading = "xAmmunition";
  1117.     shapeFile = "mortarammo";
  1118.     shadowDetailMask = 4;
  1119.     price = 5;
  1120. };
  1121.  
  1122. ItemImageData MortarImage
  1123. {
  1124.     shapeFile = "mortargun";
  1125.     mountPoint = 0;
  1126.  
  1127.     weaponType = 0; // Single Shot
  1128.     ammoType = MortarAmmo;
  1129.     projectileType = MortarShell;
  1130.     accuFire = false;
  1131.     reloadTime = 0.5;
  1132.     fireTime = 2.0;
  1133.  
  1134.     lightType = 3;  // Weapon Fire
  1135.     lightRadius = 3;
  1136.     lightTime = 1;
  1137.     lightColor = { 0.6, 1, 1.0 };
  1138.  
  1139.     sfxFire = SoundFireMortar;
  1140.     sfxActivate = SoundPickUpWeapon;
  1141.     sfxReload = SoundMortarReload;
  1142.     sfxReady = SoundMortarIdle;
  1143. };
  1144.  
  1145. ItemData Mortar
  1146. {
  1147.     description = "Mortar";
  1148.     className = "Weapon";
  1149.     shapeFile = "mortargun";
  1150.     hudIcon = "mortar";
  1151.    heading = "bWeapons";
  1152.     shadowDetailMask = 4;
  1153.     imageType = MortarImage;
  1154.     price = 375;
  1155.     showWeaponBar = true;
  1156. };
  1157.  
  1158.  
  1159. //----------------------------------------------------------------------------
  1160.  
  1161. ItemData DiscAmmo
  1162. {
  1163.     description = "Disc";
  1164.     className = "Ammo";
  1165.     shapeFile = "discammo";
  1166.    heading = "xAmmunition";
  1167.     shadowDetailMask = 4;
  1168.     price = 2;
  1169. };
  1170.  
  1171. ItemImageData DiscLauncherImage
  1172. {
  1173.     shapeFile = "disc";
  1174.     mountPoint = 0;
  1175.  
  1176.     weaponType = 3; // DiscLauncher
  1177.     ammoType = DiscAmmo;
  1178.     projectileType = DiscShell;
  1179.     accuFire = true;
  1180.     reloadTime = 0.25;
  1181.     fireTime = 1.25;
  1182.     spinUpTime = 0.25;
  1183.  
  1184.     sfxFire = SoundFireDisc;
  1185.     sfxActivate = SoundPickUpWeapon;
  1186.     sfxReload = SoundDiscReload;
  1187.     sfxReady = SoundDiscSpin;
  1188. };
  1189.  
  1190. ItemData DiscLauncher
  1191. {
  1192.     description = "Disc Launcher";
  1193.     className = "Weapon";
  1194.     shapeFile = "disc";
  1195.     hudIcon = "disk";
  1196.    heading = "bWeapons";
  1197.     shadowDetailMask = 4;
  1198.     imageType = DiscLauncherImage;
  1199.     price = 150;
  1200.     showWeaponBar = true;
  1201. };
  1202.  
  1203.  
  1204. //----------------------------------------------------------------------------
  1205.  
  1206. ItemImageData LaserRifleImage
  1207. {
  1208.     shapeFile = "sniper";
  1209.     mountPoint = 0;
  1210.  
  1211.     weaponType = 0; // Single Shot
  1212.     projectileType = SniperLaser;
  1213.     accuFire = true;
  1214.     reloadTime = 0.1;
  1215.     fireTime = 0.5;
  1216.     minEnergy = 10;
  1217.     maxEnergy = 60;
  1218.  
  1219.     lightType = 3;  // Weapon Fire
  1220.     lightRadius = 2;
  1221.     lightTime = 1;
  1222.     lightColor = { 1, 0, 0 };
  1223.  
  1224.     sfxFire = SoundFireLaser;
  1225.     sfxActivate = SoundPickUpWeapon;
  1226. };
  1227.  
  1228. ItemData LaserRifle
  1229. {
  1230.     description = "Laser Rifle";
  1231.     className = "Weapon";
  1232.     shapeFile = "sniper";
  1233.     hudIcon = "sniper";
  1234.    heading = "bWeapons";
  1235.     shadowDetailMask = 4;
  1236.     imageType = LaserRifleImage;
  1237.     price = 200;
  1238.     showWeaponBar = true;
  1239. };
  1240.  
  1241. function LaserRifle::onUse(%player,%item)
  1242. {
  1243.     if(Player::getMountedItem(%player,$BackpackSlot) == EnergyPack)
  1244.         Weapon::onUse(%player,%item);
  1245.     else
  1246.         Client::sendMessage(Player::getClient(%player),0,
  1247.             "Must have an Energy Pack to use Laser Rifle."); 
  1248. }
  1249.  
  1250. //----------------------------------------------------------------------------
  1251.  
  1252. ItemImageData TargetingLaserImage
  1253. {
  1254.     shapeFile = "paintgun";
  1255.     mountPoint = 0;
  1256.  
  1257.     weaponType = 2; // Sustained
  1258.     projectileType = targetLaser;
  1259.     accuFire = true;
  1260.     minEnergy = 5;
  1261.     maxEnergy = 15;
  1262.     reloadTime = 1.0;
  1263.  
  1264.     lightType   = 3;  // Weapon Fire
  1265.     lightRadius = 1;
  1266.     lightTime   = 1;
  1267.     lightColor  = { 0.25, 1, 0.25 };
  1268.  
  1269.     sfxFire     = SoundFireTargetingLaser;
  1270.     sfxActivate = SoundPickUpWeapon;
  1271. };
  1272.  
  1273. ItemData TargetingLaser
  1274. {
  1275.     description   = "Targeting Laser";
  1276.     className     = "Tool";
  1277.     shapeFile     = "paintgun";
  1278.     hudIcon       = "targetlaser";
  1279.    heading = "bWeapons";
  1280.     shadowDetailMask = 4;
  1281.     imageType     = TargetingLaserImage;
  1282.     price         = 50;
  1283.     showWeaponBar = false;
  1284. };
  1285.  
  1286. //------------------------------------------------------------------------------
  1287.  
  1288. ItemImageData EnergyRifleImage
  1289. {
  1290.     shapeFile = "shotgun";
  1291.    mountPoint = 0;
  1292.  
  1293.    weaponType = 2;  // Sustained
  1294.     projectileType = lightningCharge;
  1295.    minEnergy = 3;
  1296.    maxEnergy = 11;  // Energy used/sec for sustained weapons
  1297.     reloadTime = 0.2;
  1298.                         
  1299.    lightType = 3;  // Weapon Fire
  1300.    lightRadius = 2;
  1301.    lightTime = 1;
  1302.    lightColor = { 0.25, 0.25, 0.85 };
  1303.  
  1304.    sfxActivate = SoundPickUpWeapon;
  1305.    sfxFire     = SoundELFIdle;
  1306. };
  1307.  
  1308. ItemData EnergyRifle
  1309. {
  1310.    description = "ELF Gun";
  1311.     shapeFile = "shotgun";
  1312.     hudIcon = "energyRifle";
  1313.    className = "Weapon";
  1314.    heading = "bWeapons";
  1315.    shadowDetailMask = 4;
  1316.    imageType = EnergyRifleImage;
  1317.     showWeaponBar = true;
  1318.    price = 125;
  1319. };
  1320.  
  1321. //----------------------------------------------------------------------------
  1322.  
  1323. ItemImageData RepairGunImage
  1324. {
  1325.     shapeFile = "repairgun";
  1326.     mountPoint = 0;
  1327.  
  1328.     weaponType = 2;  // Sustained
  1329.     projectileType = RepairBolt;
  1330.     minEnergy  = 3;
  1331.     maxEnergy = 10;  // Energy used/sec for sustained weapons
  1332.  
  1333.     lightType   = 3;  // Weapon Fire
  1334.     lightRadius = 1;
  1335.     lightTime   = 1;
  1336.     lightColor  = { 0.25, 1, 0.25 };
  1337.  
  1338.     sfxActivate = SoundPickUpWeapon;
  1339.     sfxFire = SoundRepairItem;
  1340. };
  1341.  
  1342. ItemData RepairGun
  1343. {
  1344.     description = "Repair Gun";
  1345.     shapeFile = "repairgun";
  1346.     className = "Weapon";
  1347.     shadowDetailMask = 4;
  1348.     imageType = RepairGunImage;
  1349.     showInventory = false;
  1350.     price = 125;
  1351. };
  1352.  
  1353. function RepairGun::onMount(%player,%imageSlot)
  1354. {
  1355.     Player::trigger(%player,$BackpackSlot,true);
  1356. }
  1357.  
  1358. function RepairGun::onUnmount(%player,%imageSlot)
  1359. {
  1360.     Player::trigger(%player,$BackpackSlot,false);
  1361. }
  1362.  
  1363.  
  1364. //----------------------------------------------------------------------------
  1365. // Backpacks
  1366. //----------------------------------------------------------------------------
  1367.  
  1368. //----------------------------------------------------------------------------
  1369.  
  1370. ItemData Backpack
  1371. {                
  1372.     description = "Backpack";
  1373.     showInventory = false;
  1374. };
  1375.  
  1376. function Backpack::onUse(%player,%item)
  1377. {
  1378.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  1379.         Player::mountItem(%player,%item,$BackpackSlot);
  1380.     }
  1381.     else {
  1382.         Player::trigger(%player,$BackpackSlot);
  1383.     }
  1384. }
  1385.  
  1386.  
  1387. //----------------------------------------------------------------------------
  1388.  
  1389. ItemImageData DeployableInvPackImage
  1390. {
  1391.     shapeFile = "invent_remote";
  1392.     mountPoint = 2;
  1393.     mountOffset = { 0, -0.12, -0.3 };
  1394.     mountRotation = { 0, 0, 0 };
  1395.     mass = 2.5;
  1396.     firstPerson = false;
  1397. };
  1398.  
  1399. ItemData DeployableInvPack
  1400. {
  1401.     description = "Inventory Station";
  1402.     shapeFile = "invent_remote";
  1403.     className = "Backpack";
  1404.    heading = "dDeployables";
  1405.     shadowDetailMask = 4    ;
  1406.     imageType = DeployableInvPackImage;
  1407.     mass = 2.0;
  1408.     elasticity = 0.2;
  1409.     price = $RemoteInvEnergy + 200;
  1410.     hudIcon = "deployable";
  1411.     showWeaponBar = true;
  1412.     hiliteOnActive = true;
  1413. };
  1414.  
  1415.  
  1416. function DeployableInvPack::onUse(%player,%item)
  1417. {
  1418.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  1419.         Player::mountItem(%player,%item,$BackpackSlot);
  1420.     }
  1421.     else {
  1422.         Player::deployItem(%player,%item);
  1423.     }
  1424. }
  1425.  
  1426. function DeployableInvPack::onDeploy(%player,%item,%pos)
  1427. {
  1428.     if (DeployableInvPack::deployShape(%player,%item)) {
  1429.         Player::decItemCount(%player,%item);
  1430.     }
  1431. }    
  1432.  
  1433. function DeployableInvPack::deployShape(%player,%item)
  1434. {
  1435.     %client = Player::getClient(%player);
  1436.     if($TeamItemCount[GameBase::getTeam(%player) @ %item] < $TeamItemMax[%item]) {
  1437.         if (GameBase::getLOSInfo(%player,3)) {
  1438.             %obj = getObjectType($los::object);
  1439.             if (%obj == "SimTerrain" || %obj == "InteriorShape") {
  1440.                 if (Vector::dot($los::normal,"0 0 1") > 0.7) {
  1441.                     if(checkDeployArea(%client,$los::position)) {
  1442.                         %inv = newObject("ammounit_remote","StaticShape","DeployableInvStation",true);
  1443.                        addToSet("MissionCleanup", %inv);
  1444.                         %rot = GameBase::getRotation(%player); 
  1445.                         GameBase::setTeam(%inv,GameBase::getTeam(%player));
  1446.                         GameBase::setPosition(%inv,$los::position);
  1447.                         GameBase::setRotation(%inv,%rot);
  1448.                         Gamebase::setMapName(%inv,%name);
  1449.                         Client::sendMessage(%client,0,"Inventory Station deployed");
  1450.                         playSound(SoundPickupBackpack,$los::position);
  1451.                         $TeamItemCount[GameBase::getTeam(%inv) @ "DeployableInvPack"]++;
  1452.                         echo("MSG: ",%client," deployed an Inventory Station");
  1453.                         return true;
  1454.                     }
  1455.                 }
  1456.                 else {
  1457.                     Client::sendMessage(%client,0,"Can only deploy on flat surfaces");
  1458.                 }
  1459.             }
  1460.             else {
  1461.                 Client::sendMessage(%client,0,"Can only deploy on terrain or buildings");
  1462.             }
  1463.         }
  1464.         else {
  1465.             Client::sendMessage(%client,0,"Deploy position out of range");
  1466.         }
  1467.     }
  1468.     else                                                                                          
  1469.          Client::sendMessage(%client,0,"Deployable Item limit reached for " @ %item.description @ "s");
  1470.     return false;
  1471. }
  1472.  
  1473.  
  1474. //----------------------------------------------------------------------------
  1475.  
  1476. ItemImageData DeployableAmmoPackImage
  1477. {
  1478.     shapeFile = "ammounit_remote";
  1479.     mountPoint = 2;
  1480.     mountOffset = { 0, -0.1, -0.3 };
  1481.     mountRotation = { 0, 0, 0 };
  1482.     mass = 1.0;
  1483.     firstPerson = false;
  1484. };
  1485.  
  1486. ItemData DeployableAmmoPack
  1487. {
  1488.     description = "Ammo Station";
  1489.     shapeFile = "ammounit_remote";
  1490.     className = "Backpack";
  1491.    heading = "dDeployables";
  1492.     shadowDetailMask = 4;
  1493.     imageType = DeployableAmmoPackImage;
  1494.     mass = 2.0;
  1495.     elasticity = 0.2;
  1496.     price = $RemoteAmmoEnergy;
  1497.     hudIcon = "deployable";
  1498.     showWeaponBar = true;
  1499.     hiliteOnActive = true;
  1500. };
  1501.  
  1502.  
  1503. function DeployableAmmoPack::onUse(%player,%item)
  1504. {
  1505.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  1506.         Player::mountItem(%player,%item,$BackpackSlot);
  1507.     }
  1508.     else {
  1509.         Player::deployItem(%player,%item);
  1510.     }
  1511. }
  1512.  
  1513. function DeployableAmmoPack::onDeploy(%player,%item,%pos)
  1514. {
  1515.     if (DeployableAmmoPack::deployShape(%player,%item)) {
  1516.         Player::decItemCount(%player,%item);
  1517.     }
  1518. }    
  1519.  
  1520. function DeployableAmmoPack::deployShape(%player,%item)
  1521. {
  1522.     %client = Player::getClient(%player);
  1523.     if($TeamItemCount[GameBase::getTeam(%player) @ %item] < $TeamItemMax[%item]) {
  1524.         if (GameBase::getLOSInfo(%player,3)) {
  1525.             %obj = getObjectType($los::object);
  1526.             if (%obj == "SimTerrain" || %obj == "InteriorShape") {
  1527.                 if (Vector::dot($los::normal,"0 0 1") > 0.7) {
  1528.                     if(checkDeployArea(%client,$los::position)) {
  1529.                         %inv = newObject("ammounit_remote","StaticShape","DeployableAmmoStation",true);
  1530.                     addToSet("MissionCleanup", %inv);
  1531.                         %rot = GameBase::getRotation(%player); 
  1532.                         GameBase::setTeam(%inv,GameBase::getTeam(%player));
  1533.                         GameBase::setPosition(%inv,$los::position);
  1534.                         GameBase::setRotation(%inv,%rot);
  1535.                         Gamebase::setMapName(%inv,%name);
  1536.                         Client::sendMessage(%client,0,"Ammo Station deployed");
  1537.                         playSound(SoundPickupBackpack,$los::position);
  1538.                         $TeamItemCount[GameBase::getTeam(%inv) @ "DeployableAmmoPack"]++;
  1539.                         echo("MSG: ",%client," deployed an Ammo Station");
  1540.                         return true;
  1541.                     }
  1542.                 }
  1543.                 else 
  1544.                     Client::sendMessage(%client,0,"Can only deploy on flat surfaces");
  1545.             }
  1546.             else 
  1547.                 Client::sendMessage(%client,0,"Can only deploy on terrain or buildings");
  1548.         }
  1549.         else 
  1550.             Client::sendMessage(%client,0,"Deploy position out of range");
  1551.     }
  1552.     else                                                                                          
  1553.          Client::sendMessage(%client,0,"Deployable Item limit reached for " @ %item.description @ "s");
  1554.     return false;
  1555. }
  1556.  
  1557.  
  1558. //----------------------------------------------------------------------------
  1559.  
  1560. ItemImageData EnergyPackImage
  1561. {
  1562.     shapeFile = "jetPack";
  1563.     weaponType = 2;  // Sustained
  1564.  
  1565.     mountPoint = 2;
  1566.     mountOffset = { 0, -0.1, 0 };
  1567.  
  1568.     minEnergy = -1;
  1569.      maxEnergy = -3;
  1570.     firstPerson = false;
  1571. };
  1572.  
  1573. ItemData EnergyPack
  1574. {
  1575.     description = "Energy Pack";
  1576.     shapeFile = "jetPack";
  1577.     className = "Backpack";
  1578.    heading = "cBackpacks";
  1579.     shadowDetailMask = 4;
  1580.     imageType = EnergyPackImage;
  1581.     price = 150;
  1582.     hudIcon = "energypack";
  1583.     showWeaponBar = true;
  1584.     hiliteOnActive = true;
  1585. };
  1586.  
  1587. function EnergyPack::onUse(%player,%item)
  1588. {
  1589.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  1590.         Player::mountItem(%player,%item,$BackpackSlot);
  1591.     }
  1592. }
  1593.  
  1594. function EnergyPack::onMount(%player,%item)
  1595. {
  1596.     Player::trigger(%player,$BackpackSlot,true);
  1597. }
  1598.  
  1599. function EnergyPack::onUnmount(%player,%item)
  1600. {
  1601.     if (Player::getMountedItem(%player,$WeaponSlot) == LaserRifle) 
  1602.         Player::unmountItem(%player,$WeaponSlot);
  1603. }
  1604.  
  1605. //----------------------------------------------------------------------------
  1606.  
  1607. ItemImageData RepairPackImage
  1608. {
  1609.     shapeFile = "armorPack";
  1610.     mountPoint = 2;
  1611.     weaponType = 2;  // Sustained
  1612.    minEnergy = 0;
  1613.     maxEnergy = 0;   // Energy used/sec for sustained weapons
  1614.       mountOffset = { 0, -0.05, 0 };
  1615.       mountRotation = { 0, 0, 0 };
  1616.     firstPerson = false;
  1617. };
  1618.  
  1619. ItemData RepairPack
  1620. {
  1621.     description = "Repair Pack";
  1622.     shapeFile = "armorPack";
  1623.     className = "Backpack";
  1624.    heading = "cBackpacks";
  1625.     shadowDetailMask = 4;
  1626.     imageType = RepairPackImage;
  1627.     price = 125;
  1628.     hudIcon = "repairpack";
  1629.     showWeaponBar = true;
  1630.     hiliteOnActive = true;
  1631. };
  1632.  
  1633. function RepairPack::onUnmount(%player,%item)
  1634. {
  1635.     if (Player::getMountedItem(%player,$WeaponSlot) == RepairGun) {
  1636.         Player::unmountItem(%player,$WeaponSlot);
  1637.     }
  1638. }
  1639.  
  1640. function RepairPack::onUse(%player,%item)
  1641. {
  1642.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  1643.         Player::mountItem(%player,%item,$BackpackSlot);
  1644.     }
  1645.     else {
  1646.         Player::mountItem(%player,RepairGun,$WeaponSlot);
  1647.     }
  1648. }
  1649.  
  1650. function RepairPack::onDrop(%player,%item)
  1651. {
  1652.     if($matchStarted) {
  1653.         %mounted = Player::getMountedItem(%player,$WeaponSlot);
  1654.         if (%mounted == RepairGun) {
  1655.             Player::unmountItem(%player,$WeaponSlot);
  1656.         }
  1657.         else {
  1658.             // Remount the existing weapon to make sure the RepairGun
  1659.             // is not on the delayed mount "stack".
  1660.             Player::mountItem(%player,%mounted,$WeaponSlot);
  1661.         }
  1662.         Item::onDrop(%player,%item);
  1663.     }
  1664. }    
  1665.  
  1666.  
  1667. //----------------------------------------------------------------------------
  1668.  
  1669. ItemImageData ShieldPackImage
  1670. {
  1671.     shapeFile = "shieldPack";
  1672.     mountPoint = 2;
  1673.     weaponType = 2;  // Sustained
  1674.     minEnergy = 4;
  1675.     maxEnergy = 9;   // Energy/sec for sustained weapons
  1676.     sfxFire = SoundShieldOn;
  1677.     firstPerson = false;
  1678. };
  1679.  
  1680. ItemData ShieldPack
  1681. {
  1682.     description = "Shield Pack";
  1683.     shapeFile = "shieldPack";
  1684.     className = "Backpack";
  1685.    heading = "cBackpacks";
  1686.     shadowDetailMask = 4;
  1687.     imageType = ShieldPackImage;
  1688.     price = 175;
  1689.     hudIcon = "shieldpack";
  1690.     showWeaponBar = true;
  1691.     hiliteOnActive = true;
  1692. };
  1693.  
  1694. function ShieldPackImage::onActivate(%player,%imageSlot)
  1695. {
  1696.     Client::sendMessage(Player::getClient(%player),0,"Shield On");
  1697.     %player.shieldStrength = 0.012;
  1698. }
  1699.  
  1700. function ShieldPackImage::onDeactivate(%player,%imageSlot)
  1701. {
  1702.     Client::sendMessage(Player::getClient(%player),0,"Shield Off");
  1703.     Player::trigger(%player,$BackpackSlot,false);
  1704.     %player.shieldStrength = 0;
  1705. }
  1706.  
  1707.  
  1708. //----------------------------------------------------------------------------
  1709.  
  1710. ItemImageData SensorJammerPackImage
  1711. {
  1712.     shapeFile = "sensorjampack";
  1713.     mountPoint = 2;
  1714.     weaponType = 2;  // Sustained
  1715.     maxEnergy = 10;  // Energy used/sec for sustained weapons
  1716.     sfxFire = SoundJammerOn;
  1717.       mountOffset = { 0, -0.05, 0 };
  1718.       mountRotation = { 0, 0, 0 };
  1719.     firstPerson = false;
  1720. };
  1721.  
  1722. ItemData SensorJammerPack
  1723. {
  1724.     description = "Sensor Jammer Pack";
  1725.     shapeFile = "sensorjampack";
  1726.     className = "Backpack";
  1727.    heading = "cBackpacks";
  1728.     shadowDetailMask = 4;
  1729.     imageType = SensorJammerPackImage;
  1730.     price = 200;
  1731.     hudIcon = "sensorjamerpack";
  1732.     showWeaponBar = true;
  1733.     hiliteOnActive = true;
  1734. };
  1735.  
  1736. function SensorJammerPackImage::onActivate(%player,%imageSlot)
  1737. {
  1738.     Client::sendMessage(Player::getClient(%player),0,"Sensor Jammer On");
  1739.     %rate = Player::getSensorSupression(%player) + 20;
  1740.     Player::setSensorSupression(%player,%rate);
  1741. }
  1742.  
  1743. function SensorJammerPackImage::onDeactivate(%player,%imageSlot)
  1744. {
  1745.     Client::sendMessage(Player::getClient(%player),0,"Sensor Jammer Off");
  1746.     %rate = Player::getSensorSupression(%player) - 20;
  1747.     Player::setSensorSupression(%player,%rate);
  1748.     Player::trigger(%player,$BackpackSlot,false);
  1749. }
  1750.  
  1751.  
  1752. //----------------------------------------------------------------------------
  1753.  
  1754. ItemImageData MotionSensorPackImage
  1755. {
  1756.     shapeFile = "sensor_small";
  1757.     mountPoint = 2;
  1758.     mountOffset = { 0, 0, 0.1 };
  1759.     mountRotation = { 1.57, 0, 0 };
  1760.     firstPerson = false;
  1761. };
  1762.  
  1763. ItemData MotionSensorPack
  1764. {
  1765.     description = "Motion Sensor";
  1766.     shapeFile = "sensor_small";
  1767.     className = "Backpack";
  1768.    heading = "dDeployables";
  1769.     imageType = MotionSensorPackImage;
  1770.     shadowDetailMask = 4;
  1771.     mass = 2.0;
  1772.     elasticity = 0.2;
  1773.     price = 125;
  1774.     hudIcon = "deployable";
  1775.     showWeaponBar = true;
  1776.     hiliteOnActive = true;
  1777. };
  1778.  
  1779. function MotionSensorPack::onUse(%player,%item)
  1780. {
  1781.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  1782.         Player::mountItem(%player,%item,$BackpackSlot);
  1783.     }
  1784.     else {
  1785.         Player::deployItem(%player,%item);
  1786.     }
  1787. }
  1788.  
  1789. function MotionSensorPack::onDeploy(%player,%item,%pos)
  1790. {
  1791.     if (MotionSensorPack::deployShape(%player,%item)) {
  1792.         Player::decItemCount(%player,%item);
  1793.         $TeamItemCount[GameBase::getTeam(%player) @ "MotionSensorPack"]++;
  1794.     }
  1795. }
  1796.  
  1797. //    if (Item::deployShape(%player,"Motion Sensor",MotionSensor,%item)) {
  1798. function MotionSensorPack::deployShape(%player,%item)
  1799. {
  1800.      %client = Player::getClient(%player);
  1801.     if($TeamItemCount[GameBase::getTeam(%player) @ %item] < $TeamItemMax[%item]) {
  1802.         if (GameBase::getLOSInfo(%player,3)) {
  1803.             // GetLOSInfo sets the following globals:
  1804.             //     los::position
  1805.             //     los::normal
  1806.             //     los::object
  1807.             %obj = getObjectType($los::object);
  1808.             if (%obj == "SimTerrain" || %obj == "InteriorShape") {
  1809.                 // Try to stick it straight up or down, otherwise
  1810.                 // just use the surface normal
  1811.                 %prot = GameBase::getRotation(%player);
  1812.                 %zRot = getWord(%prot,2);
  1813.                 if (Vector::dot($los::normal,"0 0 1") > 0.6) {
  1814.                     %rot = "0 0 " @ %zRot;
  1815.                 }
  1816.                 else {
  1817.                     if (Vector::dot($los::normal,"0 0 -1") > 0.6) {
  1818.                         %rot = "3.14159 0 " @ %zRot;
  1819.                     }
  1820.                     else {
  1821.                         %rot = Vector::getRotation($los::normal);
  1822.                     }
  1823.                 }
  1824.                 if(checkDeployArea(%client,$los::position)) {
  1825.                     %mSensor = newObject("","Sensor",DeployableMotionSensor,true);
  1826.                  addToSet("MissionCleanup", %mSensor);
  1827.                     GameBase::setTeam(%mSensor,GameBase::getTeam(%player));
  1828.                     GameBase::setRotation(%mSensor,%rot);
  1829.                     GameBase::setPosition(%mSensor,$los::position);
  1830.                     Gamebase::setMapName(%mSensor,"Motion Sensor");
  1831.                     Client::sendMessage(%client,0,"Motion Sensor deployed");
  1832.                     playSound(SoundPickupBackpack,$los::position);
  1833.                     echo("MSG: ",%client," deployed a Motion Sensor");
  1834.                     return true;
  1835.                 }
  1836.             }
  1837.             else {
  1838.                 Client::sendMessage(%client,0,"Can only deploy on terrain or buildings");
  1839.             }
  1840.         }
  1841.         else {
  1842.             Client::sendMessage(%client,0,"Deploy position out of range");        
  1843.         }
  1844.     }
  1845.     else                                                                                          
  1846.          Client::sendMessage(%client,0,"Deployable Item limit reached for " @ %item.description @ "s");
  1847.     
  1848.     return false;
  1849. }
  1850.  
  1851. //----------------------------------------------------------------------------
  1852.  
  1853. ItemImageData AmmoPackImage
  1854. {
  1855.     shapeFile = "AmmoPack";
  1856.     mountPoint = 2;
  1857.    mountOffset = { 0, -0.03, 0 };
  1858. //   mountRotation = { 1.57, 0, 0 };
  1859.     firstPerson = false;
  1860. };
  1861.  
  1862. ItemData AmmoPack
  1863. {
  1864.     description = "Ammo Pack";
  1865.     shapeFile = "AmmoPack";
  1866.     className = "Backpack";
  1867.    heading = "cBackpacks";
  1868.     imageType = AmmoPackImage;
  1869.     shadowDetailMask = 4;
  1870.     mass = 2.0;
  1871.     elasticity = 0.2;
  1872.     price = 325;
  1873.     hudIcon = "ammopack";
  1874.     showWeaponBar = true;
  1875.     hiliteOnActive = true;
  1876. };
  1877.  
  1878. function AmmoPack::onDrop(%player, %item)
  1879. {
  1880.     if($matchStarted) {
  1881.         %item = Item::onDrop(%player,%item);
  1882.         for(%i = 0; %i < 7 ; %i = %i +1) {
  1883.             %numPack = 0;
  1884.             %ammoItem = $AmmoPackItems[%i];
  1885.             %maxnum = $ItemMax[Player::getArmor(%player), %ammoItem];
  1886.             %pCount = Player::getItemCount(%player, %ammoItem);
  1887.             if(%pCount > %maxnum) {
  1888.                 %numPack = %pCount - %maxnum;
  1889.                 Player::decItemCount(%player,%ammoItem,%numPack);
  1890.             }    
  1891.             if(%i == 0) {
  1892.                  %item.BulletAmmo = %numPack;
  1893.             }
  1894.             else if(%i == 1) {
  1895.                  %item.PlasmaAmmo = %numPack;
  1896.             }
  1897.             else if(%i == 2) {
  1898.                  %item.DiscAmmo = %numPack;
  1899.             }
  1900.             else if(%i == 3) {
  1901.                  %item.GrenadeAmmo = %numPack;
  1902.             }
  1903.             else if(%i == 4) {
  1904.                  %item.Grenade = %numPack;
  1905.             }
  1906.             else if(%i == 5) {
  1907.                  %item.MortarAmmo = %numPack;
  1908.             }
  1909.             else {
  1910.                  %item.MineAmmo = %numPack;
  1911.             }
  1912.         }
  1913.     }
  1914. }
  1915.  
  1916. function AmmoPack::onCollision(%this,%object)
  1917. {
  1918.     if (getObjectType(%object) == "Player") {
  1919.         %item = Item::getItemData(%this);
  1920.         %count = Player::getItemCount(%object,%item);
  1921.         if (Item::giveItem(%object,%item,Item::getCount(%this))) {
  1922.             Item::playPickupSound(%this);
  1923.             checkPacksAmmo(%object, %this);
  1924.             Item::respawn(%this);
  1925.         }
  1926.     }
  1927. }
  1928.  
  1929. function checkPacksAmmo(%player, %item)
  1930. {
  1931.     for(%i = 0; %i < 7 ; %i = %i +1) {
  1932.         %ammoItem = $AmmoPackItems[%i];
  1933.         if(%i == 0) {
  1934.             %numAdd = %item.BulletAmmo;
  1935.         }
  1936.         else if(%i == 1) {
  1937.             %numAdd = %item.PlasmaAmmo;
  1938.         }
  1939.         else if(%i == 2) {
  1940.             %numAdd = %item.DiscAmmo;
  1941.         }
  1942.         else if(%i == 3) {
  1943.             %numAdd = %item.GrenadeAmmo;
  1944.         }
  1945.         else if(%i == 4) {
  1946.             %numAdd = %item.Grenade;
  1947.         }
  1948.         else if(%i == 5) {
  1949.              %numAdd = %item.MortarAmmo;
  1950.         }
  1951.         else {
  1952.             %numAdd = %item.MineAmmo;
  1953.         }
  1954.         Player::incItemCount(%player,%ammoItem,%numAdd);
  1955.     }                         
  1956. }
  1957.  
  1958. function fillAmmoPack(%client)
  1959. {
  1960.     %player = Client::getOwnedObject(%client);
  1961.     for(%i = 0; %i < 7 ; %i = %i +1) {
  1962.         %item = $AmmoPackItems[%i];
  1963.         %maxnum = $AmmoPackMax[%item];
  1964.         %maxnum = checkResources(%player,%item,%maxnum); 
  1965.         if(%maxnum) {
  1966.             Player::incItemCount(%client,%item,%maxnum);
  1967.             teamEnergyBuySell(%player,%item.price * %maxnum * -1);
  1968.         }    
  1969.     }
  1970. }
  1971.  
  1972. //----------------------------------------------------------------------------
  1973.  
  1974. ItemImageData PulseSensorPackImage
  1975. {
  1976.     shapeFile = "radar_small";
  1977.     mountPoint = 2;
  1978.     mountOffset = { 0, 0, 0.1 };
  1979.     mountRotation = { 1.57, 0, 0 };
  1980.     firstPerson = false;
  1981. };
  1982.  
  1983. ItemData PulseSensorPack
  1984. {
  1985.     description = "Pulse Sensor";
  1986.     shapeFile = "radar_small";
  1987.     className = "Backpack";
  1988.    heading = "dDeployables";
  1989.     imageType = PulseSensorPackImage;
  1990.     shadowDetailMask = 4;
  1991.     mass = 2.0;
  1992.     elasticity = 0.2;
  1993.     price = 125;
  1994.     hudIcon = "deployable";
  1995.     showWeaponBar = true;
  1996.     hiliteOnActive = true;
  1997. };
  1998.  
  1999. function PulseSensorPack::onUse(%player,%item)
  2000. {
  2001.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  2002.         Player::mountItem(%player,%item,$BackpackSlot);
  2003.     }
  2004.     else {
  2005.         Player::deployItem(%player,%item);
  2006.     }
  2007. }
  2008.  
  2009. function PulseSensorPack::onDeploy(%player,%item,%pos)
  2010. {
  2011.     if (Item::deployShape(%player,"Pulse Sensor",DeployablePulseSensor,%item)) {
  2012.         Player::decItemCount(%player,%item);
  2013.         $TeamItemCount[GameBase::getTeam(%player) @ "PulseSensorPack"]++;
  2014.     }
  2015. }
  2016.  
  2017.  
  2018. //----------------------------------------------------------------------------
  2019.  
  2020. ItemImageData DeployableSensorJamPackImage
  2021. {
  2022.     shapeFile = "sensor_jammer";
  2023.      mountPoint = 2;
  2024.       mountOffset = { 0, 0.03, 0.1 };
  2025.       mountRotation = { 1.57, 0, 0 };
  2026.     firstPerson = false;
  2027. };
  2028.  
  2029. ItemData DeployableSensorJammerPack
  2030. {
  2031.     description = "Sensor Jammer";
  2032.       shapeFile = "sensor_jammer";
  2033.       className = "Backpack";
  2034.    heading = "dDeployables";
  2035.     imageType = DeployableSensorJamPackImage;
  2036.       shadowDetailMask = 4;
  2037.     mass = 2.0;
  2038.     elasticity = 0.2;
  2039.       price = 225;
  2040.     hudIcon = "deployable";
  2041.     showWeaponBar = true;
  2042.     hiliteOnActive = true;
  2043. };
  2044.  
  2045. function DeployableSensorJammerPack::onUse(%player,%item)
  2046. {
  2047.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  2048.         Player::mountItem(%player,%item,$BackpackSlot);
  2049.     }
  2050.     else {
  2051.         Player::deployItem(%player,%item);
  2052.     }
  2053. }
  2054.  
  2055. function DeployableSensorJammerPack::onDeploy(%player,%item,%pos)
  2056. {
  2057.     if (Item::deployShape(%player,"Sensor Jammer",DeployableSensorJammer,%item)) {
  2058.         Player::decItemCount(%player,%item);
  2059.         $TeamItemCount[GameBase::getTeam(%player) @ "DeployableSensorJammerPack"]++;
  2060.     }
  2061. }
  2062.  
  2063.  
  2064. //----------------------------------------------------------------------------
  2065.  
  2066.  
  2067. ItemImageData CameraPackImage
  2068. {
  2069.     shapeFile = "camera";
  2070.     mountPoint = 2;
  2071.     mountOffset = { 0, -0.1, -0.06 };
  2072.     mountRotation = { 0, 0, 0 };
  2073.     firstPerson = false;
  2074. };
  2075.  
  2076. ItemData CameraPack
  2077. {
  2078.     description = "Camera";
  2079.     shapeFile = "camera";
  2080.     className = "Backpack";
  2081.    heading = "dDeployables";
  2082.     imageType = CameraPackImage;
  2083.     shadowDetailMask = 4;
  2084.     mass = 2.0;
  2085.     elasticity = 0.2;
  2086.     price = 100;
  2087.     hudIcon = "deployable";
  2088.     showWeaponBar = true;
  2089.     hiliteOnActive = true;
  2090. };
  2091.  
  2092. function CameraPack::onUse(%player,%item)
  2093. {
  2094.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  2095.         Player::mountItem(%player,%item,$BackpackSlot);
  2096.     }
  2097.     else {
  2098.         Player::deployItem(%player,%item);
  2099.     }
  2100. }
  2101.  
  2102. function CameraPack::onDeploy(%player,%item,%pos)
  2103. {
  2104.     if (CameraPack::deployShape(%player,%item)) {
  2105.         Player::decItemCount(%player,%item);
  2106.     }
  2107. }
  2108.  
  2109. function CameraPack::deployShape(%player,%item)
  2110. {
  2111.      %client = Player::getClient(%player);
  2112.     if($TeamItemCount[GameBase::getTeam(%player) @ %item] < $TeamItemMax[%item]) {
  2113.         if (GameBase::getLOSInfo(%player,3)) {
  2114.             // GetLOSInfo sets the following globals:
  2115.             //     los::position
  2116.             //     los::normal
  2117.             //     los::object
  2118.             %obj = getObjectType($los::object);
  2119.             if (%obj == "SimTerrain" || %obj == "InteriorShape") {
  2120.                 // Try to stick it straight up or down, otherwise
  2121.                 // just use the surface normal
  2122.                 %prot = GameBase::getRotation(%player);
  2123.                 %zRot = getWord(%prot,2);
  2124.                 if (Vector::dot($los::normal,"0 0 1") > 0.6) {
  2125.                     %rot = "0 0 " @ %zRot;
  2126.                 }
  2127.                 else {
  2128.                     if (Vector::dot($los::normal,"0 0 -1") > 0.6) {
  2129.                         %rot = "3.14159 0 " @ %zRot;
  2130.                     }
  2131.                     else {
  2132.                         %rot = Vector::getRotation($los::normal);
  2133.                     }
  2134.                 }
  2135.                 if(checkDeployArea(%client,$los::position)) {
  2136.                     %camera = newObject("Camera","Turret",CameraTurret,true);
  2137.                  addToSet("MissionCleanup", %camera);
  2138.                     GameBase::setTeam(%camera,GameBase::getTeam(%player));
  2139.                     GameBase::setRotation(%camera,%rot);
  2140.                     GameBase::setPosition(%camera,$los::position);
  2141.                     Gamebase::setMapName(%camera,"Camera#"@ $totalNumCameras++ @ " " @ Client::getName(%client));
  2142.                     Client::sendMessage(%client,0,"Camera deployed");
  2143.                     playSound(SoundPickupBackpack,$los::position);
  2144.                     $TeamItemCount[GameBase::getTeam(%camera) @ "CameraPack"]++;
  2145.                     echo("MSG: ",%client," deployed a Camera");
  2146.                     return true;
  2147.                 }
  2148.             }
  2149.             else {
  2150.                 Client::sendMessage(%client,0,"Can only deploy on terrain or buildings");
  2151.             }
  2152.         }
  2153.         else {
  2154.             Client::sendMessage(%client,0,"Deploy position out of range");        
  2155.         }
  2156.     }
  2157.     else                                                                                          
  2158.          Client::sendMessage(%client,0,"Deployable Item limit reached for " @ %item.description @ "s");
  2159.     
  2160.     return false;
  2161. }
  2162. //----------------------------------------------------------------------------
  2163.                                                                             
  2164. ItemImageData TurretPackImage
  2165. {
  2166.     shapeFile = "remoteturret";
  2167.     mountPoint = 2;
  2168.     mountOffset = { 0, -0.12, -0.1 };
  2169.     mountRotation = { 0, 0, 0 };
  2170.     mass = 2.5;
  2171.     firstPerson = false;
  2172. };
  2173.  
  2174. ItemData TurretPack
  2175. {
  2176.     description = "Turret";
  2177.     shapeFile = "remoteturret";
  2178.     className = "Backpack";
  2179.    heading = "dDeployables";
  2180.     imageType = TurretPackImage;
  2181.     shadowDetailMask = 4;
  2182.     mass = 2.0;
  2183.     elasticity = 0.2;
  2184.     price = 350;
  2185.     hudIcon = "deployable";
  2186.     showWeaponBar = true;
  2187.     hiliteOnActive = true;
  2188. };
  2189.  
  2190. function TurretPack::onUse(%player,%item)
  2191. {
  2192.     if (Player::getMountedItem(%player,$BackpackSlot) != %item) {
  2193.         Player::mountItem(%player,%item,$BackpackSlot);
  2194.     }
  2195.     else {
  2196.         Player::deployItem(%player,%item);
  2197.     }
  2198. }
  2199.  
  2200. function TurretPack::onDeploy(%player,%item,%pos)
  2201. {
  2202.     if (TurretPack::deployShape(%player,%item)) {
  2203.         Player::decItemCount(%player,%item);
  2204.     }
  2205. }
  2206.  
  2207. function CountObjects(%set,%name,%num) 
  2208. {
  2209.     %count = 0;
  2210.     for(%i=0;%i<%num;%i++) {
  2211.         %obj=Group::getObject(%set,%i);
  2212.         if(GameBase::getDataName(Group::getObject(%set,%i)) == %name) 
  2213.             %count++;
  2214.     }
  2215.     return %count;
  2216. }
  2217.  
  2218. function TurretPack::deployShape(%player,%item)
  2219. {
  2220.     %client = Player::getClient(%player);
  2221.     if($TeamItemCount[GameBase::getTeam(%player) @ %item] < $TeamItemMax[%item]) {
  2222.         if (GameBase::getLOSInfo(%player,3)) {
  2223.             %obj = getObjectType($los::object);
  2224.             if (%obj == "SimTerrain" || %obj == "InteriorShape") {
  2225.                 %set = newObject("set",SimSet);
  2226.                 %num = containerBoxFillSet(%set,$StaticObjectType,$los::position,$TurretBoxMaxLength,$TurretBoxMaxWidth,$TurretBoxMaxHeight,0);
  2227.                 %num = CountObjects(%set,"DeployableTurret",%num);
  2228.                 deleteObject(%set);
  2229.                 if($MaxNumTurretsInBox > %num) {
  2230.                     %set = newObject("set",SimSet);
  2231.                     %num = containerBoxFillSet(%set,$StaticObjectType,$los::position,$TurretBoxMinLength,$TurretBoxMinWidth,$TurretBoxMinHeight,0);
  2232.                     %num = CountObjects(%set,"DeployableTurret",%num);
  2233.                     deleteObject(%set);
  2234.                     if(0 == %num) {
  2235.                         if (Vector::dot($los::normal,"0 0 1") > 0.7) {
  2236.                             if(checkDeployArea(%client,$los::position)) {
  2237.                                 %rot = GameBase::getRotation(%player); 
  2238.                                 %turret = newObject("remoteTurret","Turret",DeployableTurret,true);
  2239.                          addToSet("MissionCleanup", %turret);
  2240.                                 GameBase::setTeam(%turret,GameBase::getTeam(%player));
  2241.                                 GameBase::setPosition(%turret,$los::position);
  2242.                                 GameBase::setRotation(%turret,%rot);
  2243.                                 Gamebase::setMapName(%turret,"RMT Turret#" @ $totalNumTurrets++ @ " " @ Client::getName(%client));
  2244.                                 Client::sendMessage(%client,0,"Remote Turret deployed");
  2245.                                 playSound(SoundPickupBackpack,$los::position);
  2246.                                 $TeamItemCount[GameBase::getTeam(%player) @ "TurretPack"]++;
  2247.                                 echo("MSG: ",%client," deployed a Remote Turret");
  2248.                                 //    Remote turrets - kill points to player that deploy them
  2249.                                 // Client::setOwnedObject(%client, %turret); 
  2250.                                 // Client::setOwnedObject(%client, %player);
  2251.                                 return true;
  2252.                             }
  2253.                         }
  2254.                         else 
  2255.                             Client::sendMessage(%client,0,"Can only deploy on flat surfaces");
  2256.                     } 
  2257.                     else
  2258.                         Client::sendMessage(%client,0,"Frequency Overload - Too close to other remote turrets");
  2259.                 }
  2260.                else 
  2261.                     Client::sendMessage(%client,0,"Interference from other remote turrets in the area");
  2262.             }
  2263.             else 
  2264.                 Client::sendMessage(%client,0,"Can only deploy on terrain or buildings");
  2265.         }
  2266.         else 
  2267.             Client::sendMessage(%client,0,"Deploy position out of range");
  2268.     }
  2269.     else                                                                                          
  2270.          Client::sendMessage(%client,0,"Deployable Item limit reached for " @ %item.description @ "s");
  2271.  
  2272.     return false;
  2273. }
  2274.  
  2275. function checkDeployArea(%client,%pos)
  2276. {
  2277.       %set=newObject("set",SimSet);
  2278.     %num=containerBoxFillSet(%set,$StaticObjectType | $ItemObjectType | $SimPlayerObjectType,%pos,1,1,1,1);
  2279.     if(!%num) {
  2280.         deleteObject(%set);
  2281.         return 1;
  2282.     }
  2283.     else if(%num == 1 && getObjectType(Group::getObject(%set,0)) == "Player") { 
  2284.         %obj = Group::getObject(%set,0);    
  2285.         if(Player::getClient(%obj) == %client)    
  2286.             Client::sendMessage(%client,0,"Unable to deploy - You're in the way");
  2287.         else
  2288.             Client::sendMessage(%client,0,"Unable to deploy - Player in the way");
  2289.     }
  2290.     else
  2291.         Client::sendMessage(%client,0,"Unable to deploy - Item in the way");
  2292.  
  2293.     deleteObject(%set);
  2294.     return 0;    
  2295.         
  2296.  
  2297. }
  2298. //----------------------------------------------------------------------------
  2299. // Remote deploy for items
  2300.  
  2301. function Item::deployShape(%player,%name,%shape,%item)
  2302. {
  2303.     %client = Player::getClient(%player);
  2304.     if($TeamItemCount[GameBase::getTeam(%player) @ %item] < $TeamItemMax[%item]) {
  2305.         if (GameBase::getLOSInfo(%player,3)) {
  2306.             // GetLOSInfo sets the following globals:
  2307.             //     los::position
  2308.             //     los::normal
  2309.             //     los::object
  2310.             %obj = getObjectType($los::object);
  2311.             if (%obj == "SimTerrain" || %obj == "InteriorShape") {
  2312.                 if (Vector::dot($los::normal,"0 0 1") > 0.7) {
  2313.                     if(checkDeployArea(%client,$los::position)) {
  2314.                         %sensor = newObject("","Sensor",%shape,true);
  2315.                         addToSet("MissionCleanup", %sensor);
  2316.                         GameBase::setTeam(%sensor,GameBase::getTeam(%player));
  2317.                         GameBase::setPosition(%sensor,$los::position);
  2318.                         Gamebase::setMapName(%sensor,%name);
  2319.                         Client::sendMessage(%client,0,%item.description @ " deployed");
  2320.                         playSound(SoundPickupBackpack,$los::position);
  2321.                         echo("MSG: ",%client," deployed a ",%name);
  2322.                         return true;
  2323.                     }
  2324.                 }
  2325.                 else 
  2326.                     Client::sendMessage(%client,0,"Can only deploy on flat surfaces");
  2327.             }
  2328.             else 
  2329.                 Client::sendMessage(%client,0,"Can only deploy on terrain or buildings");
  2330.         }
  2331.         else 
  2332.             Client::sendMessage(%client,0,"Deploy position out of range");
  2333.     }
  2334.     else
  2335.          Client::sendMessage(%client,0,"Deployable Item limit reached for " @ %name @ "s");
  2336.     return false;
  2337. }
  2338.  
  2339. //----------------------------------------------------------------------------
  2340. //----------------------------------------------------------------------------
  2341.  
  2342. //----------------------------------------------------------------------------
  2343.  
  2344. $AutoUse[RepairKit] = false;
  2345.  
  2346. ItemData RepairKit
  2347. {
  2348.    description = "Repair Kit";
  2349.    shapeFile = "armorKit";
  2350.    heading = "eMiscellany";
  2351.    shadowDetailMask = 4;
  2352.    price = 35;
  2353. };
  2354.  
  2355. function RepairKit::onUse(%player,%item)
  2356. {
  2357.     Player::decItemCount(%player,%item);
  2358.     GameBase::repairDamage(%player,0.2);
  2359. }
  2360.  
  2361.  
  2362. //----------------------------------------------------------------------------
  2363.  
  2364. ItemData MineAmmo
  2365. {
  2366.    description = "Mine";
  2367.    shapeFile = "mineammo";
  2368.    heading = "eMiscellany";
  2369.    shadowDetailMask = 4;
  2370.    price = 10;
  2371.     className = "HandAmmo";
  2372. };
  2373.  
  2374. function MineAmmo::onUse(%player,%item)
  2375. {
  2376.     if($matchStarted) {
  2377.         if(%player.throwTime < getSimTime() ) {
  2378.             Player::decItemCount(%player,%item);
  2379.             %obj = newObject("","Mine","antipersonelMine");
  2380.              addToSet("MissionCleanup", %obj);
  2381.             %client = Player::getClient(%player);
  2382.             GameBase::throw(%obj,%player,15 * %client.throwStrength,false);
  2383.             %player.throwTime = getSimTime() + 0.5;
  2384.         }
  2385.     }
  2386. }
  2387.  
  2388.  
  2389. //----------------------------------------------------------------------------
  2390.  
  2391. ItemData Grenade
  2392. {
  2393.    description = "Grenade";
  2394.    shapeFile = "grenade";
  2395.    heading = "eMiscellany";
  2396.    shadowDetailMask = 4;
  2397.    price = 5;
  2398.     className = "HandAmmo";
  2399. };
  2400.  
  2401. function Grenade::onUse(%player,%item)
  2402. {
  2403.     if($matchStarted) {
  2404.         if(%player.throwTime < getSimTime() ) {
  2405.             Player::decItemCount(%player,%item);
  2406.             %obj = newObject("","Mine","Handgrenade");
  2407.                addToSet("MissionCleanup", %obj);
  2408.             %client = Player::getClient(%player);
  2409.             GameBase::throw(%obj,%player,9 * %client.throwStrength,false);
  2410.             %player.throwTime = getSimTime() + 0.5;
  2411.         }
  2412.     }
  2413. }
  2414.  
  2415.  
  2416. //----------------------------------------------------------------------------
  2417.  
  2418. ItemData Beacon
  2419. {
  2420.    description = "Beacon";
  2421.    shapeFile = "sensor_small";
  2422.    heading = "eMiscellany";
  2423.    shadowDetailMask = 4;
  2424.    price = 5;
  2425.     className = "HandAmmo";
  2426. };
  2427.  
  2428. function Beacon::onUse(%player,%item)
  2429. {
  2430.     if (Beacon::deployShape(%player,%item)) {
  2431.         Player::decItemCount(%player,%item);
  2432.     }
  2433. }
  2434.  
  2435. function Beacon::deployShape(%player,%item)
  2436. {
  2437.      %client = Player::getClient(%player);
  2438.     if (GameBase::getLOSInfo(%player,3)) {
  2439.         // GetLOSInfo sets the following globals:
  2440.         //     los::position
  2441.         //     los::normal
  2442.         //     los::object
  2443.         %obj = getObjectType($los::object);
  2444.         if (%obj == "SimTerrain" || %obj == "InteriorShape") {
  2445.             // Try to stick it straight up or down, otherwise
  2446.             // just use the surface normal
  2447.             if (Vector::dot($los::normal,"0 0 1") > 0.6) {
  2448.                 %rot = "0 0 0";
  2449.             }
  2450.             else {
  2451.                 if (Vector::dot($los::normal,"0 0 -1") > 0.6) {
  2452.                     %rot = "3.14159 0 0";
  2453.                 }
  2454.                 else {
  2455.                     %rot = Vector::getRotation($los::normal);
  2456.                 }
  2457.             }
  2458.               %set=newObject("set",SimSet);
  2459.             %num=containerBoxFillSet(%set,$StaticObjectType | $ItemObjectType | $SimPlayerObjectType,$los::position,0.3,0.3,0.3,1);
  2460.             deleteObject(%set);
  2461.             if(!%num) {
  2462.                 %team = GameBase::getTeam(%player);
  2463.                 if($TeamItemMax[%item] > $TeamItemCount[%team @ %item] || $TestCheats) {
  2464.                     %beacon = newObject("Target Beacon", "StaticShape", "DefaultBeacon", true);
  2465.                    addToSet("MissionCleanup", %beacon);
  2466.                     //, CameraTurret, true);
  2467.                     GameBase::setTeam(%beacon,GameBase::getTeam(%player));
  2468.                     GameBase::setRotation(%beacon,%rot);
  2469.                     GameBase::setPosition(%beacon,$los::position);
  2470.                     Gamebase::setMapName(%beacon,"Target Beacon");
  2471.                   Beacon::onEnabled(%beacon);
  2472.                     Client::sendMessage(%client,0,"Beacon deployed");
  2473.                     //playSound(SoundPickupBackpack,$los::position);
  2474.                     $TeamItemCount[GameBase::getTeam(%beacon) @ "Beacon"]++;
  2475.                     return true;
  2476.                 }
  2477.                 else
  2478.                     Client::sendMessage(%client,0,"Deployable Item limit reached");
  2479.             }
  2480.             else
  2481.                 Client::sendMessage(%client,0,"Unable to deploy - Item in the way");
  2482.         }
  2483.         else {
  2484.             Client::sendMessage(%client,0,"Can only deploy on terrain or buildings");
  2485.         }
  2486.     }
  2487.     else {
  2488.         Client::sendMessage(%client,0,"Deploy position out of range");
  2489.     }
  2490.     return false;
  2491. }
  2492.  
  2493.  
  2494. //----------------------------------------------------------------------------
  2495. //----------------------------------------------------------------------------
  2496.  
  2497. ItemData RepairPatch
  2498. {
  2499.     description = "Repair Patch";
  2500.     className = "Repair";
  2501.     shapeFile = "armorPatch";
  2502.    heading = "eMiscellany";
  2503.     shadowDetailMask = 4;
  2504.       price = 2;
  2505. };
  2506.  
  2507. function RepairPatch::onCollision(%this,%object)
  2508. {
  2509.     if (getObjectType(%object) == "Player") {
  2510.         if(GameBase::getDamageLevel(%object)) {
  2511.             GameBase::repairDamage(%object,0.125);
  2512.             %item = Item::getItemData(%this);
  2513.             Item::playPickupSound(%this);
  2514.             Item::respawn(%this);
  2515.         }
  2516.     }
  2517. }
  2518.  
  2519. function RepairPatch::onUse(%player,%item)
  2520. {
  2521.     Player::decItemCount(%player,%item);
  2522.     GameBase::repairDamage(%player,0.1);
  2523. }
  2524.  
  2525.  
  2526. //----------------------------------------------------------------------------
  2527.  
  2528. function remoteGiveAll(%clientId)
  2529. {
  2530.     if ($TestCheats) {
  2531.         Player::setItemCount(%clientId,Blaster,1);
  2532.         Player::setItemCount(%clientId,Chaingun,1);
  2533.         Player::setItemCount(%clientId,PlasmaGun,1);
  2534.         Player::setItemCount(%clientId,GrenadeLauncher,1);
  2535.         Player::setItemCount(%clientId,DiscLauncher,1);
  2536.         Player::setItemCount(%clientId,LaserRifle,1);
  2537.         Player::setItemCount(%clientId,EnergyRifle,1);
  2538.         Player::setItemCount(%clientId,TargetingLaser,1);
  2539.         Player::setItemCount(%clientId,Mortar,1);
  2540.  
  2541.         Player::setItemCount(%clientId,BulletAmmo,200);
  2542.         Player::setItemCount(%clientId,PlasmaAmmo,200);
  2543.         Player::setItemCount(%clientId,GrenadeAmmo,200);
  2544.         Player::setItemCount(%clientId,DiscAmmo,200);
  2545.         Player::setItemCount(%clientId,MortarAmmo,200);
  2546.  
  2547.       Player::setItemCount(%clientId,Grenade, 200);
  2548.       Player::setItemCount(%clientId,MineAmmo, 200);
  2549.         Player::setItemCount(%clientId,Beacon,  200);
  2550.  
  2551.         Player::setItemCount(%clientId,RepairKit,200);
  2552.     }
  2553.     else if($ServerCheats) {
  2554.         %armor = Player::getArmor(%clientId);
  2555.         Player::setItemCount(%clientId,BulletAmmo,$ItemMax[%armor, BulletAmmo]);
  2556.         Player::setItemCount(%clientId,PlasmaAmmo,$ItemMax[%armor, PlasmaAmmo]);
  2557.         Player::setItemCount(%clientId,GrenadeAmmo,$ItemMax[%armor, GrenadeAmmo]);
  2558.         Player::setItemCount(%clientId,DiscAmmo,$ItemMax[%armor, DiscAmmo]);
  2559.         Player::setItemCount(%clientId,MortarAmmo,$ItemMax[%armor, MortarAmmo]);
  2560.  
  2561.       Player::setItemCount(%clientId,Grenade, $ItemMax[%armor, Grenade]);
  2562.       Player::setItemCount(%clientId,MineAmmo,$ItemMax[%armor, MineAmmo]);
  2563.         Player::setItemCount(%clientId,Beacon,$ItemMax[%armor, Beacon]);
  2564.  
  2565.         Player::setItemCount(%clientId,RepairKit,1);
  2566.     }
  2567. }
  2568.  
  2569.  
  2570. //----------------------------------------------------------------------------
  2571.  
  2572.  
  2573. function checkMax(%client,%armor)
  2574. {
  2575.      %weaponflag = 0;
  2576.     %numweapon = Player::getItemClassCount(%client,"Weapon");
  2577.     if (%numweapon > $MaxWeapons[%armor]) {
  2578.        %weaponflag = %numweapon - $MaxWeapons[%armor];
  2579.     }
  2580.     %max = getNumItems();
  2581.     for (%i = 0; %i < %max; %i = %i + 1) {
  2582.         %item = getItemData(%i);
  2583.         %maxnum = $ItemMax[%armor, %item];
  2584.         if(%maxnum != "") {
  2585.             %numsell = 0;
  2586.             %count = Player::getItemCount(%client,%item);
  2587.             if(%count > %maxnum) {
  2588.                 %numsell =  %count - %maxnum;
  2589.             }
  2590.             if (%count > 0 && %weaponflag && %item.className == Weapon) {
  2591.                 %numsell = 1;
  2592.                 %weaponflag = %weaponflag - 1;
  2593.             }
  2594.             if(%numsell > 0) {
  2595.                 Client::sendMessage(%client,0,"SOLD " @ %numsell @ " " @ %item);
  2596.                 teamEnergyBuySell(Client::getOwnedObject(%client),(%item.price * %numsell));
  2597.                 Player::setItemCount(%client, %item, %count - %numsell);  
  2598.                 updateBuyingList(%client);
  2599.             } 
  2600.         }
  2601.     }
  2602. }
  2603.  
  2604. function checkPlayerCash(%client)
  2605. {
  2606.     %team = Client::getTeam(%client);    
  2607.     if($TeamEnergy[%team] != "Infinite") {
  2608.         if(%client.teamEnergy > ($InitialPlayerEnergy * -1) ) {
  2609.             if(%client.teamEnergy >= 0)
  2610.                 %diff = $InitialPlayerEnergy;
  2611.             else 
  2612.                 %diff = $InitialPlayerEnergy + %client.teamEnergy;
  2613.             $TeamEnergy[%team] -= %diff;
  2614.         }
  2615.     }
  2616. }    
  2617.  
  2618. function Mission::reinitData()
  2619. {
  2620.     $TeamItemCount[0 @ DeployableAmmoPack] = 0;
  2621.     $TeamItemCount[0 @ DeployableInvPack] = 0;
  2622.     $TeamItemCount[0 @ TurretPack] = 0;
  2623.     $TeamItemCount[0 @ CameraPack] = 0;
  2624.     $TeamItemCount[0 @ DeployableSensorJammerPack] = 0;
  2625.     $TeamItemCount[0 @ PulseSensorPack] = 0;
  2626.     $TeamItemCount[0 @ MotionSensorPack] = 0;
  2627.     $TeamItemCount[0 @ ScoutVehicle] = 0;
  2628.     $TeamItemCount[0 @ LAPCVehicle] = 0;
  2629.     $TeamItemCount[0 @ HAPCVehicle] = 0;
  2630.     $TeamItemCount[0 @ Beacon] = 0;
  2631.     $TeamItemCount[0 @ mineammo] = 0;
  2632.  
  2633.     $TeamItemCount[1 @ DeployableAmmoPack] = 0;
  2634.     $TeamItemCount[1 @ DeployableInvPack] = 0;
  2635.     $TeamItemCount[1 @ TurretPack] = 0;
  2636.     $TeamItemCount[1 @ CameraPack] = 0;
  2637.     $TeamItemCount[1 @ DeployableSensorJammerPack] = 0;
  2638.     $TeamItemCount[1 @ PulseSensorPack] = 0;
  2639.     $TeamItemCount[1 @ MotionSensorPack] = 0;
  2640.     $TeamItemCount[1 @ ScoutVehicle] = 0;
  2641.     $TeamItemCount[1 @ LAPCVehicle] = 0;
  2642.     $TeamItemCount[1 @ HAPCVehicle] = 0;
  2643.     $TeamItemCount[1 @ Beacon] = 0;
  2644.     $TeamItemCount[1 @ mineammo] = 0;
  2645.  
  2646.     $TeamItemCount[2 @ DeployableAmmoPack] = 0;
  2647.     $TeamItemCount[2 @ DeployableInvPack] = 0;
  2648.     $TeamItemCount[2 @ TurretPack] = 0;
  2649.     $TeamItemCount[2 @ CameraPack] = 0;
  2650.     $TeamItemCount[2 @ DeployableSensorJammerPack] = 0;
  2651.     $TeamItemCount[2 @ PulseSensorPack] = 0;
  2652.     $TeamItemCount[2 @ MotionSensorPack] = 0;
  2653.     $TeamItemCount[2 @ ScoutVehicle] = 0;
  2654.     $TeamItemCount[2 @ LAPCVehicle] = 0;
  2655.     $TeamItemCount[2 @ HAPCVehicle] = 0;
  2656.     $TeamItemCount[2 @ Beacon] = 0;
  2657.     $TeamItemCount[2 @ mineammo] = 0;
  2658.  
  2659.     $TeamItemCount[3 @ DeployableAmmoPack] = 0;
  2660.     $TeamItemCount[3 @ DeployableInvPack] = 0;
  2661.     $TeamItemCount[3 @ TurretPack] = 0;
  2662.     $TeamItemCount[3 @ CameraPack] = 0;
  2663.     $TeamItemCount[3 @ DeployableSensorJammerPack]= 0;
  2664.     $TeamItemCount[3 @ PulseSensorPack] = 0;
  2665.     $TeamItemCount[3 @ MotionSensorPack] = 0;
  2666.     $TeamItemCount[3 @ ScoutVehicle] = 0;
  2667.     $TeamItemCount[3 @ LAPCVehicle] = 0;
  2668.     $TeamItemCount[3 @ HAPCVehicle] = 0;
  2669.     $TeamItemCount[3 @ Beacon] = 0;
  2670.     $TeamItemCount[3 @ mineammo] = 0;
  2671.  
  2672.     $TeamItemCount[4 @ DeployableAmmoPack] = 0;
  2673.     $TeamItemCount[4 @ DeployableInvPack] = 0;
  2674.     $TeamItemCount[4 @ TurretPack] = 0;
  2675.     $TeamItemCount[4 @ CameraPack] = 0;
  2676.     $TeamItemCount[4 @ DeployableSensorJammerPack]= 0;
  2677.     $TeamItemCount[4 @ PulseSensorPack] = 0;
  2678.     $TeamItemCount[4 @ MotionSensorPack] = 0;
  2679.     $TeamItemCount[4 @ ScoutVehicle] = 0;
  2680.     $TeamItemCount[4 @ LAPCVehicle] = 0;
  2681.     $TeamItemCount[4 @ HAPCVehicle] = 0;
  2682.     $TeamItemCount[4 @ Beacon] = 0;
  2683.     $TeamItemCount[4 @ mineammo] = 0;
  2684.  
  2685.     $TeamItemCount[5 @ DeployableAmmoPack] = 0;
  2686.     $TeamItemCount[5 @ DeployableInvPack] = 0;
  2687.     $TeamItemCount[5 @ TurretPack] = 0;
  2688.     $TeamItemCount[5 @ CameraPack] = 0;
  2689.     $TeamItemCount[5 @ DeployableSensorJammerPack]= 0;
  2690.     $TeamItemCount[5 @ PulseSensorPack] = 0;
  2691.     $TeamItemCount[5 @ MotionSensorPack] = 0;
  2692.     $TeamItemCount[5 @ ScoutVehicle] = 0;
  2693.     $TeamItemCount[5 @ LAPCVehicle] = 0;
  2694.     $TeamItemCount[5 @ HAPCVehicle] = 0;
  2695.     $TeamItemCount[5 @ Beacon] = 0;
  2696.     $TeamItemCount[5 @ mineammo] = 0;
  2697.  
  2698.     $TeamItemCount[6 @ DeployableAmmoPack] = 0;
  2699.     $TeamItemCount[6 @ DeployableInvPack] = 0;
  2700.     $TeamItemCount[6 @ TurretPack] = 0;
  2701.     $TeamItemCount[6 @ CameraPack] = 0;
  2702.     $TeamItemCount[6 @ DeployableSensorJammerPack]= 0;
  2703.     $TeamItemCount[6 @ PulseSensorPack] = 0;
  2704.     $TeamItemCount[6 @ MotionSensorPack] = 0;
  2705.     $TeamItemCount[6 @ ScoutVehicle] = 0;
  2706.     $TeamItemCount[6 @ LAPCVehicle] = 0;
  2707.     $TeamItemCount[6 @ HAPCVehicle] = 0;
  2708.     $TeamItemCount[6 @ Beacon] = 0;
  2709.     $TeamItemCount[6 @ mineammo] = 0;
  2710.  
  2711.     $TeamItemCount[7 @ DeployableAmmoPack] = 0;
  2712.     $TeamItemCount[7 @ DeployableInvPack] = 0;
  2713.     $TeamItemCount[7 @ TurretPack] = 0;
  2714.     $TeamItemCount[7 @ CameraPack] = 0;
  2715.     $TeamItemCount[7 @ DeployableSensorJammerPack]= 0;
  2716.     $TeamItemCount[7 @ PulseSensorPack] = 0;
  2717.     $TeamItemCount[7 @ MotionSensorPack] = 0;
  2718.     $TeamItemCount[7 @ ScoutVehicle] = 0;
  2719.     $TeamItemCount[7 @ LAPCVehicle] = 0;
  2720.     $TeamItemCount[7 @ HAPCVehicle] = 0;
  2721.     $TeamItemCount[7 @ Beacon] = 0;
  2722.     $TeamItemCount[7 @ mineammo] = 0;
  2723.  
  2724.     $totalNumCameras = 0;
  2725.     $totalNumTurrets = 0;
  2726.  
  2727.     for(%i = -1; %i < 8 ; %i++)
  2728.         $TeamEnergy[%i] = $DefaultTeamEnergy; 
  2729. }
  2730.