Archers damage problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
dinasty
Posts: 6
Joined: Sat Nov 20, 2010 1:10 am

Archers damage problem

Post by dinasty »

L2J Revision Number:4430
L2JDP Revision Number:7672


Hi guys, little question: can someone explain me how to increase the archers critical damage?
Ive searched that but no result :?
Thanks you guys for your work!
bagun
Posts: 55
Joined: Sun Oct 03, 2010 12:09 pm

Re: Archers damage problem

Post by bagun »

dinasty wrote:L2J Revision Number:4430
L2JDP Revision Number:7672


Hi guys, little question: can someone explain me how to increase the archers critical damage?
Ive searched that but no result :?
Thanks you guys for your work!
search for a passive skill that only archers have,and add to that skill a modificator to the critical damage. :D
Server Developer/Admin of L2Jservers
dinasty
Posts: 6
Joined: Sat Nov 20, 2010 1:10 am

Re: Archers damage problem

Post by dinasty »

Thereisnt a solution to increase only the critical damage? without touch other skill? :cry:
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Archers damage problem

Post by jurchiks »

you can only increase crit rate in char_templates.sql
editing a skill is a very simple solution
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
dinasty
Posts: 6
Joined: Sat Nov 20, 2010 1:10 am

Re: Archers damage problem

Post by dinasty »

Skill like bow mastery? :shock:
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: Archers damage problem

Post by mgbhard »

Code: Select all

            <mul order="0x30" stat="pvpPhysDmg" val="1.0"><!-- % -->                <and>                    <player class_id_restriction="92,102" />                </and>            </mul>
Change "pvpPhysDmg" for whatever you want.
Image
bagun
Posts: 55
Joined: Sun Oct 03, 2010 12:09 pm

Re: Archers damage problem

Post by bagun »

jurchiks wrote:you can only increase crit rate in char_templates.sql
editing a skill is a very simple solution
Why make things difficult? :roll:

The option of edit a archers skill is the fast and is sure that will be work oks.

Just modify bow mastery,adding the modifications that you want :D
Server Developer/Admin of L2Jservers
dinasty
Posts: 6
Joined: Sat Nov 20, 2010 1:10 am

Re: Archers damage problem

Post by dinasty »

mgbhard wrote:

Code: Select all

            <mul order="0x30" stat="pvpPhysDmg" val="1.0"><!-- % -->                <and>                    <player class_id_restriction="92,102" />                </and>            </mul>
Change "pvpPhysDmg" for whatever you want.

But this is for all class?
dinasty
Posts: 6
Joined: Sat Nov 20, 2010 1:10 am

Re: Archers damage problem

Post by dinasty »

dinasty wrote:
mgbhard wrote:

Code: Select all

            <mul order="0x30" stat="pvpPhysDmg" val="1.0"><!-- % -->                <and>                    <player class_id_restriction="92,102" />                </and>            </mul>
Change "pvpPhysDmg" for whatever you want.

But this is for all class?
Ok sorry i have read now <player class_id_restriction="92,102" /> :mrgreen:
Last question can i modify the crit damage of only the archer and set that to "x3"?
mgbhard
Posts: 228
Joined: Mon May 05, 2008 10:34 pm

Re: Archers damage problem

Post by mgbhard »

dinasty wrote:
dinasty wrote:
mgbhard wrote:

Code: Select all

            <mul order="0x30" stat="pvpPhysDmg" val="1.0"><!-- % -->                <and>                    <player class_id_restriction="92,102" />                </and>            </mul>
Change "pvpPhysDmg" for whatever you want.

But this is for all class?
Ok sorry i have read now <player class_id_restriction="92,102" /> :mrgreen:
Last question can i modify the crit damage of only the archer and set that to "x3"?
Change pvpPhysDmg for what ever you want, go to http://www.l2jserver.com/wiki/index.php/Skills and search for "[stat]", then change the mutiplier val="1.0" to 3.0
Image
dinasty
Posts: 6
Joined: Sat Nov 20, 2010 1:10 am

Re: Archers damage problem

Post by dinasty »

Thanks tou guys for your help! :mrgreen:
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Archers damage problem

Post by jurchiks »

bagun wrote:
jurchiks wrote:you can only increase crit rate in char_templates.sql
editing a skill is a very simple solution
Why make things difficult? :roll:

The option of edit a archers skill is the fast and is sure that will be work oks.

Just modify bow mastery,adding the modifications that you want :D
In case you didn't notice, that's exactly what I was saying.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply