Jump to content

I Cant See Custom Items In Inventory


memos

Recommended Posts

hi guys i have problem with adding custom items in my server..if someone can help me..i use l2j frozen pack.

when add some custom armor/weapon/item and log in i spawn that item but i cant see it in my inventory..i have try many custom items but all  time the same problem..

anyone have any idea???

Link to comment
Share on other sites

You must add it server side game/data/stats/items (or whatever) plus system side, if you can't see them I guess it's coz you didn't add it inside the System or you did it wrong.

Link to comment
Share on other sites

i have add them server side.. :( i have see installation guide so many times..i am sure i do proper install.i think problem is something else..when spawn one item in server it says me

at the left of the screen (in chat) example:you spawn item with id 9804 in your inventory but i cant see it in my inventory..

Link to comment
Share on other sites

you need to add and in system .. PX: you custom item ( is armor? add in armogrp.dat  ) is Custom Coin? add in etcitemgrp.dat  )  ( is weapon ? add in weapongrp.dat  )
 

Link to comment
Share on other sites

  • 11 months later...

would anyone be more specific about adding an item inside client's system folder?? i want to make a ticket custom item, using this XML server information: 

<?xml version="1.0" encoding="UTF-8"?>
<list>
<item id="99000" type="EtcItem" name="Ticket Donator">
<set name="icon" val="icon.etc_m_i00" />
<set name="default_action" val="recipe" />
<set name="immediate_effect" val="1" />
<set name="material" val="paper" />
<set name="weight" val="10" />
<set name="is_dropable" val="false" />
<set name="is_premium" val="true" />
<set name="is_tradable" val="true" />
<set name="is_freightable" val="true" />
</item>
</list>
Edited by servando69
Link to comment
Share on other sites

 

would anyone be more specific about adding an item inside client's system folder?? i want to make a ticket custom item, using this XML server information: 

<?xml version="1.0" encoding="UTF-8"?>
<list>
<item id="99000" type="EtcItem" name="Ticket Donator">
<set name="icon" val="icon.etc_m_i00" />
<set name="default_action" val="recipe" />
<set name="immediate_effect" val="1" />
<set name="material" val="paper" />
<set name="weight" val="10" />
<set name="is_dropable" val="false" />
<set name="is_premium" val="true" />
<set name="is_tradable" val="true" />
<set name="is_freightable" val="true" />
</item>
</list>

It's simple, if your item is an armor part then you have to add it in armorgrp, if it's weapon then to weapon grp and in your case you have to add it etcitemgrp.

 

//Edit

Use smaller ids.

Edited by `iAndre
Link to comment
Share on other sites

i guess he didnt encrypt the dat properly. did u get an error crypting it with fileedit? just open ur dat file again and check if u got ur new item line saved ... and well.... check if u have the icon texturefile too if u want to use other icons than interlude retail ones :)

Link to comment
Share on other sites

Okey guys, im having some compiling errors:

 

this is the line i used:

2 25000 0 0 2 5 0 dropitems.drop_sack_m00 dropitemstex.drop_sack_t00 0 0 0 0 0 1 0 0 icon.etc_m_i00 -1 10 18   0 0 0 1 1 1 ItemSound.itemdrop_sack 2 0 0

 

and i get this error:

 

|-======= Save & Encode {15/10/2014 - 16:49:16} =======-
|   Сохранение файла: etcitemgrp.txt
|  Создание файла: decetcitemgrp.dat
|-  Не удалось создать файл: dec-etcitemgrp.dat

 

 

LOG FILE

Decimal conversion unsuccesful.
Reading row error:
  row: 11421
  field: 18 / 30 (name: Material)
 
----------------------
 
I tried setting material to 0
and then i get the fallowing error log:
 
Decimal conversion unsuccesful.
Reading row error:
  row: 11421
  field: 20 / 30 (name: UNK_1)
 
any clue?
 
 
 
_____________________________
 
EDIT: Okey, i was able to encrypt it by opening a txt and then save it as dat file.. now item exits inside etcitemgrp.dat
used ID 25000
Edited by servando69
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...