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..
Question
lsj14
Hey guys, i was trying to make symbol maker show all available symbols even if you dont have the dye item in inventory, but somehow it doesnt work like I wanted, could you help me with that please?
for (L2Henna temp : _hennaEquipList) { // Player must have at least one dye in inventory to be able to see the henna that can be applied with it. if ((_player.getInventory().getItemByItemId(temp.getDyeId())) != null) { writeD(temp.getSymbolId()); // symbolid writeD(temp.getDyeId()); // itemid of dye writeD(L2Henna.getAmountDyeRequire()); // amount of dyes required writeD(temp.getPrice()); // amount of adenas required writeD(1); // meet the requirement or not } }Tryed removing that IF, but somehow shows only few symbols (the first ones from henna.xml)
Edited by lsj143 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now