AlexHack Posted January 19, 2020 Posted January 19, 2020 Greek paidia evala ena code sto server alla 8elw na to ftiaksw etsi oste na stamataei sto max enchant pou evala sto server mou pws ginete to code katw if ((target instanceof L2PcInstance) && AntiFeedManager.getInstance().check(this, target)) { // Add karma to attacker and increase its PK counter setPvpKills(getPvpKills() + 1); + if (Rnd.get(100) > 50) + { + L2ItemInstance pvpwep = getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND); + pvpwep.setEnchantLevel(pvpwep.getEnchantLevel() + 1); + sendMessage("Your " + getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND) + "has been enchanted by +1 due to your pvp kills"); + } // Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter sendPacket(new UserInfo(this)); } Quote
0 tazerman2 Posted January 19, 2020 Posted January 19, 2020 hi apla thelei ena check an afto pou foraei den einai megalitero kai ison me to config enchant na sto kani :) den thimame an einai etsy >= i etsy => desto esy me to error pou tha sou bgali if (Rnd.get(100) > 50) { L2ItemInstance pvpwep = getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND); if(!pvpwep.getEnchantLevel() >= 17) <-- edo bale to config max enchant pvpwep.setEnchantLevel(pvpwep.getEnchantLevel() + 1); sendMessage("Your " + getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND) + "has been enchanted by +1 due to your pvp kills"); } } Quote
0 AlexHack Posted January 19, 2020 Author Posted January 19, 2020 (edited) oxi oute etsi >= => https://maxcheaters.com/topic/219672-l2jacis-pvp-auto-enchant/ Alla gia freya Chron Edited January 19, 2020 by AlexHack Quote
0 AlexHack Posted January 26, 2020 Author Posted January 26, 2020 Akrivos pou mporeis na mou dikseis giati to l2pride exei periploko server kai code Quote
0 AbsolutePower Posted January 27, 2020 Posted January 27, 2020 On 1/19/2020 at 9:19 AM, AlexHack said: oxi oute etsi >= => https://maxcheaters.com/topic/219672-l2jacis-pvp-auto-enchant/ Alla gia freya Chron h bgale to ! kai kanto < config.enchant h balto se paren8esh kai kanto if ( !(pvpwep.getenchant > config.enchant) ) 8a htan kalutera an to ekanes etsi : final L2ItemInstance pvpwep = to code s. if (pvpwep != null && pvpwep.getEnchantLevel() < config.maxenchant && Rnd.get(100) > 50 ) Quote
Question
AlexHack
Greek
paidia evala ena code sto server alla 8elw na to ftiaksw etsi
oste na stamataei sto max enchant pou evala sto server mou pws ginete
to code katw
if ((target instanceof L2PcInstance) && AntiFeedManager.getInstance().check(this, target))
{
// Add karma to attacker and increase its PK counter
setPvpKills(getPvpKills() + 1);
+ if (Rnd.get(100) > 50)
+ {
+ L2ItemInstance pvpwep = getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND);
+ pvpwep.setEnchantLevel(pvpwep.getEnchantLevel() + 1);
+ sendMessage("Your " + getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND) + "has been enchanted by +1 due to your pvp kills");
+ }
// Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter
sendPacket(new UserInfo(this));
}
5 answers 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.