• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What script controls the "random" aspect to care packages?
#1
Basically what the title says. What script controls it, and is it easily modified so I could make one killstreak more "likely" than another? If so how?
  Reply
#2
In _airdrop.gsc find the following thing:

Code:
addCrateType( "airdrop",        "ammo",                     getDvarInt( "scr_airdrop_ammo", 17 ),                ::ammoCrateThink );
    addCrateType( "airdrop",        "uav",                         getDvarInt( "scr_airdrop_uav", 17 ),                ::killstreakCrateThink );
    addCrateType( "airdrop",        "counter_uav",                 getDvarInt( "scr_airdrop_counter_uav", 15 ),        ::killstreakCrateThink );
    addCrateType( "airdrop",        "sentry",                     getDvarInt( "scr_airdrop_sentry", 12 ),                ::killstreakCrateThink );
    addCrateType( "airdrop",        "predator_missile",         getDvarInt( "scr_airdrop_predator_missile", 12 ),    ::killstreakCrateThink );
    addCrateType( "airdrop",        "precision_airstrike",         getDvarInt( "scr_airdrop_precision_airstrike", 11 ),::killstreakCrateThink );
    addCrateType( "airdrop",        "harrier_airstrike",         getDvarInt( "scr_airdrop_harrier_airstrike", 7 ),    ::killstrea
...................

And change those numbers inside the "getDvarInt" Smile
  Reply
#3
Thank you very much!
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,869 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,282 11-08-2013, 05:25
Last Post: [HARD] Tony.
  Who can create this script First_Semyon 3 3,940 09-24-2013, 18:19
Last Post: First_Semyon
  Help choose 2 random players?(1 each team) 26hz 6 4,299 09-12-2013, 17:32
Last Post: Yamato
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,301 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
  [Release] Advanced timed messages with script support DePa95 0 3,771 08-07-2013, 19:35
Last Post: DePa95
Exclamation [Request] Random Weapon At Spawn Scripts18 3 4,364 07-27-2013, 23:53
Last Post: DidUknowiPwn
  Help Receiving a random primary & secondary DidUknowiPwn 5 4,065 07-22-2013, 09:47
Last Post: Yamato
  Help Run Infinity Script on Teknogods? Bandarigoda123 6 7,048 07-14-2013, 17:27
Last Post: surtek
  can't find script engine "VBScript" for script "C:\Windows\system32\slmgr.vbs" ddaavvee 6 23,793 06-18-2013, 03:46
Last Post: dylankrajewski

Forum Jump:


Users browsing this thread: 1 Guest(s)