[DEV]DjSt3rios Posted September 28, 2011 Share Posted September 28, 2011 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? Quote Link to comment Share on other sites More sharing options...
0 BackNblacK® Posted September 28, 2011 Share Posted September 28, 2011 yes from the warehouse instance :) Quote Link to comment Share on other sites More sharing options...
0 [DEV]DjSt3rios Posted September 28, 2011 Author Share Posted September 28, 2011 yes from the warehouse instance :) I don't really see any code that i can change to change the fee. Quote Link to comment Share on other sites More sharing options...
0 [DEV]DjSt3rios Posted October 5, 2011 Author Share Posted October 5, 2011 Hmmm, Bump. Quote Link to comment Share on other sites More sharing options...
0 dpbBryan Posted October 5, 2011 Share Posted October 5, 2011 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. Quote Link to comment Share on other sites More sharing options...
0 Tryskell Posted October 5, 2011 Share Posted October 5, 2011 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. Quote Link to comment Share on other sites More sharing options...
0 [DEV]DjSt3rios Posted October 7, 2011 Author Share Posted October 7, 2011 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 :/ Quote Link to comment Share on other sites More sharing options...
Question
[DEV]DjSt3rios
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.