Jump to content
  • 0

Warehouse adena fee


Question

6 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

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.

  • 0
Posted

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 :/

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