[Help]How to change damage 5165

01/13/2010 10:29 ramix#46
the arrows?? hummm

in mobs with scatters takes like 900.000 o.O
01/13/2010 11:17 intel_ro#47
Quote:
Originally Posted by ramix View Post
the arrows?? hummm

in mobs with scatters takes like 900.000 o.O
and on the players your scatter dmg is ?

because on the gameserver attak are defined in

Attak VS Mob
Attak VS Comapinion
Attak VS Character

if i saw well on attak types
01/13/2010 11:19 ramix#48
in characters takes like 15.000.000 -.-
01/13/2010 11:45 intel_ro#49
Quote:
Originally Posted by ramix View Post
in characters takes like 15.000.000 -.-
are shure u change in corect void ?
01/13/2010 12:32 ramix#50
i think is the rigth void but iam noob xD


see the pic :D and tell me if iam in wrong void ;)

[Only registered and activated users can see links. Click Here To Register...]
01/13/2010 12:58 intel_ro#51
Quote:
Originally Posted by ramix View Post
i think is the rigth void but iam noob xD


see the pic :D and tell me if iam in wrong void ;)

[Only registered and activated users can see links. Click Here To Register...]
If u look in your image first line
is
public void TakeAttak (Mob attaker

u should go search for
public void takeattak ( characher attaker

:P that u change dmg vs monsters no versus chracters
in characters.cs u change melle attak not skill attak :D to be more easy to understand is left click attak in skill.cs u will change rightclick attack :D
01/13/2010 13:38 ramix#52
in public void takeattak ( characher attaker.....) is the same xD i chance alll xDDD

but i cant decrease the damage in archer :S
01/13/2010 13:41 intel_ro#53
Quote:
Originally Posted by ramix View Post
in public void takeattak ( characher attaker.....) is the same xD i chance alll xDDD

but i cant decrease the damage in archer :S
what kind of attak .. left click or right click ?
01/13/2010 14:06 ramix#54
with normal atack archer get like 14kkk Damage and with scartter get 15kkk damage :S
01/13/2010 14:34 intel_ro#55
Quote:
Originally Posted by ramix View Post
with normal atack archer get like 14kkk Damage and with scartter get 15kkk damage :S
coul u seccen shot your archer status ?

like dmg minattak and maxattk , and the atributes ?
01/13/2010 14:42 ramix#56
is there

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
01/13/2010 15:41 intel_ro#57
Quote:
Originally Posted by ramix View Post
is there

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
OMFG your damange is to high 44K ...
ty to gave the lines on the skills.cs and character.cs and se the result and pls tell me
Damage = (uint)((Damage * (((110 - C.EqStats.Dodge)) / 170)) / 8);

value 110 is maximul dodge posible .. and boot lvl 129 +12 have vlaue 104 so that way the value i think is to big
what lvl is the outher char :D .. mybe the potecy rise the dmg because higher diference of BP
01/13/2010 16:09 ramix#58
w8

the boots he have get +100 dodge because is item create -.- without bow i takes low damage but with bow take alot
01/13/2010 16:51 intel_ro#59
Quote:
Originally Posted by ramix View Post
w8

the boots he have get +100 dodge because is item create -.- without bow i takes low damage but with bow take alot
if u create boots .. then the line should u should rise 110 more higher than your boots because if created boots have higher vlaue than 110 ..

Super boots lvl 129 give 84 dodge and +12 give 20 dodge

110 - 104 = 8

so if 110 - 184 dodge = -74 ... caluating with negative nunvers i think u will get wired damages :D
the calculatio is made this way because not to work with negative numbers

now i saw on my server archer make dmg 900 normal dmg and 300 scater i need to make some more tewk
01/13/2010 16:57 ramix#60
tell me how i can put positive valor?