Hatte gestern eigentlich den Beitrag oben Edit. aber irgendwie hat es den nicht gespeichert, darum die komische Pn von mir.
Wie du oben siehst hatte ich ja endlich mal geschafft die neue Waffe sichtbar zu bekommen.
Die war dann leider verdreht obwohl ich die waffe ( siehe oben ) ganz normal am X Punkt ausgerichtet hatte.
Dann habe ich einfach mal die werte in der Item_list geändert, und ich habe die Icons gesehen.
Als nächstes hatte ich den Fehler, das ich nur waffen +0 gesehen habe - die anderen waren unsichtbar.
Dann habe ich alles wieder rausgelöscht aus der DB und Item_Proto ud habe alles nochmal gemacht ( mit ItemCreator von Howan ).
So, und jetzt sehe ich kein Icon ( nur das leere Flaschen Symbol ) und die waffe ist Unsichtbar ( auch beim wegwerfen sehe dann nur den "sack bzw. das Bündel" auf dem Boden. Das glitzern der +9 Waffe sieht man aber an der Hand.
Code:
Item_proto Server
INSERT INTO `item_proto` VALUES ('36000', 'Testschwert+0', 'Testschwert+0', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36001', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36001', 'Testschwert+1', 'Testschwert+1', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36002', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36002', 'Testschwert+2', 'Testschwert+2', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36003', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36003', 'Testschwert+3', 'Testschwert+3', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36004', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36004', 'Testschwert+4', 'Testschwert+4', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36005', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36005', 'Testschwert+5', 'Testschwert+5', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36006', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36006', 'Testschwert+6', 'Testschwert+6', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36007', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36007', 'Testschwert+7', 'Testschwert+7', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36008', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36008', 'Testschwert+8', 'Testschwert+8', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '36009', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
INSERT INTO `item_proto` VALUES ('36009', 'Testschwert+9', 'Testschwert+9', '1', '0', '0', '2', '32', '1', '16', '', '100', '100', '0', '0', '0', '15', '0', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '1', '0');
Item_proto Client
<Item vnum="36000" name="Testschwert+0" gb2312name="Testschwert+0" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36001" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36001" name="Testschwert+1" gb2312name="Testschwert+1" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36002" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36002" name="Testschwert+2" gb2312name="Testschwert+2" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36003" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36003" name="Testschwert+3" gb2312name="Testschwert+3" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36004" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36004" name="Testschwert+4" gb2312name="Testschwert+4" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36005" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36005" name="Testschwert+5" gb2312name="Testschwert+5" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36006" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36006" name="Testschwert+6" gb2312name="Testschwert+6" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36007" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36007" name="Testschwert+7" gb2312name="Testschwert+7" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36008" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36008" name="Testschwert+8" gb2312name="Testschwert+8" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="36009" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
<Item vnum="36009" name="Testschwert+9" gb2312name="Testschwert+9" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="100" buy_price="100" limittype0="0" limitvalue0="50" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="" value2="" value3="" value4="" value5="" socket0="0" socket1="64944" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="15" specular="0" socket_pct="1" />
Icon
<File archivedPath="icon/item/08010.tga" type="1"><![CDATA[Source\icon\item\008010.tga]]></File>
Item
<File archivedPath="d:/ymir work/item/weapon/008010.gr2" type="0"><![CDATA[Source\ymir work\item\weapon\008010.gr2]]></File>
item_list
36000 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36001 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36002 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36003 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36004 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36005 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36006 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36007 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36008 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
36009 WEAPON icon/item/008010.tga d:/ymir work/item/weapon/008010.gr2
Ich glaube ich habe dir ne falsche Waffe ( ist verdreht ) geschickt, weis nicht genau sonnst lade ich nochmal neu hoch.