Page 1 of 1

Auto reloading, enemy base heal, medic, etc

Posted: Sat Jul 13, 2013 7:53 am
by FrozenHeart
Hi, guys

There's some scripts which i wrote for my Ace Of Spades server.

https://github.com/nikitatrophimov/AoS_scripts

Feel free to report bugs and tell me about any ideas.

auto_reloading.py

Adds auto reloading for all weapons (rifle, SMG, shotgun). There's a bug in the game with SMG reloading, but i can't do anything with it

enemy_base_heal.py

Enemy base will heal you

medic.py

Adds the ability to be a medic. You can use spade to heal your allies by 25 hp every time you've hit them (it can be configured in "config.txt" file via "medic_heal_amount" option) and even revive them

squad_improved.py

Adds the ability to use '/coords' command to get the coordinates of your squadmates

where_intel.py

Adds the ability to use '/w' (or '/whereintel') command to get the coordinates of enemy intel

Re: Auto reloading, enemy base heal, medic, etc

Posted: Sat Jul 13, 2013 9:26 am
by thepolm3
good work

Re: Auto reloading, enemy base heal, medic, etc

Posted: Sat Jul 13, 2013 9:56 am
by FrozenHeart
Thanks!

Also, can you answer the first question in this thread, please?

http://www.buildandshoot.com/viewtopic.php?f=19&t=4811

Re: Auto reloading, enemy base heal, medic, etc

Posted: Tue Jul 16, 2013 12:37 am
by TB_
ooh, the enemy base healing is something I've wanted for a very long time. Good work!