Hi,
ich habe vorgehabt eine neue Waffe in meinen P-Server einzufügen, ich hab mit einem Programm was ich gefunden habe die "Item_proto", die Query, die Item_list.txt, und die icon_pack codes. Die Query hab ich in die item_proto in die DB reingemacht, das mit der Item_list.txt hat auch geklappt. Aber was mache ich mit der Item_proto und der Icon_pack ? Also in dem ordnerwo die Item_list.txt drin ist hab ich eine Datei mit dem Namen "item_proto" gefunden.
Hier mal die Codes die rausgekommen sind:
Ich hab versucht ein Schwert namens Hochmondschwert zu machen, es sieht genau so aus wie ein Vollmondschwert, hat aber wesentlich bessere Werte etc.
Item_Proto:
<Item vnum="95000" hashName="Hochmondschwert" name="Hochmondschwert" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="1" buy_price="1" limittype0="1" limitvalue0="1" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="45" applytype1="72" applyvalue1="60" applytype2="71" applyvalue2="30" value0="0"
Query [EINGEFÜGT] :
INSERT INTO `item_proto` VALUES ('95000', 'Hochmondschwert', 'Hochmondschwert', '1', '0', '0', '2', '32', '1', '16', '', '1', '1', '', '0', '0', '15', '1', '1', '0', '0', '7', '45', '72', '60', '71', '30', '0', '698', '734', '741', '867', '0', '-1', '-1', '-1', '-1', '-1', '-1', '', '3', '0');
item_list.txt [EINGEFÜGT] :
95000 WEAPON icon/item/00290.tga d:/ymir work/item/weapon/00290.gr2
icon_pack:
<File archivedPath="icon/item/00290.tga" type="1"><![CDATA[Source\icon\item\00290.tga]]></File>
Also im moment siehts ingame so aus: Item erstellbar, icon im inventar sichtbar, im inventar / auf boden kein name und keine Werte etc., beim anziehen ist es so als ob ich kein schwert abhabe.