Jump to content
  • 0

L2 skills


forsas

Question

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?  :)

Link to comment
Share on other sites

Recommended Posts

  • 0

don't think anyone know it (or the one which maybe know it don't watch your topic) so try ti find it by self...

 

I search in l2pcinstance, l2weapontype, l2weapon, all skills java and i cannot find...

Link to comment
Share on other sites

  • 0

Weapons Allowed ¶

Usage: <set name="weaponsAllowed" val="Value"/>
java/com/l2jserver/gameserver/templates/item/L2WeaponType.java				
enum	ID	Value	Name	Description
NONE	1	2	Shield	
SWORD	2	4	Sword	
BLUNT	3	8	Blunt	
DAGGER	4	16	Dagger	
BOW	5	32	Bow	
POLE	6	64	Pole	
ETC	7	128	Etc	
FIST	8	256	Fist	
DUAL	9	512	Dual Sword	
DUALFIST	10	1024	Dual Fist	
BIGSWORD	11	2048	Big Sword	Two Handed Swords
PET	12	4096	Pet	
ROD	13	8192	Rod	
BIGBLUNT	14	16384	Big Blunt	Two handed blunt
ANCIENT_SWORD	15	32768	Ancient	
CROSSBOW	16	65536	Crossbow	
RAPIER	17	131072	Rapier	
DUAL_DAGGER	18	262144	Dual Dagger	

SOME COMBINATIONS EXAMPLES
Value	Weapons Included
12	sword/blunt
524	dual/sword/blunt
1280	fist/dualfist
2052	sword/bigsword
2060	sword/bigsword/blunt
2580	sword/bigsword/dagger/dual
65568	bow/crossbow
16392	blunt/bigblunt
18432	bigsword/bigblunt
18444	sword/bigsword/blunt/bigblunt
18956	dual/sword/bigsword/blunt/bigblunt
51212	ancient/sword/bigsword/blunt/bigblunt
149516	rapier/sword/bigsword/blunt/bigblunt
163840	ancient/rapier
262160	dagger/dualdagger 

 

http://trac.l2jdp.com/wiki/XML

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock