Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: ImmortelDude1 on April 11, 2014, 05:01:11 AM

Title: more unarmed damage and reverse grap
Post by: ImmortelDude1 on April 11, 2014, 05:01:11 AM
hey how do i do more unarmed damage but not the boxing matchs and how do i do the reverse grap so prefects,teachers,orderlies and cops don't bust me.
Title: Re: more unarmed damage and reverse grap
Post by: Bellic19 on April 11, 2014, 08:45:33 AM
Basically edit pedstats.dat and edit hummus file for the first one.not sure if reverse grap is possible but you can change the prefects fighting style so they can not but tou
Title: Re: more unarmed damage and reverse grap
Post by: c00ld0c26 on April 11, 2014, 01:16:44 PM
More damage - simple. use the LUA function : PedSetDamageGivenMultiplier(gPlayer,4)
gPlayer - name of the player, dont change that.
4 - How much to multiple the damage. 2 to double it, 3 to triple and so on....

Reversing busting - Bind 1 of your buttons to a action node of reversel or any attack, that way when a prefect/cop come to bust you, you press the action node and he will countinue the busting animation while the player wont get busted, he will do the action node and you can run away.
Title: Re: more unarmed damage and reverse grap
Post by: ImmortelDude1 on April 11, 2014, 06:00:10 PM
Thanks for the replies :) but what is a LUA function? im a new modder.