sof2er / rotoblin

Automatically exported from code.google.com/p/rotoblin
0 stars 0 forks source link

too many molotovs, pipe bombs and pills #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install server l4d with rotoblin 0.8.1, sourcemod 1.40, metamod 1.9.0 and 
stripper 1.2.2

What version of Rotoblin are you using? On what operating system?
0.8.1 with linux

 sometimes it's ok, but in a few maps, there are three or four molotovs, pipeboms and pills. I replaced all plugins, sourcemod, metamod and stripper, checked the cfgs and the cvars. I think that everything it's fine.

//Turn almost all spawnable medkits into pills and adjust item density

sm_cvar director_convert_pills 0
sm_cvar director_vs_convert_pills 0.0
sm_cvar director_scavenge_item_override 1
sm_cvar director_pain_pill_density 0
sm_cvar director_scavenge_item_override 1
sm_cvar director_propane_tank_density 1 
sm_cvar director_gas_can_density 1
sm_cvar director_oxygen_tank_density 1
sm_cvar director_molotov_density 1
sm_cvar director_pipe_bomb_density 1
sm_cvar director_pistol_density 1

rotoblin_health_style 1
rotoblin_enable_throwables 1    // Pipes and mollys
rotoblin_enable_cannisters 1    // Explosive/flammable cannisters

Original issue reported on code.google.com by amara_ma...@hotmail.com on 15 Feb 2012 at 7:58

GoogleCodeExporter commented 9 years ago
your settins is rotoblin_health_style 1
rotoblin_enable_throwables 1    // Pipes and mollys
rotoblin_enable_cannisters 1    // Explosive/flammable cannisters

try

rotoblin_health_style 3
rotoblin_enable_throwables 0    // Pipes and mollys
rotoblin_enable_cannisters 0    // Explosive/flammable cannisters

to remove the mollies, pipe bombs, and pills

Original comment by gerrynie...@gmail.com on 24 May 2012 at 3:23