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)
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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
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?
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
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.