skeygeta Posted March 19, 2012 Posted March 19, 2012 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?
0 Tryskell Posted March 20, 2012 Posted March 20, 2012 Check panda sig. is_destroyable doesn't exist on not refactored IL type packs, for example.
0 skeygeta Posted March 21, 2012 Author Posted March 21, 2012 sorry. I'm using L2J-Beta version 5213 :)
0 Bleadd Posted March 21, 2012 Posted March 21, 2012 Look for quests items. There are undestroyable (i guess x) )
0 skeygeta Posted March 23, 2012 Author Posted March 23, 2012 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 skeygeta Posted March 25, 2012 Author Posted March 25, 2012 tried with gm and non-gm character : / both can destroy item and both can't trade via dimensional merchant
0 skeygeta Posted March 25, 2012 Author Posted March 25, 2012 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!
0 skeygeta Posted March 25, 2012 Author Posted March 25, 2012 posted it here: http://pastebin.com/hbxKncmi
0 Bleadd Posted March 25, 2012 Posted March 25, 2012 I just need the xml of the 4037. But i take a look..
Question
skeygeta
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
to this
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now