I'm kinda new in making pservers , using c#
I'm using tanel's 5165 source and it has a bug with herc.
I've been trying to fix herc's range but i couldn't do it .
i even added this code to skills.cs but nothing changed :(
Have a look at the picture if you don't know what is herc's bug
[Only registered and activated users can see links. Click Here To Register...]
Any help will be appreciated :)
I'm using tanel's 5165 source and it has a bug with herc.
I've been trying to fix herc's range but i couldn't do it .
i even added this code to skills.cs but nothing changed :(
Code:
if (S.ID == 1115)
S.Targetting = TargetType.Range;
S.StaminaCost = byte.Parse(Info[27]);
[Only registered and activated users can see links. Click Here To Register...]
Any help will be appreciated :)