egzistas Posted August 12, 2010 Posted August 12, 2010 I'm using l2jserver pack (gracia epilogue) And if i put more adenas then 2kkk +- 100k multisell shows not adenas but short swords or no grade armor boots I need help to put at least 80kkk adenas as price in multisell shop Quote
0 egzistas Posted August 12, 2010 Author Posted August 12, 2010 all i have found is if ((double) e.getItemCount() * _amount > Integer.MAX_VALUE) If i change Integer.MAX_VALUE to any number more than 2kkk i got error the litteral 90000000000 of type int is out of range Quote
0 adenaman Posted August 12, 2010 Posted August 12, 2010 all i have found is if ((double) e.getItemCount() * _amount > Integer.MAX_VALUE) If i change Integer.MAX_VALUE to any number more than 2kkk i got error the litteral 90000000000 of type int is out of range you need to change the var type, from int (2,147,483,647) to long (9,223,372,036,854,775,807) but not only in the multisell, you must change it in 100000 things that use adena, inventary, and a lot of things also you must change sql files Quote
Question
egzistas
I'm using l2jserver pack (gracia epilogue)
And if i put more adenas then 2kkk +- 100k multisell shows not adenas but short swords or no grade armor boots
I need help to put at least 80kkk adenas as price in multisell shop
2 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.
Note: Your post will require moderator approval before it will be visible.