I been looking for a guide on how to properly create an extractable item. Couldn't find one for a weeks so created this topic. Sorry , question may be in a wrong section as I'm not sure myself is it client side or server side needs to be done.
I'm working on L2j Acis for Interlude.
So what I want to make is an item that can extract the following:
I know that total chance must come to exactly 100%, so I need the following:
Material 1 and material 2 (two materials at the same time) - chance 30%
Material 3 and material 4 (again another two materials at the same time) - chance 40%
Scroll of Enchant armour - chance 20%
Scroll of Enchant weapon - chance 10%
The xml file with extractable_items in gameserver folder contain the following formula:
With this formula is not possible to get two items extracted at the same time (shame). I have tried many possible ways but extractable item works only according to the formula and cannot extract two (or more) items at the same time.
In many topics and forums I found that I need to edit or create a new item handler. I am not familial about neither how to do it, locate it or even what the handler itself. I searched a lot but looks like there is no guides available on how to edit/ create item handler.
Can someone who knows more about it, share some short guide on where to locate item handler that reads extractable_items.xml file in gameserver, and how to open it (what program needed to open/ edit it).
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.
So i started playing there like huge amount of us did. After hitting 30 i kinda started to feel the drag of it. And boy i just don’t have it to continue :D
I think after selling all items i have around 1.2kk in stash. I would sell it for 10€ per 100k and 100€ for entire deal. Paypal would be preferrable, unless you live in Baltics so normal bank transfer would be fine too.
You could pm me here and perhaps i could add you on facebook to take it further.
Scammers don’t try. Played this game for a long long and long time.
I wouldn't be so quick to dismiss a claim, especially as strongly worded as mine because I might not be talking nonsense afterall. But I suggest you check for yourself, first.
Line 195 looks pretty crucial to me:
https://github.com/sdrak94/inertiax/blob/main/src/controller/InertiaController.java#L195
Yet, I don't see the L2PcInstance on the Github repo. Either I'm blind, or it is missing, and if I had to choose one or the other, I'd bet my life on the latter. 😄
Here's another example - the method below (Line 161), as crucial as it seems, looks empty to me:
https://github.com/sdrak94/inertiax/blob/main/src/model/InertiaAct.java#L161
Question
rtcxool
Hope you're all do well.
I been looking for a guide on how to properly create an extractable item. Couldn't find one for a weeks so created this topic. Sorry , question may be in a wrong section as I'm not sure myself is it client side or server side needs to be done.
I'm working on L2j Acis for Interlude.
So what I want to make is an item that can extract the following:
I know that total chance must come to exactly 100%, so I need the following:
Material 1 and material 2 (two materials at the same time) - chance 30%
Material 3 and material 4 (again another two materials at the same time) - chance 40%
Scroll of Enchant armour - chance 20%
Scroll of Enchant weapon - chance 10%
The xml file with extractable_items in gameserver folder contain the following formula:
#ItemID;Production1,Quantity1,Chance1[;Production2,Quantity2,Chance2... ;ProductionN,QuantityN,ChanceN]
With this formula is not possible to get two items extracted at the same time (shame). I have tried many possible ways but extractable item works only according to the formula and cannot extract two (or more) items at the same time.
In many topics and forums I found that I need to edit or create a new item handler. I am not familial about neither how to do it, locate it or even what the handler itself. I searched a lot but looks like there is no guides available on how to edit/ create item handler.
Can someone who knows more about it, share some short guide on where to locate item handler that reads extractable_items.xml file in gameserver, and how to open it (what program needed to open/ edit it).
Thank you very much for any help!
1 answer 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.