pvpflu Posted October 2, 2015 Posted October 2, 2015 Hi everyone! I have small problem to setting starting adena. In my config I maded starting adena 1000 for example, but when i creating a new character then he haves 1.5kkk + 1000. Where else I must change setting of adena? thank you
Solomun Posted October 2, 2015 Posted October 2, 2015 char_creation_items.sql in your database. It might have 1.5kkk adena (57 id) for starting items...remove it and you are done i guess.
pvpflu Posted October 2, 2015 Author Posted October 2, 2015 char_creation_items.sql in your database. It might have 1.5kkk adena (57 id) for starting items...remove it and you are done i guess. There is not such file like you writen, but I will try to search in database similar files. maybe it has different name. but you putted me on the way
pvpflu Posted October 2, 2015 Author Posted October 2, 2015 I didnt founded such a tablet where i can change starting adena.
Solomun Posted October 2, 2015 Posted October 2, 2015 com.l2jserver.gameserver.network.clientpackets.CharacterCreate.java file Check this method "private void initNewChar(L2GameClient client, L2PcInstance newChar)". It might adds the 1.5kkk manually.
Solomun Posted October 2, 2015 Posted October 2, 2015 (edited) where i can find this such of file? :) sources... :P But if you use another project, let us know...Things might be different there Edited October 2, 2015 by Solomun
pvpflu Posted October 2, 2015 Author Posted October 2, 2015 (edited) solved. lock this Edited October 2, 2015 by pvpflu
Recommended Posts