how to Edit Attack , in source V 5525

12/24/2011 11:24 DeviLScreaM#1
Want to know how to edit the attack ,
how much classes have more attack
Ex , I want to make Trojan have more attack ,
or which table i can do that , or what is the way to do that ....
thanks ,
sorry for bad english
12/26/2011 19:10 shadowman123#2
All i can say that u can Edit them Using handle.cs , Calculate.cs Located in Game.Attacking folder Good Luck
12/26/2011 21:50 pro4never#3
Damage is not based on class.. it's based on skills and equipment.

If you want skills to deal more damage... change the spellinfo table... if you want attack gear to give more bonus edit the damage calculation methods to do more damage.
12/26/2011 22:16 DeviLScreaM#4
Quote:
Originally Posted by shadowman123 View Post
All i can say that u can Edit them Using handle.cs , Calculate.cs Located in Game.Attacking folder Good Luck
First of all thanks for your replay ,
i am still new in this thing , so can you give me a hint in how to edit in those tables ? which thing Exactly i must Edit ?


Quote:
Originally Posted by pro4never View Post
Damage is not based on class.. it's based on skills and equipment.

If you want skills to deal more damage... change the spellinfo table... if you want attack gear to give more bonus edit the damage calculation methods to do more damage.

Thanks for your replay dude ,
tell me i must edit the Spellinfo table in Navicat or is it have a table in Source in the (project)
and the spell info table in navicat which name is (spells) ?
and i have to edit in (Power) of the skill
about the calculation , can you give me a hint or a Example Please ?
12/28/2011 06:00 I don't have a username#5
I was going to write something, but best thing I could come up with was study C# and study your source.
12/28/2011 15:43 DeviLScreaM#6
Quote:
Originally Posted by I don't have a username View Post
I was going to write something, but best thing I could come up with was study C# and study your source.

thanks for your replay,