shadowmasteur Posted April 13, 2022 Posted April 13, 2022 (edited) Bonjour à tous j'ai un soucis j'ai configuré un objet afin d'en créer un nouveau voila ce que j'ai fais : dans l2jserver\server\Game\data\stats\items\40000-40100.xml < ? xml version = "1.0" encoding = "UTF-8" ?> <list xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation = "../../. ./xsd/items.xsd" > <item id = "40000" type = "EtcItem" name = "test" > <!-- Premier objet pour testé une quête réplique du 17238 --> <set name = "icon" val = "icône. "PAPIER" /> < nom de l'ensemble = "is_tradable" val = "false" /> < nom de l'ensemble = "is_droppable" val = "false" /> < nom de l'ensemble = "is_sellable" val = "false" /> < nom de l'ensemble = "is_depositable" val = "false" /> <set name = "is_stackable" val = "true"/> <set name = "is_questitem"val = "vrai" /> </item> </list> j'ai modifier les fichiers : (le nouveau est le 40 000 le modèle original est le 17 238) etcitemgrp.dat 2 17238 0 3 0 0 0 0 0 0 0 0 0 0 0 icon.mercenary_certification_i00 -1 0 18 0 0 0 1 1 1 [aucun] [aucun] 0 0 0 2 40000 0 3 0 0 0 0 0 0 0 0 0 0 0 icon.mercenary_certification_i00 -1 0 18 0 0 0 1 1 1 [aucun] [aucun] 0 0 0 itemname-e.dat 17238 Certificat de participation au match 3 de l'Olympiade a,Document prouvant la participation au match 3 de l'Olympiade. Apportez ce document à l'opérateur de l'Olympiade pour recevoir la récompense minimale.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 un, 1 40000 Certificat de participation au Match 3 de l'Olympiade a,Document prouvant la participation au Match 3 de l'Olympiade. Apportez ce document à l'Opérateur de l'Olympiade pour recevoir la récompense minimale.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 un, 1 j'ai laissé les mêmes noms car l'item n'apparaît pas dans le jeu. dans la base de données mon personnage possède bien l'item... mais seul l'objet 17 238 apparait l'autre reste invisible je ne c'est plus quoi faire😞"> Pourriez-vous m'aider ? j'ai partagé le fichier : https://mega.nz/file/dVglXBjD#H60X16LIrd4Ry-COk3CjjyAyB4yoI3qrQdggJhQpr2Q il y a les deux fichiers : itemname-e.dat et etcitemgrp.dat Merci d'avance ! Edited April 13, 2022 by shadowmasteur Quote
Kara Posted April 13, 2022 Posted April 13, 2022 2 hours ago, MrTitanas said: Nice English Vous retardez ce que vous ne comprenez pas!!! Quote
MrTitanas Posted April 13, 2022 Posted April 13, 2022 21 minutes ago, Kara said: You delay what you do n't understand!!! Nice English Quote
shadowmasteur Posted April 14, 2022 Author Posted April 14, 2022 Hello, sorry, google chrome has translated the [English] section into [French] for some reason, so I got tricked... I have a problem I configured an object in order to create a new one here is what I did: in l2jserver\server\Game\data\stats\items\40000-40100.xml <?xml version="1.0" encoding="UTF-8"?> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/items.xsd"> <item id="40000" type="EtcItem" name="test"> <!-- Premier objet pour testé une quête réplique du 17238 --> <set name="icon" val="icon.mercenary_certification_i00" /> <set name="material" val="PAPER" /> <set name="is_tradable" val="false" /> <set name="is_droppable" val="false" /> <set name="is_sellable" val="false" /> <set name="is_depositable" val="false" /> <set name="is_stackable" val="true" /> <set name="is_questitem" val="true" /> </item> </list> I modified the files: (the new one is 40,000 the original model is 17,238) etcitemgrp.dat 17238 Certificat de participation au match 3 de l'Olympiade a,Document prouvant la participation au match 3 de l'Olympiade. Apportez ce document à l'opérateur de l'Olympiade pour recevoir la récompense minimale.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 un, 1 40000 Certificat de participation au Match 3 de l'Olympiade a,Document prouvant la participation au Match 3 de l'Olympiade. Apportez ce document à l'Opérateur de l'Olympiade pour recevoir la récompense minimale.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 un, 1 itemname-e.dat 17238 Certificat de participation au match 3 de l'Olympiade a,Document prouvant la participation au match 3 de l'Olympiade. Apportez ce document à l'opérateur de l'Olympiade pour recevoir la récompense minimale.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 un, 1 40000 Certificat de participation au Match 3 de l'Olympiade a,Document prouvant la participation au Match 3 de l'Olympiade. Apportez ce document à l'Opérateur de l'Olympiade pour recevoir la récompense minimale.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 un, 1 I left the same names because the item does not appear in the game. in the database my character has the item... but only the object 17 238 appears the other remains invisible I don't know what to do anymore Could you help me ? I shared the file: https://mega.nz/file/dVglXBjD#H60X16LIrd4Ry-COk3CjjyAyB4yoI3qrQdggJhQpr2Q here are the two files: itemname-e.dat and etcitemgrp.dat Thanks in advance ! Quote
expll0 Posted April 14, 2022 Posted April 14, 2022 You dont add Item with ID 40000 inside etcitemgrp.dat | itemname-e.dat Quote
An4rchy Posted April 14, 2022 Posted April 14, 2022 7 hours ago, Kara said: Vous retardez ce que vous ne comprenez pas!!! Tu es un petit nain connard. Check your files for item ID limit, some packs had dumb shit like that (it wouldn't load the item if id > 10000 on pack I remember using). Also, if you're using a client that supported both classic and live, there's different .dat for each client. So if you're on classic dat should be etcitemgrp-classic.dat. Finally if this doesn't get you your answer, try making some changes to existing item to see if they appear (so you can verify you're editing the correct files). Quote
shadowmasteur Posted April 15, 2022 Author Posted April 15, 2022 I finally succeeded... I'm an asshole... in fact I have several installations of the Lineage II game on the PC and I don't modify the one I launch... I'm sorry to have made you lose your time -_-' Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.