[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS • View topic - Healing Support

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Sun Apr 28, 2024 12:31 pm

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: Healing Support
PostPosted: Sun Oct 21, 2007 11:39 am 
Offline

Joined: Fri Sep 14, 2007 5:27 pm
Posts: 56
I tried to give the Humvee and Gaz Jeep at PoE Nitros/Repair/Ammosuplly/Healing.
The Nitros/Repairs and Ammosupply works fine but the Healing does not work, this is what i add:

rem -----------------------------------------
rem --- Humvee_Gaz ---
rem -----------------------------------------
ObjectTemplate.create ObjectSpawner Humvee_Gaz
ObjectTemplate.setObjectTemplate 1 gaz-c
ObjectTemplate.setObjectTemplate 2 humvee
ObjectTemplate.MinSpawnDelay 20
ObjectTemplate.MaxSpawnDelay 30
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate.Distance 40
ObjectTemplate.DamageWhenLost 0
ObjectTemplate.maxNrOfObjectSpawned 2
ObjectTemplate.teamOnVehicle 0

ObjectTemplate.active humvee
objecttemplate.addtemplate humveehorn
objecttemplate.setrotation 180/0/0
objecttemplate.addtemplate humveehorn
objecttemplate.setrotation 180/0/0
ObjectTemplate.speedMod 0
ObjectTemplate.addTemplate AmmoboxSupplyDepot
ObjectTemplate.addTemplate MedicboxSupplyDepot
ObjectTemplate.addTemplate repairpoint
ObjectTemplate.radius 25

Objecttemplate.active humveehorn
ObjectTemplate.roundOfFire 0.5
ObjectTemplate.fireOnce 1
ObjectTemplate.fireingForce 1000
ObjectTemplate.recoilSpeed 300
ObjectTemplate.recoilSize 350

ObjectTemplate.active gaz-c
objecttemplate.addtemplate humveehorn
objecttemplate.setrotation 180/0/0
objecttemplate.addtemplate humveehorn
objecttemplate.setrotation 180/0/0
ObjectTemplate.speedMod 0
ObjectTemplate.addTemplate AmmoboxSupplyDepot
ObjectTemplate.addTemplate MedicboxSupplyDepot
ObjectTemplate.addTemplate repairpoint
ObjectTemplate.radius 25

objecttemplate.active humveehorn
ObjectTemplate.roundOfFire 0.5
ObjectTemplate.fireOnce 1
ObjectTemplate.fireingForce 1000
ObjectTemplate.recoilSpeed 300
ObjectTemplate.recoilSize 350

Is the MedicboxSupply wrong? what would it be? Any help would be apreciated,
Thanks Zomme


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Healing Support
PostPosted: Sun Oct 21, 2007 2:22 pm 
Offline

Joined: Mon May 28, 2007 4:08 am
Posts: 166
try adding a medic locker. idk if that would help or not.

_________________
Image


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Healing Support
PostPosted: Sun Oct 21, 2007 2:42 pm 
Offline
User avatar

Joined: Thu Oct 19, 2006 5:03 am
Posts: 1209

_________________
Image

Image


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Healing Support
PostPosted: Mon Oct 22, 2007 6:06 pm 
Offline

Joined: Fri Sep 14, 2007 5:27 pm
Posts: 56
Hi Losnar,
Thx a lot, it works great, :D
yesterday was 21 people on server.....everybody was very happy about the Nitros, we decided that the Black Buggy would be the Ambulance with Nitros/Repair/Ammo/Healing....wow on Operation Sabre was a lot of flying jeep :lol:

thanks and Best Regards,
Zomme


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Healing Support
PostPosted: Sun Oct 28, 2007 9:10 pm 
Offline

Joined: Sat Sep 11, 2004 12:00 am
Posts: 172
Yes these work great for the ground players

_________________
<HLC>KillerPhart
www.hungloclan.com


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 246 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group