Jump to content
  • 0

[Help] Edit Item doesn't work


Question

Posted

Hi there,

 

I've tried to edit stats of "Coin of Luck"-Item (ID: 4037).

I wanted to make this Item not-destroyable and want to make it possible to transfer this item via dimensional merchant.

 

so I've changed this

 

	<item id="4037" type="EtcItem" name="Coin of Luck">
	<set name="icon" val="icon.etc_coins_gold_i00" />
	<set name="immediate_effect" val="1" />
	<set name="material" val="paper" />
	<set name="price" val="1" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<set name="is_depositable" val="false" />
	<set name="is_stackable" val="true" />
</item>

 

to this

 

	<item id="4037" type="EtcItem" name="Coin of Luck">
	<set name="icon" val="icon.etc_coins_gold_i00" />
	<set name="immediate_effect" val="1" />
	<set name="material" val="paper" />
	<set name="price" val="1" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
        <set name="is_depositable" val="true" />
                <set name="is_destroyable" val="false" />
                <set name="is_freightable" val="true" />
	<set name="is_stackable" val="true" />
</item>

 

But this doesn't work, 'cause I can still destroy the item and still can't transfer via the dimensional merchant. so what's the mistake please?

11 answers to this question

Recommended Posts

  • 0
Posted

I took the two lines from this item, which is tradeable via dimensional merchant and undestroyable, too.

 

<item id="13300" type="EtcItem" name="Feather of Blessing (Event)">
	<set name="icon" val="icon.blessed_feather_i00" />
	<set name="material" val="liquid" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_destroyable" val="false" />
	<set name="is_sellable" val="false" />
	<set name="is_stackable" val="true" />
	<set name="is_freightable" val="true" />
</item>

 

I thought it would work if I just take the "is destroyable"-line and the "is-freightable"-line and copy it to the other item...but this doesn't wokr, because you can still destroy the item and you still can not send ist to another character via dimensional merchant...

 

i have no idea, why.

  • 0
Posted

4000-4399.xml (Item-ID is 4037)

and as a sample I used Item 13300 in 13300-???.xml

that's the item where I copied the 2 lines (is_destroyable and is_freightable) from.

 

hope this will help and thanks!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • @Mobius, congratulations on the milestone🫡 P.S. I saw my name
    • Every commit to the L2J Mobius project since 2015 visualized as comets impacting the Mobius planet. 10+ years of development, thousands of commits, hundreds of contributors, all brought to life.    
    • new link https://www.mediafire.com/file/sspr9w96u9qln62/AvengersKamaelWings.7z/file
    • “8-PAGE CONTRACT — AND ONE SEAL DECIDES EVERYTHING.” ▪ We got a case that looked “simple”: SPA, legal entities, all data provided — just assemble and format. ▪ But the devil was in the details. ▪  An 8-page document with two parties to the deal: IE and LLC, requisites, amounts, deadlines, shipment. ▪ And a separate request: seals must look **real** — different angles, different pressure, no “stamp over text”. ▪ 🖨 This is exactly where most people fail. Identical imprints, even transparency, “perfect” insertion — and the document immediately looks like a mock-up, not a real file. ▪ We did it differently: — placed seals logically across the document — set different angles and pressure — added the signature separately — preserved the natural page structure ▪  Result: the document was accepted without any questions. ▪  Sometimes it’s not the text that matters. It’s how the seal sits. ▪  Want your file to look like a real document, not a collage? Write to us — we’ll show where even neat mock-ups usually get caught. *All data presented with the client’s consent.* › TG: https://t.me/mustang_service ( https:// t.me/ mustang_service ) › Channel: https://t.me/+JPpJCETg-xM1NjNl ( https:// t.me/ +JPpJCETg-xM1NjNl ) #documents #case #drawing #verification #contract
    • guys i got the mythras pac ... i know it is out dated://    i see in startup loads  32002 fake players from fake player table  but how  can i  summon them when i use //create_fake_players  nothing happens    
  • 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..