Jump to content
  • 0

How To Remove Warehouse Deposit Fee


DiVeRsi0n

Question

Hi guys, I want to know how can i remove the "30 adena" for every item deposit fee at warehouse... I have already searched a lot in source code but I didnt find anything.

Thanks in advance.

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

java/net/sf/l2j/gameserver/network/clientpackets/SendWarehouseDepositList.java

 

final int fee = _items.length * 30;      <<<<<<<<<< "30"

 

 

that i show you is from Acis 328. i think other is too same :)

 

what project you use???

Edited by Thug!!
Link to comment
Share on other sites

  • 0

You have to remove from 1 more file the adena count, as far as I remember .. Or I messed it with augment case, so bad memory :P

 

Btw, you did like ?

final int fee = 0;
Edited by SweeTs
Link to comment
Share on other sites

  • 0

It's clientsided, you can't do it without editing client. It results to a visual bug, but it won't take your money.

Edited by Tryskell
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.
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...

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