Ir para conteúdo
  • Cadastre-se

Vender armas con augmento y enchant


xTiGr3x

Posts recomendados

Buenas! estoy creando varios Lvl de Arma y quería saber si es posible vender el arma con el enchat y el augmento que ya tiene.

Ejemplo: Tengo un arma Dynasty Level 1 y quiero cambiarla por arma Dynasty Lvl 2 pero me gustaria conservar el enchant y augmentacion de el arma Level 1 cuando compran la de mas alto nivel. ¿Eso es posible?

 

 

 

Sin título.jpg

Link para o comentário
Compartilhar em outros sites


hace 9 horas, xTiGr3x dijo:

Buenas! estoy creando varios Lvl de Arma y quería saber si es posible vender el arma con el enchat y el augmento que ya tiene.

Ejemplo: Tengo un arma Dynasty Level 1 y quiero cambiarla por arma Dynasty Lvl 2 pero me gustaria conservar el enchant y augmentacion de el arma Level 1 cuando compran la de mas alto nivel. ¿Eso es posible?

 

 

 

Sin título.jpg

no indicas que datapack estás usando, si tienes el código fuente del mismo para poder realizar las modificaciones correspondientes, y si es posible

Gabo Bazooka

Link para o comentário
Compartilhar em outros sites

hace 9 horas, bazookaRPM dijo:

no indicas que datapack estás usando, si tienes el código fuente del mismo para poder realizar las modificaciones correspondientes, y si es posible

Estoy usando L2J Interlude, si tengo el codigo fuente, pero queria saber como tengo que poner el multisell porque quizas esta implementada ya esa opcion al ser un pack pre configurado

 

Muchas gracias

Link para o comentário
Compartilhar em outros sites

12 hours ago, xTiGr3x said:

I'm using L2J Interlude, I do have the source code, but I wanted to know how to set up multisell because maybe that option is already implemented as it's a pre-configured pack.

 

Thank you so much

use craft for this (give old weapon with the extra coin for the new weapon and keep the enchant)

example dynasty level 1 free

for dynasty level 2 need level 1 and 500adena 

if you need help send me in discord margazeas2

Link para o comentário
Compartilhar em outros sites

hace 12 horas, MarGaZeaS dijo:

use craft for this (give old weapon with the extra coin for the new weapon and keep the enchant)

example dynasty level 1 free

for dynasty level 2 need level 1 and 500adena 

if you need help send me in discord margazeas2

Si, lo que necesito saber es como poder mantener el enchat y augmentacion cuando compras el arma de siguiente nivel

Ejemplo: Tengo Dynasty Level 1 +27 con augmento passivo de p atack y quiero comprar la Dynasty Level 2, cuando compre la Dynasty  Level que sea +27 con augmento passivo de p atack con el mismo enchant lvl y augmentacion que tenia la Level 1

Link para o comentário
Compartilhar em outros sites

On 7/5/2025 at 1:10 PM, xTiGr3x said:

Yes, what I need to know is how to keep the enchat and augmentation when you buy the next level weapon

Example: I have Dynasty Level 1 +27 with passive attack boost and I want to buy Dynasty Level 2, when I buy Dynasty Level it should be +27 with passive attack boost with the same enchant lvl and boost that Level 1 had.

use craft method. like this

<list maintainEnchantment="true">
    <item id="1">
        <production id="9290" count="1"/>     <!-- Draconic Leather Armor 55% -->(dyna level 2)
        <ingredient id="6379" count="1"/>     <!-- Request previous percent part -->(old dyna part level 1 and another materials need for upgrade)
        <ingredient id="5572" count="125"/>   <!-- Wind Mantra -->
        <ingredient id="5570" count="125"/>   <!-- Water Mantra -->
        <ingredient id="5574" count="65"/>    <!-- Fire Mantra -->
        <ingredient id="4042" count="8"/>     <!-- Enria -->
        <ingredient id="1864" count="10"/>    <!-- Steam -->
        <ingredient id="1874" count="10"/>    <!-- Ori -->
        <ingredient id="1873" count="205"/>   <!-- Silver -->
        <ingredient id="1871" count="13"/>    <!-- Charcoal -->
        <ingredient id="1870" count="13"/>    <!-- Coal -->
        <ingredient id="57" count="5000000"/> <!-- Adena -->
    </item>

 

html button -> bypass -h npc_%objectId%_exc_multisell

Link para o comentário
Compartilhar em outros sites

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  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.

Processando...



×
×
  • Criar Novo...

Important Information

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.