Jump to content
  • 0

L2 skills


Question

Posted

if skill set like this  <set name="weaponsAllowed" val="1024"/> it mean skill allowed only with fists. how create like this  <set name="weaponsAllowed" val="1024;32"/> now mean skill allowed with fist and bow. M?  :)

Recommended Posts

  • 0
Posted

You can not.

 

<set name="weaponsAllowed" val="1024;32"/>

 

Doesn't exists for fist + bow.

 

Maybe only if u change in java about "weaponsAllowed", but i'm not sure if it's possible.

  • 0
Posted

You can not.

 

<set name="weaponsAllowed" val="1024;32"/>

 

Doesn't exists for fist + bow.

 

Maybe only if u change in java about "weaponsAllowed", but i'm not sure if it's possible.

 

i know and i ask because this in java and i need code.

  • 0
Posted

<set name="weaponsAllowed" val="1024"/>

<set name="weaponsAllowed" val="32"/>

 

does it work ?

 

If u put like, will be available only first, i tried few months ago.

  • 0
Posted

I think this no hard. L2Java.com have it.

 

If u want to do that, can u check any L2J Project with this value and can u make it like, if u see source.

 

It's simple if u have any source with this Value already created.

 

Eclipse Search ftw.

  • 0
Posted

If u want to do that, can u check any L2J Project with this value and can u make it like, if u see source.

 

It's simple if u have any source with this Value already created.

 

Eclipse Search ftw.

 

Nobody has this code.

  • 0
Posted

check some other skills which include different weapons....

 

like "Blunt Weapon Mastery" skill IS "205"

 

<set name="weaponsAllowed" val="16392" /> <!-- Blunt/Big Blunt -->

 

Eclipse Search ftw.

  • 0
Posted

check some other skills which include different weapons....

 

like "Blunt Weapon Mastery" skill IS "205"

 

 

He want fist + bow, and value for fist, bow doesn't exist.

Guest
This topic is now closed to further replies.


×
×
  • Create New...