Hello friends, I am working on a personal project L2j Homunculus. After several days trying to run an appearance tester for the CB, I go to consult here.
I'm using the base of the "wear" command from some old NPCs, but somewhat reduced.
if (command.equals("_bbsequipment"))
{
player.sendPacket(new ShopPreviewList(BuyListData.getInstance().getBuyList(3013500), player.getAdena()));
}
After configuring the buttons, it opens the window with the items that I want to try but when I want to buy them, it does not give me the item or any message in the game, but in the Gameserver console it announces "null merchant".
🤝 SocNet is looking for partners and suppliers!
We’re open to collaboration in various fields:
➡ Digital products
➡ Marketing and traffic
➡ Accounts and auto-registrations
➡ Arbitrage and affiliate programs
➡ Websites, platforms, and blogs on different topics
And many other areas in the online business space
🔗 Our partners: https://socnet.bgng.io/partners
If you have proposals — feel free to reach out. We're always available and open to dialogue!
📦 Our products:
➡ Online Store: Click ✅
➡ Telegram Bot: Click ✅
➡ SMM Panel: Click ✅
📩 Contact us:
💬 Telegram: https://t.me/solomon_bog
📱 WhatsApp: wa.me/79051904467
🎮 Discord: https://discord.gg/y9AStFFsrh
📧 Email: solomonbog@socnet.store
📢 Store Telegram Channel: https://t.me/accsforyou_shop ✅
New Services Added:
Transfer coins to another MA
Transfer game account to another MA
Change character gender
Clear karma
Change nickname (PTS only)
New Payment Methods Supported:
MercadoPago (Brazil)
CoinPayments (Cryptocurrency)
MidTrans (Indonesian Rupiah)
Question
SOWH2
Hello friends, I am working on a personal project L2j Homunculus. After several days trying to run an appearance tester for the CB, I go to consult here.
I'm using the base of the "wear" command from some old NPCs, but somewhat reduced.
if (command.equals("_bbsequipment")) { player.sendPacket(new ShopPreviewList(BuyListData.getInstance().getBuyList(3013500), player.getAdena())); }
After configuring the buttons, it opens the window with the items that I want to try but when I want to buy them, it does not give me the item or any message in the game, but in the Gameserver console it announces "null merchant".
Community Board - Services
Window for test
Shop Preview Window
Console Announcement
Could someone give me a hand? Thank you.
4 answers to this question
Recommended Posts