Jump to content
  • 0

Augument Show on trade


Question

Posted

Hey guys !

I did augument weapons tradeabable its okay.

My problem is that it don't show augumentions etc

How can i add any msg like :

Draconic Bow -Focus Agument : Duel Might Passive 

For example 

Recommended Posts

  • 0
Posted

you could make a system, that when the player add the item on the window, it sends a PM to the person with the Link system. As if you linked the item to him.

  • 0
Posted (edited)

it requires client modification to get all those stats. you can add a check while adding items to the trade list and if its augmented and have skill, send the skill name as a message

Edited by melron
  • 0
Posted (edited)

it doesn't need client modifications

 

this is the code I am using to generate the image above

 

        public String[] getPreview(final L2ItemInstance item)
        {
            if (item == null)
                return null;
            final String[] statsStr = new String[_stats.length];
            for (int i = 0; i < _stats.length; i++)
                statsStr = "   ->" + _stats.getAlias() + " +" + String.format("%.2f", _values * _stats.getAugmentMul());
            return statsStr;
        }

 

place it on L2Augmentation.java 

 

the getAlias method of the Stats class is custom, create it and modify each enum for a better stat representation text to the player or just use toString() it will work just as well

Edited by xxdem
  • Upvote 2
  • 0
Posted
3 minutes ago, melron said:

it requires client modification to get all those stats. you can add a check while adding items to the trade list and if its augmented and have skill, send the skill name as a message

Its a solution too.. :D 

By the way can you log at skype i want to ask you there (just for better and faster communication :P ) 

  • 0
Posted
Just now, xxdem said:

it doesn't need client modifications

 

this is the code I am using to generate the image above

 

        public String[] getPreview(final L2ItemInstance item)
        {
            if (item == null)
                return null;
            final String[] statsStr = new String[_stats.length];
            for (int i = 0; i < _stats.length; i++)
                statsStr = "   ->" + _stats.getAlias() + " +" + String.format("%.2f", _values * _stats.getAugmentMul());
            return statsStr;
        }

 

place it on L2Augmentation.java 

 

the getAlias method of the Stats class is custom, create it and modify each enum for a better stat representation text to the player or just use toString() which will be kinda uggly

 

i will try it ofc! Thx mate 

  • 0
Posted (edited)

get rid of _stats.getAugmentMul()) its custom multiplier because I have boosted augments on my server

Edited by xxdem
  • 0
Posted (edited)
1 hour ago, xxdem said:

it doesn't need client modifications

 

this is the code I am using to generate the image above

 

        public String[] getPreview(final L2ItemInstance item)
        {
            if (item == null)
                return null;
            final String[] statsStr = new String[_stats.length];
            for (int i = 0; i < _stats.length; i++)
                statsStr = "   ->" + _stats.getAlias() + " +" + String.format("%.2f", _values * _stats.getAugmentMul());
            return statsStr;
        }

 

place it on L2Augmentation.java 

 

the getAlias method of the Stats class is custom, create it and modify each enum for a better stat representation text to the player or just use toString() it will work just as well

XsWdP1m.png

 

Well i dont know what im doing wrong here (im talking about the values) also it cuts higher values too... maybe i made i mistake in my methods ( i didnt use your code cause i got different sources ).

but yeah its working without client modification .thanks for mentioned that

 

p.s its 2 images in 1

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


  • Posts

    • Upgrade your Telegram Gifts to NFT level with SOCNET! Buy Telegram Stars quickly, conveniently, and at the best prices — maybe you’ll be lucky enough to get a rare black-background model! Active SOCNET Store Links: Digital goods store (Website): Go Store Telegram bot: Go – convenient access to the store through the Telegram messenger. Telegram bot for purchasing Telegram Stars: Go – fast and profitable way to buy Telegram Stars. SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during September! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — simply open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Upgrade your Telegram Gifts to NFT level with SOCNET! Buy Telegram Stars quickly, conveniently, and at the best prices — maybe you’ll be lucky enough to get a rare black-background model! Active SOCNET Store Links: Digital goods store (Website): Go Store Telegram bot: Go – convenient access to the store through the Telegram messenger. Telegram bot for purchasing Telegram Stars: Go – fast and profitable way to buy Telegram Stars. SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during September! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — simply open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Upgrade your Telegram Gifts to NFT level with SOCNET! Buy Telegram Stars quickly, conveniently, and at the best prices — maybe you’ll be lucky enough to get a rare black-background model! Active SOCNET Store Links: Digital goods store (Website): Go Store Telegram bot: Go – convenient access to the store through the Telegram messenger. Telegram bot for purchasing Telegram Stars: Go – fast and profitable way to buy Telegram Stars. SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during September! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — simply open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock