Ir para conteúdo
  • Cadastre-se
  • 0

item some do char do nada


ADMXAULIN

Pergunta

boa noite de A a Z pra nao esquecer de ninguem 

e o seguinte montei um servidor de l2 tava rodando tudo lizinho bunitinho

meu amigo estava me ajudando a testar o servidor fico com o char full e tudo mais 

ai do nada da critical e quando ele volta perdeu todos os item o char fico pelado

alguem pode me ajudar por favor 

qualquer coisa segue meu whats 
des de ja agradeço 

bbb.jpg

Editado por Netinho
É proibida a divulgação de contato nos posts, para isto, use o MP.
Link para o comentário
Compartilhar em outros sites

14 respostass a esta questão

Posts recomendados

  • 0
Em 24/01/2021 at 19:21, ADMXAULIN disse:

boa noite de A a Z pra nao esquecer de ninguem 

e o seguinte montei um servidor de l2 tava rodando tudo lizinho bunitinho

meu amigo estava me ajudando a testar o servidor fico com o char full e tudo mais 

ai do nada da critical e quando ele volta perdeu todos os item o char fico pelado

alguem pode me ajudar por favor 

qualquer coisa segue meu whats********
des de ja agradeço 

bbb.jpg

isso aconteceu, por causa da proteção de enchant!

        // SECURE FIX - Anti Overenchant Cheat!!
        if (Config.MAX_ITEM_ENCHANT_KICK > 0)
        {
            for (final L2ItemInstance i : activeChar.getInventory().getItems())
            {
                if (!activeChar.isGM())
                {
                    if (i.isEquipable())
                    {
                        if (i.getEnchantLevel() > Config.MAX_ITEM_ENCHANT_KICK)
                        {
                            // Delete Item Over enchanted
                            activeChar.getInventory().destroyItem(null, i, activeChar, null);
                            // Message to Player
                            activeChar.sendMessage("[Server]: You have over enchanted items you will be kicked from server!");
                            activeChar.sendMessage("[Server]: Respect our server rules.");
                            // Message with screen
                            sendPacket(new ExShowScreenMessage(" You have an over enchanted item, you will be kicked from server! ", 6000));
                            // Punishment e LOGGER in audit
                            Util.handleIllegalPlayerAction(activeChar, "Player " + activeChar.getName() + " has Overenchanted  item! Kicked! ", Config.DEFAULT_PUNISH);
                            // Logger in console
                            LOGGER.info("#### ATTENTION ####");
                            LOGGER.info(i + " item has been removed from " + activeChar);   aqui seria a mensagem, mas isso acontece se player ta com enchant acima do limite.


                        }
                        
                    }
                }
            }

outras palavras, char tava com enchant acima do max enchant, ai quando ele tomou disconect, e tentou logar, item foi removido

Editado por Netinho
Removendo whatsapp do quote.
Link para o comentário
Compartilhar em outros sites


  • 0

ja ta 

ssss.png

#============================================================#
#                       Enchant Settings                     #
#============================================================#
#            Pack: l2jfrozen Site: www.l2jfrozen.com         #
#============================================================#

# ----------------------------------------------
#  Special Enchanting System -
# ----------------------------------------------
# Chance enchanting presented as a series of pairs of numbers where the first
# Indicates the number of levels, and the second chance of successful enchanting.
# Also have the option of limiting the maximum level of echanting
# For weapons / armor / jewelry.
# If you have a maximum level of grinding 50 and you do not want
# Give all the chances for each level (from 1 to 50) then
# You can specify for example:
# NormalWeaponEnchantLevel = 1,100; 2,100; 3,100; 4,75; 5,50; 
# Example: 5,92; = if you enchant weapon to +5 you have 92% to success.
# ----------------------------------------------
#  Chance For Normal Scrolls -
# ----------------------------------------------
# Weapon
NormalWeaponEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,77;7,77;8,77;9,77;10,77;11,77;12,77;13,77;14,77;15,77;16,77;
# Armor
NormalArmorEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,77;7,77;8,77;9,77;10,77;11,77;12,77;13,77;14,77;15,77;16,77;
# Jewel
NormalJewelryEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,77;7,77;8,77;9,77;10,77;11,77;12,77;13,77;14,77;15,77;16,77;

# ----------------------------------------------
#  Chance For Blessed Scrolls -
# ----------------------------------------------
# Weapon
BlessWeaponEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,88;7,88;8,88;9,88;10,88;11,88;12,88;13,88;14,88;15,88;16,88;
# Armor
BlessArmorEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,88;7,88;8,88;9,88;10,88;11,88;12,88;13,88;14,88;15,88;16,88;
# Jewel
BlessJewelryEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,88;7,88;8,88;9,88;10,88;11,88;12,88;13,88;14,88;15,88;16,88;

# ---------------------------------------------
#  Chance For Crystal Scrolls -
# ---------------------------------------------
# Weapon
CrystalWeaponEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,100;7,100;8,100;9,100;10,100;11,100;12,100;13,100;14,100;15,100;16,100;
# Armor
CrystalArmorEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,100;7,100;8,100;9,100;10,100;11,100;12,100;13,100;14,100;15,100;16,100;
# Jewel
CrystalJewelryEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,100;7,100;8,100;9,100;10,100;11,100;12,100;13,100;14,100;15,100;16,100;

# Safe enchant
EnchantSafeMax = 6
EnchantSafeMaxFull = 25

# Crystal Limits
CrystalEnchantMin = 0
CrystalEnchantMax = 25

# Max enchant Settings by scrolls.
EnchantWeaponMax=25
EnchantArmorMax=25
EnchantJewelryMax=25

# On / off bonuses at enchant dwarfs 
# Custom Patch, Dwarf have a bonus on Enchant!
# Default: False
EnableDwarfEnchantBonus = False
# Minimun level for enchant
DwarfEnchantMinLevel = 80
# bonus enchant
DwarfEnchantBonus = 15

# On / off enchant hero weapons
EnableEnchantHeroWeapons = False

# The value of enchanting
# For example: If CustomEnchantValue = 5 Sharpening will:
# From 0 till the +5, with +5 to +10, from +10 to +15, etc.
# Total: 15 for three to scroll
# Default: 1 
CustomEnchantValue = 1

# --------------------------
#  Augmentation -
# --------------------------
# Chance to get a skill
# Default: 15, 30, 45, 60
AugmentationNGSkillChance = 15
AugmentationMidSkillChance = 30
AugmentationHighSkillChance = 45
AugmentationTopSkillChance = 60
# Chance to get a base stat
# Default: 1
AugmentationBaseStatChance = 1

# Chance to get the glow
# Note:
# No Grade / Mid Grade not have emission
# Default: 0, 40, 70, 100
AugmentationNGGlowChance = 0
AugmentationMidGlowChance = 40
AugmentationHighGlowChance = 70
AugmentationTopGlowChance = 100

# Augments Active and Passive skills delete on change weapon
DeleteAgmentPassiveEffectOnChangeWep=true
DeleteAgmentActiveEffectOnChangeWep=true

# ----------------------
#  Soul Crystal -
# ----------------------
# The chance that the crystal breaks 
SoulCrystalBreakChance = 10

# Chance to improve Cristal
SoulCrystalLevelChance = 32

# Chance to improve Cristal
SoulCrystalMaxLevel = 13
#----------------------

# Enchant limit for Olympiad battles.
# (Maximum enchant level allowed for an item to be equipped, -1 to disable)
AltOlyMaxEnchant = -1

# Enchant after break with blessed scroll.
BreakEnchant = 0

# Limit enchant GM players (// setew and others) (0 disabled)
GMOverEnchant = 17

# IMPORTANT: anti Over Enchant system
# HOW WORKS: if you set it to 20, and player have an item > 20 
# he will be kicked and the item will disappear!
# Enchant amount at which a player gets punished (0 disabled)
EnchantKick = 17

# ---------------------------------------------
#          Chance For Donator Scrolls         #
# ---------------------------------------------
# Weapon
DonatorWeaponEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,100;7,100;8,100;9,100;10,100;11,100;12,100;13,100;14,100;15,100;16,10;17,10;18,10;19,10;20,10;
# Armor
DonatorArmorEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,100;7,100;8,100;9,100;10,100;11,100;12,100;13,100;14,100;15,100;16,100;17,100;18,100;19,100;20,100;
# Jewel
DonatorJewelryEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,100;7,100;8,100;9,100;10,100;11,100;12,100;13,100;14,100;15,100;16,100;17,100;18,100;19,100;20,100;

# Enchant after break with donator scroll.
DonatorEnchantAfterBreak = 3
 

 

 

 

ta assim o meu 

 

Link para o comentário
Compartilhar em outros sites

  • 0

# Limit enchant GM players (// setew and others) (0 disabled)
GMOverEnchant = 0

# IMPORTANT: anti Over Enchant system
# HOW WORKS: if you set it to 20, and player have an item > 20 
# he will be kicked and the item will disappear!
# Enchant amount at which a player gets punished (0 disabled)
EnchantKick = 0

Tente Assim Se não der Tente Assim

 

# Limit enchant GM players (// setew and others) (0 disabled)
GMOverEnchant = 26

# IMPORTANT: anti Over Enchant system
# HOW WORKS: if you set it to 20, and player have an item > 20 
# he will be kicked and the item will disappear!
# Enchant amount at which a player gets punished (0 disabled)
EnchantKick = 26

 

Lembrando enchante somente ate +25 o máximo em players normais 

e se o seu enchant for ate +25 coloque nos arquivos também 

1,100;2,100;3,100;4,100;5,100;6,100;7,100;8,100;9,100;10,100;11,100;12,100;13,100;14,100;15,100;16,100;17,100;18,100;19,100;20,100;21,45;22,37;23,25;24,16;25,8;

" Os homens tendem a acreditar sobretudo naquilo que menos compreendem. "

Link para o comentário
Compartilhar em outros sites

  • 0
3 minutos atrás, ADMXAULIN disse:

tambem nao vai 16 e o limite 

eu nao sei onde esconderao isso mais nao passa de 16

e chegar em 17 e critical 

 

NormalWeaponEnchantLevel = 1,100;2,100;3,100;4,100;5,100;6,77;7,77;8,77;9,77;10,77;11,77;12,77;13,77;14,77;15,77;16,77; cade resto? nao ta aate +25 

Link para o comentário
Compartilhar em outros sites

  • 0
1 minuto atrás, ADMXAULIN disse:

eu queria abri o servidor com essa rev pois achei muito top e consegui arumar muita coisa mais infelismente vo ter que partir para outra 

Shot00006.jpg

voce ta configurando errado, recem postei seu erro

Link para o comentário
Compartilhar em outros sites

  • 0
Em 24/01/2021 at 23:27, ADMXAULIN disse:

eu queria abri o servidor com essa rev pois achei muito top e consegui arumar muita coisa mais infelismente vo ter que partir para outra 

Shot00006.jpg

Não quero te deixar triste mas, essa rev que você quer abrir da pra usar até hack nela... se você não por um smartguard ou um strix guard pode ter certeza que vai aparecer char com todas as skils do jogo e com aquele hack de n deixar pegar o target dele 

Se vc resolveu o seu problema, poste a solução no tópico pra ajudar gente com problemas semelhantes

Um mundo de diversão no Lineage 2

https://www.primeworld.com.br

Discord: Em breve

Comunidade brasileira de Lineage. Interlude Remastered / High Five / Essence 

Classes remasterizadas, sistemas únicos, diversão garantida.

Link para o comentário
Compartilhar em outros sites

  • 0
1 hora atrás, Nukea disse:

Não quero te deixar triste mas, essa rev que você quer abrir da pra usar até hack nela... se você não por um smartguard ou um strix guard pode ter certeza que vai aparecer char com todas as skils do jogo e com aquele hack de n deixar pegar o target dele 

Se vc resolveu o seu problema, poste a solução no tópico pra ajudar gente com problemas semelhantes

vlw por avisar vo testa aqui

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.




×
×
  • 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.