This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
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.
Question
Vkouk
Hello,i was trying to adapt the offline system from epi to il and i have one prob...
It gives me error at this
if (player.getBuyList().addItemByItemId(items.getInt(2), items.getLong(3), items.getLong(4)) == null)
throw new NullPointerException();
and at this
if (player.getSellList().addItem(items.getInt(2), items.getLong(3), items.getLong(4)) == null)
throw new NullPointerException();
Thanks in advance
Ps:That is from the epi..i add it to il but it show me these errors..should i change something?
5 answers to this question
Recommended Posts