Jump to content
  • 0

l2jacis inverntor bug


Question

Posted

Hi guys sometimes if you drop adena and pic up you can see 2x or 3x adenas in inventor, and if you want open BOG 10x its shows 10x only after rr

Can someone drop me a code how to fix this bug in acis don't remember but can be posted already, cant find it :) tnx 

 

 

7 answers to this question

Recommended Posts

  • 0
Posted

If you want change stackable type for item then you need make 2 steps:

 

1. Server side - setup for current item the flag is_stackable in TRUE.

2. In client inside etcitemgrp.dat change stackable column value from 0 to 1.

 

If you need many items for changing then better write the script which will parse files and change all necessary places automatically.

  • 0
Posted (edited)

aCis_datapack\data\xml\items\6600-6699.xml

 

add that line with the plus mark

 

    <item id="6622" type="EtcItem" name="Secret Book of Giants">
        <set name="material" val="PAPER" />
        <set name="weight" val="10" />
        <set name="price" val="500000" />
+      <set name="is_stackable" val="true" />
    </item>

 

in case it always show (1) you will need a fileedit for interlude and edit etcitemgrp.dat

 

 

replace in etcitemgrp.dat

 

this

 

2    6622    0    0    2    5    0    dropitems.drop_sack_m00            dropitemstex.drop_sack_t00            icon.etc_codex_of_giant_i00                    0    10    18    0    0    1        1        ItemSound.itemdrop_sack        0    0    0

 

with

 

2    6622    0    0    2    5    0    dropitems.drop_sack_m00            dropitemstex.drop_sack_t00            icon.etc_codex_of_giant_i00                    0    10    18    0    0    1        1        ItemSound.itemdrop_sack        3    0    0

 

be careful with the space after the last 0
example

ItemSound.itemdrop_sack        3    0    0 <--
if there is one remove it

 

Edited by BruT
  • 0
Posted (edited)

il fixed bogs all good, but now have problem with them and other items like example. Crowns, if i try put them in clan wh, i need to add them one by one idk why, if i try put them together after i press ok they stays in inventor. will attach pics.

 

this how i see items in inventor

 

eb31f5630cfa653e6231880d0bc4ad5294.jpg

 

This how i see them in WH

 

b3a413072333ad5d78ba83d6948696f2239.jpg

 

and after i try press ok they dont go in wh, stays in inventor, 

 

My Question, how to make them separate in WH also?

Crown code : 
    <item id="9212" type="EtcItem" name="Red Crown">
        <!-- Noblesse Manager -->
        <set name="material" val="STEEL" />
        <set name="is_tradable" val="true" />
        <set name="is_dropable" val="true" />
        <set name="is_sellable" val="false" />
        <set name="is_depositable" val="true" />
        <set name="is_stackable" val="false" />
    </item>
 

Bog Code 

 

    <item id="6622" type="EtcItem" name="Secret Book of Giants">
        <set name="default_action" val="capsule" />
        <set name="material" val="PAPER" />
        <set name="weight" val="100" />
        <set name="is_stackable" val="false" />
        <set name="handler" val="BookofGiants" />
    </item>

 

 

 

 

 

 


 

Edited by remigas
Guest
This topic is now closed to further replies.


  • Posts

    • Hi I would like to buy your panel, please reach me out from discord: doncarlo thanks in advance 🙂
    • Hi,   I am looking for experienced L2J developer who can handle Java work – systems, shops, buffer, custom features and client-side edits. Paid work. If you are interested, contact me: Discord: doncarlo
    • Hi all, I am looking for very experienced L2J developer to join and help with my Lineage 2 Interlude project (server launching soon). What I need: Build and manage shop system (manager shops) Buffer service, GM shop, custom services Good understanding of server-side (L2J) and also client-side edits Clean, stable and professional work (no random fixes) Important: Must have real experience with L2J / Interlude Must understand how to properly structure systems, not just copy-paste This is paid work, I respect your time and effort. If you are serious and experienced, contact me on Discord: doncarlo Thanks.    
    • Hey, I went through your NimeraCP and honestly, it looks really solid. Instantly bought for my server! Compared to most L2 panels, this is on a completely different level — the UI is clean, modern, and doesn’t feel like some 15-year-old system. I really like how everything is in one place — shop, referrals, rewards, roll & lucky wheel. The automation and real-time features (If you ask Splicho nicely, hahaha) are a big win too, since most panels are missing that. Overall though, great job. It feels like a next-gen panel, not just another copy. Definitely has the potential to be one of the top solutions in the L2 scene.
    • Helloo i was wonder if in interlude there is a way to increase font ui size ?  becouse sometimes when i put the game in full screen all the bars buff inventory etc are very  small  and i dont see very good .. , some one know if i can edit something in system?
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..