Jump to content

Question

Posted

Hello everybody,

 

i allready noticed that im not allone with this problem and that there is a allready shared code for l2frozen projects.

Sad is that i use l2j :) Maybe someone has a solution to make EWS,EAS,lifestones etc stackable?

I hope this is my last problem where i stuck. All other crap since i started to work on my project i sucessfully fixed. But this....

 

Before i forgot i know that i can make items in database stackable. And i know i have to change the client side.

This isnt the problem. Problem is only that the items disappear after using one of this whole items.

 

Thanks in advance,

 

sir

 

14 answers to this question

Recommended Posts

  • 0
Posted

Change destroy methods for enchant scrolls and life stones.

 

Hello Rootware,

 

thank you for your answer.

What u mean with this? You mean i have to change something in source code?

 

best regards

  • 0
Posted

I don't know how i can explain to you something, what you can't imagine for yourself.

 

In few words: you need to edit AbstractEnchantPacket and RequestAugmentItem packet. The names can be other. The point of work it's change destroyItem(full as object) to destroyItem(only one amount).

  • 0
Posted (edited)

Hello everybody,

 

i allready noticed that im not allone with this problem and that there is a allready shared code for l2frozen projects.

Sad is that i use l2j :) Maybe someone has a solution to make EWS,EAS,lifestones etc stackable?

I hope this is my last problem where i stuck. All other crap since i started to work on my project i sucessfully fixed. But this....

 

Before i forgot i know that i can make items in database stackable. And i know i have to change the client side.

This isnt the problem. Problem is only that the items disappear after using one of this whole items.

 

Thanks in advance,

 

sir

Hey, i think l2jfrozen uses all his info from sql, so its probably in etcitem.sql file or w/e its called, there should be an option called "Stackable", this was the first part. The second part is that you need to make items stackable from etcitemgrp.dat file in your system. 

 

go to system and open the etcitemgrp find the ID from the item (life stone) and go to the end of the line

 

last 3 numbers in etcitemgrp are 0 0 0 try making it 

from 0 0 0 to 2 0 0

Edited by ElTyto
  • 0
Posted (edited)

Hey, i think l2jfrozen uses all his info from sql, so its probably in etcitem.sql file or w/e its called, there should be an option called "Stackable", this was the first part. The second part is that you need to make items stackable from etcitemgrp.dat file in your system. 

 

go to system and open the etcitemgrp find the ID from the item (life stone) and go to the end of the line

 

last 3 numbers in etcitemgrp are 0 0 0 try making it 

from 0 0 0 to 2 0 0

 

Before i forgot i know that i can make items in database stackable. And i know i have to change the client side.

This isnt the problem. Problem is only that the items disappear after using one of this whole items.

 

 

 

Tank you for answer.

Like i wrote i dont use l2frozen.

I use l2j.

Ofc u can make items in database stackable. But if u using them they will disappear. I mean i wrote this all in my post.

Thank you anyway.

 

Maybe some helpful solution for my problem?

Edited by sirreaven
  • 0
Posted

As said Rootware, you have to rework the destroy part. Take a look here. http://www.maxcheaters.com/topic/179589-lifestonebogs-stackable/

 

For example

 

 

-                                       player.destroyItem("Consume", spb, trainer, true);
+                                       if (Config.BOG_STACKABLE)
+                                               player.destroyItem("Consume", spbId, 1, trainer, true);
+                                       else
+                                               player.destroyItem("Consume", spb, trainer, true);

 

Originaly it was destroying the item, but when you made it stackable, you have to define to destroy only 1.

  • 0
Posted

As said Rootware, you have to rework the destroy part. Take a look here. http://www.maxcheaters.com/topic/179589-lifestonebogs-stackable/

 

For example

-                                       player.destroyItem("Consume", spb, trainer, true);
+                                       if (Config.BOG_STACKABLE)
+                                               player.destroyItem("Consume", spbId, 1, trainer, true);
+                                       else
+                                               player.destroyItem("Consume", spb, trainer, true);

Originaly it was destroying the item, but when you made it stackable, you have to define to destroy only 1.

 

Thank you very much. Works fine. But one more question:

It doesnt update the inventory. I need to reopen the inventory.

Is there a solution for this?

  • 0
Posted (edited)

Use player.destroyItem(... instead of player.getInventory().destroyItem(...

 

Overidden method on L2PcInstance got inventory update, weight refresh and penalty check. Inventory version is more "abstract", for regular NPCs.

Edited by Tryskell
Guest
This topic is now closed to further replies.


  • Posts

    • Inventory restock: Premium business accounts are now available.   ✔ Wallester Business EU 🇪🇺|💳 Unlimited virtual cards, physical cards, 🏦 multi-currency IBAN, ₿ crypto & stablecoin deposits. ✔ Stripe Business UK 🇬🇧|💳 Instant virtual cards (Visa/Mastercard), high-conversion checkout, multi-currency payouts, ₿ crypto payments, no-code payment links. ✔ Mercury Business US 🇺🇸|🏦 US checking & savings, 💳 unlimited virtual cards, domestic & International wires, native stablecoin settlement. ✔ Payset Business EU 🇪🇺|🏦 Multiple IBANs, UK sort code, SEPA Instant, 💳 unlimited virtual cards, multi-currency accounts. ✔ Novo Business US 🇺🇸|🏦 Business checking account, ACH payments & invoicing, 💳 virtual & physical cards, novo boost.
    • Let me see if I understand correctly, older gentlemen, when a newcomer shows up to create modern things with the help of AI, doing what you charge them to do, you point the finger and laugh. I believe that's why everything is stagnant. The product isn't for programming experts, it's for newcomers. Don't buy from you if they can do it themselves using this base. You're going to deliver a similar product, maybe even worse than this one, so why are you complaining? PowerShell, as you well know, started with it, then came new platforms and new apps, new creation models, all with different languages; I chose the simplest one for my taste. This is about being organized and knowing how to choose the right words for each situation. It's not 100%, but it already gives a good impression. Nothing is 100%, so a topic written by AI, and all the code that you charge an absurd amount for to prohibit and sell hacks, could be open source so that everyone can create new practices, new models, new information for passing packets, prohibiting the use of cheats that cause server owners to break so much. Let's remember that the Admin doesn't always shut down the server; it's the players who find problems and take advantage by buying and reselling items, and they say that the GM shuts down the server every week, but that's a lie. What they do is duplicate items with packages and sell them, but perhaps this could give some future developers a starting point to create their own protection following the model in the initial documentation. Because none of you answer a question from a newbie, you think you're superior because you have knowledge, but with AI, people like that can have the same knowledge as you, but with less practice. And if they practice a lot, 10,000 hours, they can be as good as all of you older developers in the L2J field.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..