[HELP] Atack in my server

01/08/2012 04:10 juninnho2015#1
I need help, I'm not getting my atacks ally the source, I wanted to change the atack of Hercules and speedgun, can someone please help me, I tried to atack by Spelsl ally in sql but to no avail at all
01/09/2012 03:43 sonofskeletor#2
Be more specific what exactly is it you want to change, attack rate ?
01/09/2012 17:25 juninnho2015#3
Quote:
Originally Posted by sonofskeletor View Post
Be more specific what exactly is it you want to change, attack rate ?

I need change aatck the hercules

i need do decres the Hercules damage... is to hight...

Plz help .. Damange the my source is very shit , very strong
01/11/2012 13:29 spiga#4
Quote:
Originally Posted by juninnho2015 View Post
I need change aatck the hercules

i need do decres the Hercules damage... is to hight...

Plz help .. Damange the my source is very shit , very strong
Let me answer that, for stamina spells you have to change on source, for magic spells you can change power on spells table.

check the spell ID here:
SPOILERS ARE YOUR FRIEND - Korvacs~

On sources hit CRTL+F then find all files on project for it, u should see the atacking handle then hit 'F12' on the function of attack in my case the handler for cyclone is
Quote:
uint damage = Game.Attacking.Calculate.Melee(attacker, attacked);
, you can neither change it in calculations or above it paste that
Quote:
if (spell.ID == 1115) damage/=2
or any number you want to decrease by...