Jump to content
  • 0

Can't Equip L2 Gold Weapons L2Jfrozen.


Question

13 answers to this question

Recommended Posts

  • 0
Posted

Show the stats part/weapon structure. Probably missing equip action.

Thanks for your reply.

take them all:

 

SQL:

 

/*
Navicat MySQL Data Transfer

Source Server         : localhost_3306
Source Server Version : 50540
Source Host           : localhost:3306
Source Database       : andrew

Target Server Type    : MYSQL
Target Server Version : 50540
File Encoding         : 65001

Date: 2015-02-17 12:37:12
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for `custom_weapon`
-- ----------------------------
DROP TABLE IF EXISTS `custom_weapon`;
CREATE TABLE `custom_weapon` (
  `item_id` decimal(11,0) NOT NULL DEFAULT '0',
  `name` varchar(70) DEFAULT NULL,
  `bodypart` varchar(15) DEFAULT NULL,
  `crystallizable` varchar(5) DEFAULT NULL,
  `weight` decimal(4,0) DEFAULT NULL,
  `soulshots` decimal(2,0) DEFAULT NULL,
  `spiritshots` decimal(1,0) DEFAULT NULL,
  `material` varchar(11) DEFAULT NULL,
  `crystal_type` varchar(4) DEFAULT NULL,
  `p_dam` decimal(5,0) DEFAULT NULL,
  `rnd_dam` decimal(2,0) DEFAULT NULL,
  `weaponType` varchar(8) DEFAULT NULL,
  `critical` decimal(2,0) DEFAULT NULL,
  `hit_modify` decimal(6,5) DEFAULT NULL,
  `avoid_modify` decimal(2,0) DEFAULT NULL,
  `shield_def` decimal(3,0) DEFAULT NULL,
  `shield_def_rate` decimal(2,0) DEFAULT NULL,
  `atk_speed` decimal(3,0) DEFAULT NULL,
  `mp_consume` decimal(2,0) DEFAULT NULL,
  `m_dam` decimal(3,0) DEFAULT NULL,
  `duration` decimal(3,0) DEFAULT NULL,
  `price` decimal(11,0) DEFAULT NULL,
  `crystal_count` int(4) DEFAULT NULL,
  `sellable` varchar(5) DEFAULT NULL,
  `dropable` varchar(5) DEFAULT NULL,
  `destroyable` varchar(5) DEFAULT NULL,
  `tradeable` varchar(5) DEFAULT NULL,
  `item_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
  `item_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
  `enchant4_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
  `enchant4_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
  `onCast_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
  `onCast_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
  `onCast_skill_chance` decimal(11,0) NOT NULL DEFAULT '0',
  `onCrit_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
  `onCrit_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
  `onCrit_skill_chance` decimal(11,0) NOT NULL DEFAULT '0',
  PRIMARY KEY (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of custom_weapon
-- ----------------------------
INSERT INTO `custom_weapon` VALUES ('11120', 'Crokian Blade', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '281', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11119', 'Axe of Ketra', 'lrhand', 'true', '1800', '1', '1', 'adamantaite', 's', '281', '5', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11118', 'Dreadbane', 'lrhand', 'true', '1800', '1', '1', 'adamantaite', 's', '281', '5', 'pole', '8', '-3.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11117', 'Sword of Apostole', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '281', '10', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11116', 'Sword of Vampire', 'lrhand', 'true', '1380', '1', '1', 'adamantaite', 's', '342', '5', 'bigsword', '8', '0.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11115', 'Giant Trident', 'rhand', 'true', '950', '1', '1', 'adamantaite', 's', '246', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11114', 'Doll Knife*Doll Knife', 'lrhand', 'true', '2080', '1', '1', 'adamantaite', 's', '342', '5', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11113', 'Doll Knife', 'rhand', 'true', '950', '1', '1', 'adamantaite', 's', '246', '5', 'dagger', '12', '-3.00000', '0', '0', '0', '433', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11112', 'Bow of Halisha', 'lrhand', 'true', '1650', '1', '1', 'adamantaite', 's', '581', '5', 'bow', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11121', 'Crokian Blade*Crokian Blade', 'lrhand', 'true', '2080', '1', '1', 'adamantaite', 's', '342', '5', 'dual', '8', '0.00000', '0', '0', '0', '325', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11122', 'Cudgel', 'rhand', 'true', '1570', '1', '1', 'adamantaite', 's', '281', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '132', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11123', 'Lady\'s Fan', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '225', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11124', 'Dusk Staff', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '225', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11125', 'Dusk Sword', 'rhand', 'true', '1300', '1', '1', 'adamantaite', 's', '225', '20', 'blunt', '4', '4.00000', '0', '0', '0', '379', '0', '175', '-1', '48800000', '2440', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11126', 'Dusk Shield', 'lhand', 'true', '1650', '1', '1', 'adamantaite', 's', '751', '5', 'none', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'false', 'false', 'true', 'true', '3076', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11127', 'Shield of Reflection', 'lhand', 'true', '1650', '1', '1', 'adamantaite', 's', '751', '5', 'none', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'false', 'false', 'true', 'true', '3076', '1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `custom_weapon` VALUES ('11128', 'Shield of Evasion', 'lhand', 'true', '1650', '1', '1', 'adamantaite', 's', '751', '5', 'none', '12', '-3.00000', '0', '0', '0', '293', '11', '132', '-1', '48800000', '2440', 'false', 'false', 'true', 'true', '3076', '1', '0', '0', '0', '0', '0', '0', '0', '0');

stats:

 

<?xml version='1.0' encoding='utf-8'?>
<list>
<item id='11112' name="Bow of Halisha">
  <for>
    <set val='614' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='107' order='0x08' stat='rCrit'/>
    <add val='6' order='0x10' stat='accCombat'/>
    <set val='293' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
  </for>
</item>
<item id='11113' name="Doll Knife">
  <for>
    <set val='260' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='107' order='0x08' stat='rCrit'/>
    <add val='-3' order='0x10' stat='accCombat'/>
    <set val='433' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.08' order='0x30' stat='pAtkSpd'/>
    <add val='265' order='0x10' stat='cAtk'/>
  </for>
</item>
<item id='11114' name="Doll Knife*Doll Knife">
  <for>
     <set val='361' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='8' order='0x08' stat='rCrit'/>
    <add val='6' order='0x10' stat='accCombat'/>
    <set val='325' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.07' order='0x30' stat='pAtkSpd'/>
  </for>
</item>
<item id='11115' name="Giant Trident">
  <for>
     <set val='260' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='12' order='0x08' stat='rCrit'/>
    <add val='-3' order='0x10' stat='accCombat'/>
    <set val='433' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <set val='3' order='0x08' stat='rEvas'/>
    <set val='265' order='0x08' stat='cAtk'/>
  </for>
</item>
<item id='11116' name="Sword of Vampire">
  <for>
     <set val='361' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='103' order='0x08' stat='rCrit'/>
    <add val='0' order='0x10' stat='accCombat'/>
    <set val='325' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.25' order='0x30' stat='maxHp'/>
  </for>
</item>
<item id='11117' name="Sword of Apostole">
  <for>
     <set val='297' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='8' order='0x08' stat='rCrit'/>
    <add val='6' order='0x10' stat='accCombat'/>
    <set val='379' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.25' order='0x30' stat='maxHp'/>
  </for>
</item>
<item id='11118' name="Dreadbane">
  <for>
     <set val='297' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='8' order='0x08' stat='rCrit'/>
    <set val='66' order='0x08' stat='pAtkRange'/>
    <add val='6' order='0x10' stat='accCombat'/>
    <set val='325' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.03' order='0x30' stat='pAtkSpd'/>
    <set val='360' order='0x08' stat='pAtkAngle'/>
  </for>
</item>
<item id='11119' name="Axe of Ketra">
  <for>
     <set val='297' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='8' order='0x08' stat='rCrit'/>
    <set val='66' order='0x08' stat='pAtkRange'/>
    <add val='6' order='0x10' stat='accCombat'/>
    <set val='325' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <add val='265' order='0x10' stat='cAtk'/>
  </for>
</item>
<item id='11120' name="Crokian Blade">
  <for>
     <set val='297' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='8' order='0x08' stat='rCrit'/>
    <add val='6' order='0x10' stat='accCombat'/>
    <set val='379' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.07' order='0x30' stat='pAtkSpd'/>
  </for>
</item>
<item id='11121' name="Crokian Blade*Crokian Blade">
  <for>
     <set val='361' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='103' order='0x08' stat='rCrit'/>
    <add val='0' order='0x10' stat='accCombat'/>
    <set val='325' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.07' order='0x30' stat='pAtkSpd'/>
  </for>
</item>
<item id='11122' name="Cudgel">
  <for>
     <set val='361' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='99' order='0x08' stat='rCrit'/>
    <add val='4' order='0x10' stat='accCombat'/>
    <set val='325' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.07' order='0x30' stat='pAtkSpd'/>
  </for>
</item>
<item id='11123' name="Ladys Fan">
  <for>
     <set val='238' order='0x08' stat='pAtk'/>
    <set val='182' order='0x08' stat='mAtk'/>
    <set val='4' order='0x08' stat='rCrit'/>
    <add val='4' order='0x10' stat='accCombat'/>
    <set val='379' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.18' order='0x30' stat='mAtkSpd'/>
  </for>
</item>
<item id='11124' name="Dusk Staff">
  <for>
     <set val='238' order='0x08' stat='pAtk'/>
    <set val='182' order='0x08' stat='mAtk'/>
    <set val='4' order='0x08' stat='rCrit'/>
    <add val='4' order='0x10' stat='accCombat'/>
    <set val='379' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.03' order='0x30' stat='mAtk'/>
    <mul val='1.18' order='0x30' stat='mAtkSpd'/>
  </for>
</item>
<item id='11125' name="Dusk Sword">
  <for>
     <set val='290' order='0x08' stat='pAtk'/>
    <set val='182' order='0x08' stat='mAtk'/>
    <set val='4' order='0x08' stat='rCrit'/>
    <add val='4' order='0x10' stat='accCombat'/>
    <set val='325' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
    <mul val='1.15' order='0x30' stat='mAtk'/>
  </for>
</item>
<item id='11126' name="Dusk Shied">
  <for>
    <sub val='8' order='0x10' stat='rEvas'/>
    <set val='300' order='0x08' stat='sDef'/>
    <set val='50' order='0x08' stat='rShld'/>
    <enchant val='0' order='0x0C' stat='sDef'/>
  </for>
</item>
<item id='11127' name="Shield of Reflection">
  <for>
    <sub val='8' order='0x10' stat='rEvas'/>
    <set val='276' order='0x08' stat='sDef'/>
    <set val='20' order='0x08' stat='rShld'/>
    <enchant val='0' order='0x0C' stat='sDef'/>
     <add order="0x40" stat="reflectSkillPhysic" val="50"/>
    <add order="0x40" stat="reflectSkillMagic" val="50"/>
  </for>
</item>
<item id='11128' name="Shield of Evasion">
  <for>
    <add val='15' order='0x40' stat='runSpd'/>
    <set val='276' order='0x08' stat='sDef'/>
    <set val='20' order='0x08' stat='rShld'/>
    <enchant val='0' order='0x0C' stat='sDef'/>
  </for>
</item>
</list>

WEAPONGRP.

 

0	11112	1	1	15	2	0	LineageWeapons.bow_of_halisha_m00_wp			LineageWeaponsTex.bow_of_halisha_t00_wp			itemskill.random.gold					-1	950	13	0	0	14	5	1	LineageWeapons.bow_of_halisha_m00_wp		1	LineageWeaponsTex.bow_of_halisha_t00_wp			4	ItemSound.bow_small_2	ItemSound.bow_small_4	ItemSound.bow_big_2	ItemSound.bow_small_1				6	610	138	6	5	12	-3	0	0	0	293	1	1	1	1000	0	-1	0	LineageEffect.c_u008		-1.500000	0.000000	0.000000	1.500000	2.300000						LineageWeapons.rangesample		2.300000	1.200000	1.200000	-1.500000	1.000000	0.000000							-1	-1	-1	-1				
0	11113	1	1	7	10	0	LineageWeapons.doll_knife_m00_wp			LineageWeaponsTex.doll_knife_t00_wp			itemskill.random.gold					100	950	47	1	0	7	1	1	LineageWeapons.doll_knife_m00_wp		1	LineageWeaponsTex.doll_knife_t00_wp			4	ItemSound.dagger_6	ItemSound.sword_small_2	ItemSound.sword_mid_2	ItemSound.public_sword_shing_7	ItemSound.itemdrop_dagger	ItemSound.itemequip_dagger		5	275	138	3	5	12	-3	0	0	0	433	0	1	1	1000	0	-1	0	LineageEffect.c_u007		-22.000000	2.300000	0.000000	0.700000	0.100000						LineageWeapons.rangesample		0.850000	0.650000	0.650000	7.500000	1.000000	0.000000							7	-1	-1	-1				
0	11114	1	1	7	10	0	LineageWeapons.doll_knife_m00_wp	LineageWeapons.doll_knife_m00_wp		LineageWeaponsTex.doll_knife_t00_wp	LineageWeaponsTex.doll_knife_t00_wp		itemskill.random.gold	itemskill.random.gold	itemskill.random.gold			95	2080	51	1	0	14	3	2	LineageWeapons.doll_knife_m00_wp	LineageWeapons.doll_knife_m00_wp	2	LineageWeaponsTex.doll_knife_t00_wp	LineageWeaponsTex.doll_knife_t00_wp		4	ItemSound.public_sword_shing_8	ItemSound.sword_great_4	ItemSound.sword_mid_2	ItemSound.public_sword_shing_4	ItemSound.itemdrop_sword	ItemSound.itemequip_sword		10	371	138	8	5	8	0	0	0	0	325	0	1	1	1000	0	-1	0	LineageEffect.c_u007	LineageEffect.c_u007	0.000000	0.000000	0.000000	0.000000	0.000000	0.000000	1.000000	1.000000	-10.099999	-10.099999	LineageWeapons.rangesample	LineageWeapons.rangesample	0.899999	0.899999	0.899999	0.899999	0.899999	0.899999	9.000000	0.000000	0.000000	9.000000	0.000000	0.000000	4	4	-1	-1	itemskill.random.gold	itemskill.random.gold	itemskill.random.gold	
0	11115	1	1	7	10	0	LineageWeapons.wgiant_spear_m00_wp			LineageWeaponsTex.wgiant_spear_t00_wp			itemskill.random.gold					-1	300	8	1	0	7	1	1	LineageWeapons.wgiant_spear_m00_wp		1	LineageWeaponsTex.wgiant_spear_t00_wp			4	itemsound.spear_7	ItemSound.sword_big_7	ItemSound.spear_5	ItemSound.spear_6				5	318	163	3	5	12	-3	0	0	0	433	0	2	2	1000	0	-1	0	LineageEffect.c_u005		0.000000	0.000000	0.000000	2.000000	1.000000						LineageWeapons.rangesample		1.300000	1.300000	1.300000	21.000000	0.000000	0.000000							7	-1	-1	-1				
0	11116	1	1	7	10	0	LineageWeapons.sword_of_vampire_warrior_m00_wp			LineageWeaponsTex.sword_of_vampire_warrior_t00_wp			itemskill.random.gold					-1	2090	51	0	0	14	2	1	LineageWeapons.sword_of_vampire_warrior_m00_wp		1	LineageWeaponsTex.sword_of_vampire_warrior_t00_wp			4	ItemSound.sword_big_3	ItemSound.sword_mid_9	ItemSound.sword_great_4	ItemSound.public_sword_shing_8				10	371	138	1	5	8	0	0	0	0	325	0	1	1	1000	0	-1	0	LineageEffect.c_u004		0.000000	0.000000	0.000000	1.600000	4.500000						LineageWeapons.rangesample		2.500000	0.850000	0.850000	15.000000	0.000000	0.000000							-1	-1	-1	-1				
0	11117	1	1	7	10	0	LineageWeapons.sword_of_apostle_warrior_m00_wp			LineageWeaponsTex.sword_of_apostle_warrior_t00_wp			itemskill.random.gold					-1	1560	51	0	0	7	1	1	LineageWeapons.sword_of_apostle_warrior_m00_wp		1	LineageWeaponsTex.sword_of_apostle_warrior_t00_wp			4	ItemSound.public_sword_shing_8	ItemSound.sword_big_2	ItemSound.sword_small_3	ItemSound.sword_great_4				10	310	138	1	5	8	0	0	0	0	379	0	2	2	1000	0	-1	0	LineageEffect.c_u004		0.000000	0.000000	0.000000	1.000000	1.300000						LineageWeapons.rangesample		1.500000	0.800000	0.800000	11.500000	0.000000	0.000000							-1	-1	-1	-1				
0	11118	1	1	7	10	0	LineageWeapons.death_knight_blader_m00_wp			LineageWeaponsTex.death_knight_blader_t00_wp			itemskill.random.gold					-1	1820	49	1	0	14	4	1	LineageWeapons.death_knight_blader_m00_wp		1	LineageWeaponsTex.death_knight_blader_t00_wp			4	ItemSound.sword_great_4	ItemSound.sword_mid_5	ItemSound.axe_6	ItemSound.axe_3	ItemSound.itemdrop_spear	ItemSound.itemequip_spear		10	442	163	4	5	8	-3	0	0	0	325	0	2	2	1000	0	-1	0	LineageEffect.c_u007		-100.000000	0.000000	0.000000	1.800000	40.500000						LineageWeapons.rangesample		5.000000	1.000000	1.000000	1.000000	1.000000	1.000000							4	-1	-1	-1				
0	11119	3	1	15	5	0	LineageWeapons.axe_of_ketra_orc_chieftain_m00_wp			LineageWeaponsTex.axe_of_ketra_orc_chieftain_t00_wp			itemskill.random.gold					95	300	47	0	1	14	4	1	LineageWeapons.axe_of_ketra_orc_chieftain_m00_wp		1	LineageWeaponsTex.axe_of_ketra_orc_chieftain_t00_wp			4	ItemSound.hammer_2	ItemSound.axe_3	ItemSound.sword_great_4	ItemSound.axe_6	ItemSound.itemdrop_spear	ItemSound.itemequip_spear		20	310	138	4	5	8	-3	0	0	0	325	0	1	1	1000	0	-1	0	LineageEffect.c_u007		0.000000	0.000000	0.000000	1.000000	7.500000						LineageWeapons.rangesample		2.000000	1.000000	1.000000	20.000000	0.200000	0.000000							-1	-1	-1	-1				
0	11120	1	1	7	10	0	LineageWeapons.crokian_blade_m00_wp			LineageWeaponsTex.crokian_blade_t00_wp			itemskill.random.gold					-1	300	8	1	0	7	1	1	LineageWeapons.crokian_blade_m00_wp		1	LineageWeaponsTex.crokian_blade_t00_wp			4	ItemSound.sword_great_7	ItemSound.sword_great_4	ItemSound.sword_big_9	ItemSound.public_sword_shing_8				5	363	163	1	5	12	0	0	0	0	433	0	2	2	1000	0	-1	0	LineageEffect.c_u004		5.000000	1.200000	0.000000	2.300000	1.000000						LineageWeapons.rangesample		2.250000	1.300000	1.300000	9.500000	0.000000	0.000000							4	-1	-1	-1				
0	11121	1	1	7	10	0	LineageWeapons.crokian_blade_m00_wp	LineageWeapons.crokian_blade_m00_wp		LineageWeaponsTex.crokian_blade_t00_wp	LineageWeaponsTex.crokian_blade_t00_wp		itemskill.random.gold					-1	300	8	1	0	14	3	2	LineageWeapons.crokian_blade_m00_wp	LineageWeapons.crokian_blade_m00_wp	2	LineageWeaponsTex.crokian_blade_t00_wp	LineageWeaponsTex.crokian_blade_t00_wp		4	ItemSound.dagger_6	ItemSound.sword_small_2	ItemSound.sword_mid_2	ItemSound.sword_big_8				10	442	163	8	5	8	0	0	0	0	325	0	2	2	1000	0	-1	0	LineageEffect.c_u004	LineageEffect.c_u004	5.000000	1.200000	0.000000	5.000000	1.200000	0.000000	2.300000	2.300000	1.000000	1.000000	LineageWeapons.rangesample	LineageWeapons.rangesample	2.300000	1.400000	1.400000	2.300000	1.400000	1.400000	10.000000	1.000000	0.000000	10.000000	1.000000	0.000000	4	4	-1	-1				
0	11122	1	1	7	10	0	LineageWeapons.tomb_cudgel_m00_wp			LineageWeaponsTex.tomb_cudgel_t00_wp			itemskill.random.gold					-1	300	8	1	0	7	1	1	LineageWeapons.tomb_cudgel_m00_wp		1	LineageWeaponsTex.tomb_cudgel_t00_wp			4	ItemSound.sword_big_3	ItemSound.sword_mid_9	ItemSound.sword_great_4	ItemSound.public_sword_shing_8	ItemSound.itemdrop_sword	ItemSound.itemequip_sword		10	310	138	2	5	4	4	0	0	0	379	0	1	1	1000	0	-1	0	LineageEffect.c_u007		-0.300000	0.000000	0.000000	3.800000	1.800000						LineageWeapons.rangesample		1.600000	1.300000	2.000000	18.000000	0.000000	0.000000							-1	-1	-1	-1				
0	11123	1	1	7	10	0	LineageWeapons.ladys_fan_m00_wp			LineageWeaponsTex.ladys_fan_t00_wp			itemskill.random.gold					-1	300	6	1	0	14	1	1	LineageWeapons.ladys_fan_m00_wp		1	LineageWeaponsTex.ladys_fan_t00_wp			4	ItemSound.hammer_1	ItemSound.spear_8	ItemSound.mace_3	ItemSound.club_2				10	290	217	2	5	8	4	0	0	0	325	0	2	2	1000	0	-1	0	LineageEffect.c_u005		-19.000000	0.000000	1.000000	1.200000	0.800000						LineageWeapons.rangesample		1.000000	1.000000	1.000000	6.000000	0.000000	0.000000							7	-1	-1	-1				
0	11124	1	1	7	10	0	LineageWeapons.duskk_staff_m00_wp			LineageWeaponsTex.duskk_staff_t00_wp			itemskill.random.gold					95	1380	47	1	0	7	1	1	LineageWeapons.duskk_staff_m00_wp		1	LineageWeaponsTex.duskk_staff_t00_wp			4	ItemSound.sword_small_1	ItemSound.sword_great_4	ItemSound.sword_mid_2	ItemSound.public_sword_shing_4	ItemSound.itemdrop_sword	ItemSound.itemequip_sword		20	394	309	2	5	4	4	0	0	0	379	0	1	1	1000	0	-1	0	LineageEffect.c_u007		-7.500000	0.000000	0.000000	1.500000	0.600000						LineageWeapons.rangesample		1.200000	1.100000	1.100000	17.500000	0.000000	0.000000							7	-1	-1	-1				
0	11125	1	1	7	10	0	LineageWeapons.duskk_sword_m00_wp			LineageWeaponsTex.duskk_sword_t00_wp			itemskill.random.gold					95	1380	1	1	0	7	1	1	LineageWeapons.duskk_sword_m00_wp		1	LineageWeaponsTex.duskk_sword_t00_wp			4	ItemSound.sword_small_1	ItemSound.sword_great_4	ItemSound.sword_mid_2	ItemSound.public_sword_shing_4	ItemSound.itemdrop_sword	ItemSound.itemequip_sword		10	436	281	4	5	8	0	0	0	0	379	0	1	1	1000	0	-1	0	LineageEffect.c_u004		7.500000	0.000000	0.000000	1.360000	4.500000						LineageWeapons.rangesample		3.400000	1.050000	1.050000	14.500000	0.000000	0.000000							4	-1	-1	-1				
0	11126	3	2	5	12	0	LineageWeapons.duskk_shield_m00_sh			LineageWeaponsTex.duskk_shield_t00_sh			itemskill.random.gold					-1	1320	19	1	0	8	0	1	LineageWeapons.duskk_shield_m00_sh		1	LineageWeaponsTex.duskk_shield_t00_sh			4	ItemSound.shield_steel_5	ItemSound.public_armor_05	MonSound.Hit_Metal_Clang_1	MonSound.Hit_Metal_clang_10	ItemSound.itemdrop_shield_metal	ItemSound.itemequip_shield_metal		0	0	0	0	5	0	0	-8	300	100	0	0	0	0	1000	0	-1	0			0.000000	0.000000	0.000000	1.000000	1.000000								1.000000	1.000000	1.000000	0.000000	0.000000	0.000000							-1	-1	-1	-1				
0	11127	3	2	5	8	0	LineageWeapons.shield_of_imperial_warlord_zombie_m00_sh			LineageWeaponsTex.shield_of_imperial_warlord_zombie_t00_sh			itemskill.random.gold					-1	1430	19	1	0	8	0	1	LineageWeapons.shield_of_imperial_warlord_zombie_m00_sh		1	LineageWeaponsTex.shield_of_imperial_warlord_zombie_t00_sh			4	ItemSound.shield_wood_1	ItemSound.shield_wood_2	ItemSound.shield_steel_8	MonSound.Hit_Metal_Clang_7				0	0	0	0	5	0	0	-8	347	20	0	0	0	0	1000	0	-1	0			0.000000	0.000000	0.000000	1.000000	1.000000								1.000000	1.000000	1.000000	0.000000	0.000000	0.000000							-1	-1	-1	-1				
0	11128	3	2	5	8	0	LineageWeapons.shield_of_barkasilenos_m00_sh			LineageWeaponsTex.shield_of_barkasilenos_t00_sh	LineageWeaponsTex.kite_shield_t01_sh		itemskill.random.gold					-1	1380	14	0	0	8	0	1	LineageWeapons.shield_of_barkasilenos_m00_sh		2	LineageWeaponsTex.shield_of_barkasilenos_t00_sh	LineageWeaponsTex.kite_shield_t01_sh		4	ItemSound.shield_steel_1	ItemSound.public_armor_01	MonSound.Hit_Metal_Clang_1	MonSound.Hit_Metal_clang_8	ItemSound.itemdrop_shield_metal	ItemSound.itemequip_shield_metal		0	0	0	0	0	0	0	-8	90	20	0	0	0	0	1000	0	-1	0			0.000000	0.000000	0.000000	1.000000	1.000000								1.000000	1.000000	1.000000	0.000000	0.000000	0.000000							-1	-1	-1	-1				

 

  • 0
Posted

you take message when try to equip the weapons?

 

Try to pass this on navicat and if will work, i'll say what you have to do..

 

 

-- ----------------------------
-- Records of custom_weapon
-- ----------------------------
INSERT INTO `custom_weapon` VALUES ('11120', 'Crokian Blade', 'rhand', 'true', '1300', '1', '1', 's', '281', '5', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '137', '-1', '48800000', '2850', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
  • 0
Posted

 

you take message when try to equip the weapons?

 

Try to pass this on navicat and if will work, i'll say what you have to do..

-- ----------------------------
-- Records of custom_weapon
-- ----------------------------
INSERT INTO `custom_weapon` VALUES ('11120', 'Crokian Blade', 'rhand', 'true', '1300', '1', '1', 's', '281', '5', 'sword', '8', '0.00000', '0', '0', '0', '379', '0', '137', '-1', '48800000', '2850', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

tihs is only for the blade?

Guest
This topic is now closed to further replies.


  • Posts

    • Would you kind Sir, share the archive password?
    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • how can I get in touch with you? You're not responding on Discord.
    • General Trackers :   IPTorrents invite IPTorrents account 1 tb TorrentLeech invite Torrentleech account 1 tb buffer  InTheShaDow ( ITS ) account Acid-lounge invite Torrentday invite Crnaberza account Abn.Lol account Limit-of-eden account Norbits account Xspeeds account Xspeeds invite Bemaniso invite Wigornot account Turkseed.com account Bithumen invite Filelist account Funfile invite AvistaZ invite Potuk.net invite ResurrectThe.Net invite GrabThe.Info invite Greek-Team invite LinkoManija invite Fano.in account tracker.czech-server.com Speed.cd invite Arab-torrents.net account Arabscene.me account Scenetime account 4thd.xyz invite Btarg.com.ar account Dedbit invite Estone.cc account Speedapp invite Finvip invite Fluxzone account GigaTorrents account Gimmepeers account Haidan.video invite Mojblink account Mycarpathians invite Newinsane.info account Oscarworld.xyz account Peers.FM invite Pt.msg.vg account Ransackedcrew account Redemption invite Scene-rush account Seedfile.io invite Teracod invite Torrent.ai account Torrentmasters invite Ttsweb invite X-files invite X-ite invite Ncore account TorrentHR account Rptorrents account BwTorrents account Superbits invite Krazyzone account Immortalseed account Tntracker invite Pt.eastgame.org account Bitturk account Rstorrent account Tracker.btnext invite Torrent-turk.de account BeiTai.PT account Pt.keepfrds account 52pt.site account Pthome account Aystorrent account Blues-brothers.biz invite Divteam account Thesceneplace invite CinemaMovies.pl account Brasiltracker account Patiodebutacas account Newheaven.nl account  Swarmazon.club invite Bc-reloaded account Crazyspirits account Silentground invite Omg.wtftrackr invite Milkie.cc invite Breathetheword invite Madsrevolution account Chilebt account Yubraca account Uniongang.tv account Frboard account Exvagos account Diablotorrent account Microbit account Carp-hunter.hu account Majomparade.eu account Theshinning.me account Youiv.info account Dragonworld-reloaded account Sharewood.tv account Partis.si account Digitalcore.club invite Fuzer.me account R3vuk.wtf invite Ztracker account 1 tb buffer 3changtrai account Best-core.info account Bitsite.us account Eliteunitedcrew invite Exitorrent.org account Tophos invite Torrent.lt account Sktorrent.eu account Oshen account Pirata.digital account Esharenet account Ohmenarikgi.la Pirate-share account Immortuos account Kiesbits account Cliente.amigos-share.club account Broadcity invite Ilovetorzz account Torrentbytes account Polishsource account Portugas account Shareisland account ArabaFenice account Hudbt.hust.edu.cn account Audiences account Nanyangpt account Pt.sjtu.edu.cn account Pt.zhixing.bjtu.edu.cn account Byr.pt invite Ptfiles invite Red-bits account Pt.hdpost.top account Irrenhaus.dyndns.dk (NewPropaganda) account Mnvv2.info (MaxNewVision V2) account 1ptba.com account Spidertk.top account Film-paleis account Generation-free account Aftershock-tracker account Twilightsdreams account Back-ups.me invite Sor-next.tk ( Spirit Of Revolution ) account Tfa.tf ( The Falling Angels ) account Hdmayi account S-f-p.dyndns.dk ( Share Friends Projekt ) account Unlimitz.biz account Pttime account St-tracker.eu account New-retro.eu account Zbbit account Tigers-dl.net account Jptvts.us account Lat-team account Club.hares.top account Falkonvision-team account Concen account Drugari account T.ceskeforum account Peeratiko.org account Zamunda.se account Central-torrent.eu account h-o-d.org account Torrentleech.pl account Demonoid invite Lst.gg account Fakedoor.store account LaidBackManor account Vrbsharezone.co.uk invite Torrenteros account Arenaelite account Datascene account Tracker.0day.community Tapochek.net invite Ptchina invite Lesaloon account Exyusubs account Therebels.tv account Ubits.club invite Zmpt.cc account Turktorrent.us account Dasunerwarte account Hawke.uno account Monikadesign account Fearnopeer account Alpharatio account Wukongwendao.top account Chinapyg account Azusa.wiki account Yggtorrent.top account Torrentdd account Cyanbug.net invite Hhanclub.top account Wintersakura.net account Tctg.pm account Finelite invite Agsvpt.com account Pt.0ff.cc invite Qingwapt.com account Xingtan.one account Ptcafe.club invite W-o-t.pro account Coastal-crew.bounceme.net account Darkpeers.org account Pianyuan.org account Seedpool.org  account Tempelbox account Pt.itzmx.com account Itatorrents.xyz  account Letseed.org account The-new-fun.com  account Malayabits.cc account Trellas.me account Yu-scene.net account Futuretorrent.org account Bitpt.cn account Tocashare.biz  account Videoteka.org  account White-angel.hu account Xbytesv2.li account Torr9  account Desitorrents account Okpt.net account Samaritano.cc account Polishtorrent.top  account C411.org account Bigcore.eu account Infinitylibrary.net account Beload.org account Emuwarez.com account Yhpp.cc account Rastastugan account Tlzdigital account account Upscalevault account Bluraytracker.cz account Torrenting.com account Infire.si account Dasunerwartete.biz invite The-torrent-trader account New-asgard.xyz account Pandapt account Deildu account Tmpt.top invite Pt.gtk.pw account Media.slo-bitcloud.eu account P.t-baozi.cc account 13city.org account Cangbao.ge account Cc.mypt.cc invite Dubhe.site invite Hdbao.cc account Kufei.org invite Mooko.org account Pt.aling.de invite Pt.lajidui.top invite Longpt.org invite Pt.luckpt.de invite Ptlover.cc invite Raingfh.top account Sewerpt.com account Huntorrent.org account Xtremebytes.net account Bitbazis.net account Mundo-pirata.org account Homiehelpdesk.net account Torrentheaven.org account Rotorrent.info account   Movies Trackers :   Secret-cinema account Anthelion account Pixelhd account Cinemageddon account Cinemaz account Retroflix account Classix-unlimited - invite Movie-Torrentz (m2g.link) invite Punck-tracker.net account Tmghub account Cathode-ray.tube account Greatposterwall account Arabicsource.net account Upload.cx account Crabpt.vip invite Onlyencodes.cc account Exyusubs account Hellashut.net invite Nordichd.sytes.net invite Locadora.cc account Retro-movies.club account HD Trackers :   Blutopia buffered account Hd-olimpo buffered account Hdf.world account Torrentland.li account HdSky account Hdchina account Chdbits account Totheglory account Hdroute account Hdhome account TorrentCCF aka et8.org account 3DTorrents invite HD-Torrents account Bit-HDTV account HDME.eu invite Hdarea.co account Asiancinema.me account JoyHD invite HDSpace invite CrazyHD invite Bluebird-hd invite Htpt.cc account Hdtime invite Ourbits.club account Hd4fans account Siambit account Privatehd account Springsunday account Tjupt account Hdcity.leniter invite Ccfbits account Discfan account Pt.btschool.club account Ptsbao.club invite Hdzone.me invite Danishbytes account Zonaq.pw account Tracker.tekno3d account Arabp2p account Hd-united account Reelflix.xyz account Hdatmos.club account Anasch.cc invite Tigris-t account Nethd.org account Hd.ai invite Hitpt.com account Hdmonkey account Dragonhd.xyz account Hdclub.eu account Forum.bluraycd.com account Carpt account Hdfun.me invite Pt.hdupt invite Puntotorrent account Ultrahd account Rousi.zip account Bearbit account Hdturk.club account Asiandvdclub account Star-space.net account Nordicq.org account Hdkyl.in account Utp.to account Hdzero account Novahd account Hdtorrents.eu account 4k3dyptt account Duckboobee.org invite Si-qi.xyz account Hdfans.org account   Music Trackers :   Dicmusic account Music-Vid account Open.cd account LzTr account ProAudioTorrents invite Jpopsuki invite TranceTraffic invite Audionews invite Kraytracker invite Libble.me invite Losslessclub invite Indietorrents.com invite Dimeadozen account Funkytorrents invite Karaokedl account zombtracker.the-zomb account Concertos account Sugoimusic account Satclubbing.club invite Metal.iplay invite Psyreactor invite Panda.cd account Adamsfile account Freehardmusic account Tracker.hqmusic.vn accouunt Twilightzoom account 3 tb buffer Hiresmusic account Metalguru account Musictorrents.org account Musebootlegs.com invite Zappateers.com account Jungleland.dnsalias.com account Naftamusic account Bemusic account   E-Learning Trackers :   Theplace account Thevault account Myanonamouse account Libranet account 420Project account Learnflakes account Pt.soulvoice.club account P2pelite account Aaaaarg.fail invite Ebooks-shares.org account Abtorrents account Pt.tu88.men invite Docspedia.world invite   TV-Trackers :   Skipthecommercials.xyz account Cryptichaven account TV-Vault invite Shazbat.TV account Myspleen account Tasmanit.es invite Tvstore.me account Tvchaosuk account Jptv.club account   XXX - Porn Trackers :   Homeporntorrents.club account FemdomCult account Pussytorrents account Adult-cinema-network account Bootytape account 1 Tb buffer Exoticaz account Bitporn account Kufirc account Gaytorrent.ru invite Nicept account Gay-torrents.org invite Ourgtn account Pt.hdbd.us account BitSexy account Happyfappy.org account Kamept.com account Lesbians4u.org account Fappaizuri.me account Sextorrent.myds.me account Gaming Trackers : Pixelcove account Mteam.fr account BitGamer invite Retrowithin invite Gamegamept account   Cartoon/Anime/Comic Trackers :   Animez account Animeworld account Oldtoons.world account U2.dmhy account CartoonChaos invite Mononoke account Totallykids.tv account Bakabt.me invite Revanime account Ansktracker account Tracker.shakaw.com.br invite Bt.mdan.org account Skyey2.com account Animetracker.cc Adbt.it.cx invite Tracker.uniotaku.com account Mousebits.com account   Sports Trackers :   MMA-Tracker invite T3nnis.tv invite AcrossTheTasman account RacingForMe invite Sportscult invite Ultimatewrestlingtorrents account Worldboxingvideoarchive invite CyclingTorrents account Xtremewrestlingtorrents account Tc-boxing invite Mma-torrents account Aussierul invite Xwt-classics account Racing4everyone account Talk.tenyardtracker account Stalker.societyglitch invite Extremebits invite Rgfootball.net account F1carreras.xyz account   Software/Apps Trackers :   Brokenstones account Appzuniverse invite Teamos.xyz account Macbb.org account Phoenixproject.app account Tormac.org account Graphics Trackers: Forum.Cgpersia account Cgfxw account   Others   Hduse.net account Fora.snahp.eu account Makingoff.org/forum account Xrel.to account Undergunz.su account Corebay account Endoftheinter.net ( EOTI ) account Thismight.be invite Skull.facefromouter.space account Avxhm.se (AvaxHome) account Ssdforum account Notfake.vip account Intotheinter.net account Tildes.net invite Thetoonz account Usinavirtual account Hdclasico invite HispaShare account Valentine.wtf account Adit-hd account Forum-andr.net account Warezforums account Justanothermusic.site account Forbiddenlibrary.moe account Senturion.to account Movieparadise account Dcdnet.ru account Sftdevils.net account Heavy-r.com account New-team.org account Ddl.tv account Filewarez.club account Hispamula.org account Hubwarez.tv account Ultim-zone.in account Leprosorium.ru account Planet-ultima.org account The-dark-warez.com account Koyi.pub account Tehparadox.net account Forumophilia account Torrentinvite.fr account Gmgard.com account Board4all.biz account Gentoo-zh.org account Releasyee.to account   NZB :   Ninjacentral account Tabula-rasa.pw account Drunkenslug account Drunkenslug invite Usenet-4all account Dognzb.cr invite Kleverig account Nzb.cat account Nzbplanet.net invite Ng4you.com account NZB.to account Samuraiplace account Abhdtv.net account Abook.link account Comix.pw account House-of-usenet Secretbinaries.net account Vnext.to account Stockboxx.top account Sky-of-use.net account Indexer.codeshy.com account Oldboys.pw account Uhd100.com account Wtfnzb.pw account   Prices start from 3 $ to 100 $   Payment methods: Crypto, Neteller, Revolut   If you want to buy something send me a pm or contact me on:   Email: morrison2102@gmail.com   Discord: LFC4LIFE#4173   Telegram: https://t.me/LFC4LIFE4173 Skype: morrison2102@hotmail.com
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..