Jump to content
  • 0

How To Remove Warehouse Deposit Fee


Question

Posted

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.

13 answers to this question

Recommended Posts

  • 0
Posted (edited)

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!!
  • 0
Posted

yes i know but!

 

1) you have make the "30" -> "0" ?

2) if yes, when you put items, WareHouse Takes from player "30" adena or nothing??

 

i did understand what you say :|

  • 0
Posted (edited)

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

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