Hallo liebe Community,
ich habe gerade eine eigene Waffe eingefügt (Querrys unso selbst gemacht!). Wenn ich nun aber die Waffe Ingame hole und anziehe passiert folgendes:
[Only registered and activated users can see links. Click Here To Register...]
Was soll ich tun?
MfG
P.S:
Das sind die benutzen Querrys!
ich habe gerade eine eigene Waffe eingefügt (Querrys unso selbst gemacht!). Wenn ich nun aber die Waffe Ingame hole und anziehe passiert folgendes:
[Only registered and activated users can see links. Click Here To Register...]
Was soll ich tun?
MfG
P.S:
Code:
<Item vnum="10000" hashName="'Eisschwert+0'" name="Eisschwert (N)" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="250000" buy_price="150000" limittype0="1" limitvalue0="96" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="25" applytype1="5" applyvalue1="3" applytype2="63" applyvalue2="5" value0="0" value1="120" value2="70" value3="220" value4="170" value5="30" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="10001" refine_set="1" magic_pct="15" specular="0" socket_pct="2" />
<Item vnum="10001" hashName="'Eisschwert+1'" name="Eisschwert (SV)" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="250000" buy_price="150000" limittype0="1" limitvalue0="100" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="25" applytype1="5" applyvalue1="6" applytype2="63" applyvalue2="10" value0="0" value1="120" value2="70" value3="220" value4="170" value5="30" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="10002" refine_set="1" magic_pct="15" specular="30" socket_pct="2" />
<Item vnum="10002" hashName="'Eisschwert+2'" name="Eisschwert (GV)" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="250000" buy_price="150000" limittype0="1" limitvalue0="104" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="25" applytype1="5" applyvalue1="9" applytype2="63" applyvalue2="15" value0="0" value1="120" value2="70" value3="220" value4="170" value5="30" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="10003" refine_set="1" magic_pct="15" specular="70" socket_pct="2" />
<Item vnum="10003" hashName="'Eisschwert+3'" name="Eisschwert (PV)" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="250000" buy_price="150000" limittype0="1" limitvalue0="108" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="25" applytype1="5" applyvalue1="12" applytype2="63" applyvalue2="20" value0="0" value1="120" value2="70" value3="220" value4="170" value5="30" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="0" refine_set="1" magic_pct="15" specular="100" socket_pct="2" />
INSERT INTO `item_proto` VALUES ('10000', 'Eisschwert (N)', 'Eisschwert (N)', '1', '0', '0', '2', '32', '1', '16', '', '250000', '150000', '10001', '0', '0', '15', '1', '96', '0', '0', '7', '25', '5', '3', '63', '5', '0', '120', '70', '220', '170', '30', '-1', '-1', '-1', '-1', '-1', '-1', '0', '2', '0');
INSERT INTO `item_proto` VALUES ('10001', 'Eisschwert (SV)', 'Eisschwert (SV)', '1', '0', '0', '2', '32', '1', '16', '', '250000', '150000', '10002', '0', '0', '15', '1', '100', '0', '0', '7', '25', '5', '6', '63', '10', '0', '120', '70', '220', '170', '30', '-1', '-1', '-1', '-1', '-1', '-1', '0', '2', '0');
INSERT INTO `item_proto` VALUES ('10002', 'Eisschwert (GV)', 'Eisschwert (GV)', '1', '0', '0', '2', '32', '1', '16', '', '250000', '150000', '10003', '0', '0', '15', '1', '104', '0', '0', '7', '25', '5', '9', '63', '15', '0', '120', '70', '220', '170', '30', '-1', '-1', '-1', '-1', '-1', '-1', '0', '2', '0');
INSERT INTO `item_proto` VALUES ('10003', 'Eisschwert (PV)', 'Eisschwert (PV)', '1', '0', '0', '2', '32', '1', '16', '', '250000', '150000', '0', '0', '0', '15', '1', '108', '0', '0', '7', '25', '5', '12', '63', '20', '0', '120', '70', '220', '170', '30', '-1', '-1', '-1', '-1', '-1', '-1', '0', '2', '0');
10000 WEAPON icon/item/warriorsword_96.tga d:/ymir work/item/weapon/warriorsword_96.gr2
10001 WEAPON icon/item/warriorsword_96.tga d:/ymir work/item/weapon/warriorsword_96.gr2
10002 WEAPON icon/item/warriorsword_96.tga d:/ymir work/item/weapon/warriorsword_96.gr2
10003 WEAPON icon/item/warriorsword_96.tga d:/ymir work/item/weapon/warriorsword_96.gr2