• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[C++] Adding new ammo type / new combat damage

Erexo

Kage
Premium User
Joined
Mar 27, 2010
Messages
743
Solutions
5
Reaction score
200
Location
Pr0land
GitHub
Erexo
Hello guys :)

I need help with source edit ^^

Need to add new ammo type, ex:
Code:
<attribute key="ammoType" value="sbullet"/>


and new combat damage (with no effect on hit and with aqua color) ex:
Code:
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_KATONDAMAGE)

I use tfs 0.3.6pl1


Please help :3,
Erexo.
 
Back
Top