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.
I figured as much ahaha! But keep in mind that this is purely for personal enjoyment and non profitable. I'm even considering getting a big boy PC just to run this!
Anyway, I kinda made progress. Created a "ApiServer.java" file to expose some classes and added it to the "ServerPackets.java" file. Sadly now it's gonna be a pain in the arse to study all the classes...
Our project is looking for new suppliers and partners!
— Snapchat accounts
— Reddit accounts with karma
— LinkedIn accounts with connections
Message us in DM / support — we’ll discuss the terms!
We are always open to other partnership offers as well.
Our online store assortment:
➡Accounts:
Telegram, Facebook, Reddit, Twitter (X), Instagram, YouTube, TikTok, Discord, VK, LinkedIn, GitHub, Snapchat, Gmail, email accounts (Outlook, Firstmail, Rambler, Onet, Gazeta, GMX, Yahoo, Proton, Web.de), Google Voice, Google Ads
➡Premium subscriptions:
Telegram Premium, Twitter Premium X, YouTube Premium, Spotify Premium, Netflix Premium, Discord Nitro, ChatGPT Plus/PRO, XBOX Game Pass
➡Additional services:
Telegram Stars, proxies (IPv4, IPv6, ISP, Mobile), VPN (Outline, WireGuard, others), VDS/RDP servers
10% - 20% Discount OR $1 BONUS for your registration
If you want to receive a $1 BONUS for your registration OR a 10% - 20% DISCOUNT on your first purchase, you can leave a comment:
"SEND ME BONUS,
MY USERNAME IS..."
You can also use a promo code for your first purchase in all our stores: "SOCNET" (15% discount!)
SMM Panel services:
Use our SMM Panel for boosting Facebook, Instagram, Telegram, Spotify, Soundcloud, YouTube, Reddit, Threads, Kick, Discord, LinkedIn, Likee, VK, Twitch, Kwai, Reddit, website traffic, TikTok, Trust Pilot, Apple Music, Tripadvisor, Snapchat, and other digital products.
Get $1 for your first SMM Panel trial launch:
Just create a ticket with the subject “Get Trial Bonus” on our website (Support)
➡Go to SMM Panel (clickable) or via support in the bot
Our key products:
➡Online Store: Click
➡Telegram Shop Bot: Click
➡SMM Panel: Click
Payment: bank cards · cryptocurrency · other popular methods
Regular customers receive additional discounts and promo codes!
Contacts and Support:
➡ Telegram: https://t.me/socnet_support
➡ Telegram Channel: https://t.me/accsforyou_shop
➡ WhatsApp: https://wa.me/79051904467
➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n
➡ Discord: socnet_support
➡ Discord Server: https://discord.gg/y9AStFFsrh
➡ ✉ Email: solomonbog@socnet.store
Through these contacts you can also:
— consult about wholesale purchases
— establish a partnership (current partners: https://socnet.bgng.io/partners )
— become our supplier
SocNet — digital goods and premium subscriptions store
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.