Page 1 of 1
Dual daggers on some races
Posted: Tue Nov 23, 2010 1:25 pm
by babyjason
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number: 4436
L2JDP Revision
Number:7766
Hello, i d like to ask how can i enable dual dagger usage for other races/classes except the ones using it now.
i mean if i give dual dagger mastery to shilien templar, it still wont be able to wear it, so i ask where to look, ty
Re: Dual daggers on some races
Posted: Tue Nov 23, 2010 1:43 pm
by _DS_
Add item restriction.
Re: Dual daggers on some races
Posted: Tue Nov 23, 2010 2:10 pm
by SolidSnake
Example "Vesper Dual Daggers":
Code: Select all
Index: data/stats/weapon/13800-13899.xml===================================================================--- data/stats/weapon/13800-13899.xml (revision 7669)+++ data/stats/weapon/13800-13899.xml (working copy)@@ -82,7 +82,7 @@ <item id="13884" name="Vesper Dual Daggers"> <cond msgId="1518"> <and>- <player class_id_restriction="93, 101, 108" />+ <player class_id_restriction="93, 101, 106, 108" /> <player subclass="false" /> </and> </cond>
Now it can be used by Shillien Templar class..
Re: Dual daggers on some races
Posted: Tue Nov 23, 2010 5:20 pm
by jurchiks
don't forget that there are races that don't have animations for dual daggers (dwarves/orcs, and, naturally, kamael), so enabling it for other RACES is NOT a good idea. For other classes of the same race it should be fine, but they still won't have any dagger skills unless you've enabled the config that allows everyone to learn any skills.
Re: Dual daggers on some races
Posted: Wed Nov 24, 2010 6:19 am
by babyjason
SolidSnake wrote:Example "Vesper Dual Daggers":
Code: Select all
Index: data/stats/weapon/13800-13899.xml===================================================================--- data/stats/weapon/13800-13899.xml (revision 7669)+++ data/stats/weapon/13800-13899.xml (working copy)@@ -82,7 +82,7 @@ <item id="13884" name="Vesper Dual Daggers"> <cond msgId="1518"> <and>- <player class_id_restriction="93, 101, 108" />+ <player class_id_restriction="93, 101, 106, 108" /> <player subclass="false" /> </and> </cond>
Now it can be used by Shillien Templar class..
thank you v much!