Hello everyone, folks, i have a problem. I want to do smth. In community board a button which give to player inventory slots. And here i need help, on method for slots adding. Method is like this :
if(command.startsWith("_bbstopCharactersBuySlots")){if(activeChar.destroyItemByItemId("",Config.SLOTS_PRICE_ID,Config.SLOTS_PRICE_COUNT, activeChar,true)){
activeChar.getInventoryLimit();
activeChar.sendUserInfo(true);
activeChar.sendMessage("You expanded your inventory slots by 10!");}else{
activeChar.sendMessage("You don't have 30 NightMare Crystal");}}
separateAndSend(content, activeChar);}
I'm sure it is wrong something here, but i need help. It is not so easy as i hear. But together, we can make this.
Thanks for understanding!
2 clients:
StyleA: Original client
test1: Unity client
Monster kills are displayed correctly on both clients. Soon it will be possible to kill mobs in a party on 2 different clients
I apologize for my incompetence. The ability to trade is limited only for builder 1. Ordinary characters can trade with each other, and this has nothing to do with auto loot.)
Question
0flee
Hello everyone, folks, i have a problem. I want to do smth. In community board a button which give to player inventory slots. And here i need help, on method for slots adding. Method is like this :
I'm sure it is wrong something here, but i need help. It is not so easy as i hear. But together, we can make this.
Thanks for understanding!
P.S.-I need a good help, thank you again !
3 answers to this question
Recommended Posts