Jump to content
  • 0

Warehouse adena fee


[DEV]DjSt3rios

Question

Hello. I edited the price of the warehouse, the deposit fee was 30 and i made it 0. The problem is, when you put an item, it says Fee 30, but it doesn't take any adena. is it possible to change the fee to 0?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I was poking around in net.sf.l2j.gameserver.model.ItemContainer.java searching for item ID 57. Can I ask where you made the change for this? Perhaps the numbers you see are being determined by the client.

Link to comment
Share on other sites

  • 0

clientpackets, SendWarehouseDeposit

 

// Freight price from config or normal price per item slot (30)
final int fee = _items.length * 30;
blablablablabla...

 

@dj sterios, if you already edited that, tell it ;p. So far, that packet and the serverpacket equivalent is your answer.

Link to comment
Share on other sites

  • 0

clientpackets, SendWarehouseDeposit

 

// Freight price from config or normal price per item slot (30)
final int fee = _items.length * 30;
blablablablabla...

 

@dj sterios, if you already edited that, tell it ;p. So far, that packet and the serverpacket equivalent is your answer.

 

Hey Tryskell, long time no see :P well, that's what I edited, i edited 30 to 0... but still it shows 30 adena :/

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.

Guest
Answer this question...

×   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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock