Q & A for Starters v2

Oko, you forgot to add this three lines:
- Lucera Classic doesn't allow you to display accesories and control any code related to packets (Multisells, enchant, etc).
- I love treating people like shit everyday and I don't care about their issues or what they need to acomplish, I just develop.
- If someone tells me the reality on my face, I will threaten with license removing because I know you rely on my product to work.
823fea57a664246df848d1bde90e934c.png

As always, thanks for your patience and kindness, glad to work with you.
 
Oko, you forgot to add this three lines:
- Lucera Classic doesn't allow you to display accesories and control any code related to packets (Multisells, enchant, etc).
- I love threating people like shit everyday and I don't care about their issues or what they need to acomplish, I just develop.
- If someone tells me the reality on my face, I will threaten with license removing because I know you rely on my product to work.
823fea57a664246df848d1bde90e934c.png

As always, thanks for your patience and kindness, glad to work with you.
read post again, redacted.
You just have no idea about what you talk and give me reccomends, on the official server has never been used to display accessories. Apparently the Koreans just removed it. I can't help you, I already told you how to solve this problem.
 
Java:
 ItemInstance wearItem = ItemFunctions.createItem(itemId);
if (wearItem == null) return;
player.getInventory().equipItem(wearItem);
ThreadPoolManager.getInstance().schedule((Runnable) new RemoveWearItemsTask(player, wearItem), (Config.WEAR_DELAY * 1000));
THIS is my solution and I'm asking you since 2 hours to help me find a way to USE IT but I DONT HAVE ACCESS
 
That is not a solution, that is way for dublicate of items. you create real item and equip it, write you own script and do this shit from HTML. That all.
That is garbage, not a solution!
Topic about this question is finish!
 
That is not a solution, that is way for dublicate of items. you create real item and equip it, write you own script and do this shit from HTML. That all.
That is garbage, not a solution!
Topic about this question is finish!
My garbage will make Lucera's Classic able to display hair accesories, agathions, and mount transformations, something that today cannot be done and 99% of server owners need.
I will write my garbage in HTML, thanks anyway.
 
Back
Top