Jump to content

WTB mod to sell buffs on Lucera 3 (Interlude)


Recommended Posts

19 minutes ago, Mochuelo said:

Hey, want to buy mod to sell buffs on interlude lucera 3. Please PM me your discord

 

To buy such system it require the onInteract() and other to be edited. Since Lucera is locked do they provide access to this ?

Edited by Kara
Link to comment
Share on other sites

1 minute ago, Kara said:

 

To buy suck system it require the onInteract() and other to be edited. Since Lucera is locked do they provide access to this ?

Sadly, I have no idea. 

Link to comment
Share on other sites

Btw lucera can sell buffs with coins/items just go gameserver/data/buffs_tempaltes.xml create your buff template, take my example.

    <template menuId="99973" target="BUFF_PLAYER">
        <consume>
            <item id="9143" amount="10" />
        </consume>
        <produce>
            <skill id="308" level="1" />
        </produce>
    </template>

 

if you want to create something like buff coin ( item to not get removed )

just make the amount "0" and you just need the item in your inventory.

    <template menuId="99973" target="BUFF_PLAYER">
        <consume>
            <item id="9143" amount="0" />
        </consume>
        <produce>
            <skill id="308" level="1" />
        </produce>
    </template>

 

html bypass

bypass -h scripts_services.Buffer:act ask=99973&reply=npc-40010

 

33 minutes ago, Kara said:

 

To buy such system it require the onInteract() and other to be edited. Since Lucera is locked do they provide access to this ?

 

Or you can edit server.jar script.jar with this guide! 

Also you can save the classes if you want to get updates and replace it again. 🙂

Edited by Dragic
Link to comment
Share on other sites

7 minutes ago, Elfocrash said:

Good luck doing that with an obfuscated project or with a class that isn't decompilable 1:1

 

Also, is that even working? You skipped the part where you load it in the game and show it working.

Of course is working! In my server L2Wish (using lucera3) i have many customs like autofarm etc.

Edited by Dragic
Link to comment
Share on other sites

1 minute ago, Elfocrash said:

Interesting. I mean i wouldn't use it, I would use injected hooks instead which is better and safer, but interetsing nonetheless

Yeah, but most people own server with lucera and all knows source are not available for this project so they can do my method its safe and works 100% since you have compile new jar you just replace the classes with winrar..

Link to comment
Share on other sites

5 minutes ago, Elfocrash said:

It's not that simple in more complicated classes or if the jar was signed. You just got lucky with the class that you picked and with the fact that it's not. If you just replaced the class in a signed jar you wouldn't be able to run it. That's an oversight on the Lucera's part.

I have made many changes in lucera core i never had a problem since intellij give you the apertunity to connect your artifacts with the jar libraries the codes are written correctly and compiled correctly you can try it by urself! 🙂

Of course im not fan of compiled projects but its a solution for people who own servers without sources.

Edited by Dragic
  • Haha 1
Link to comment
Share on other sites

6 hours ago, Dragic said:

Btw lucera can sell buffs with coins/items just go gameserver/data/buffs_tempaltes.xml create your buff template, take my example.

    <template menuId="99973" target="BUFF_PLAYER">
        <consume>
            <item id="9143" amount="10" />
        </consume>
        <produce>
            <skill id="308" level="1" />
        </produce>
    </template>

 

if you want to create something like buff coin ( item to not get removed )

just make the amount "0" and you just need the item in your inventory.

    <template menuId="99973" target="BUFF_PLAYER">
        <consume>
            <item id="9143" amount="0" />
        </consume>
        <produce>
            <skill id="308" level="1" />
        </produce>
    </template>

 

html bypass

bypass -h scripts_services.Buffer:act ask=99973&reply=npc-40010

 

 

Or you can edit server.jar script.jar with this guide! 

Also you can save the classes if you want to get updates and replace it again. 🙂

 

 

 

7 hours ago, Mochuelo said:

Hey, want to buy mod to sell buffs on interlude lucera 3. Please PM me your discord

You still want to buy something you already have it? 

Let me know please, may i lock this topic and move it..

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...