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.
Look at that 😛 I'm the first one to share something in this part of the forum.
Free Buffer System for the Lucera2 Classic Client.
This buffer was originally based on someone else's work, but has undergone many modifications and improvements to support all the main buffer pages, and others, including full profile support for dimensions and how they are formatted.
This is just a small gift to the Lucera2 community.
If you have any questions or issues, don't hesitate to contact us here.
The .htm files are adapted for custom dimensions. You must have support in your client for handling custom HTML window sizes.
Example dimensions used in this buffer:
resize_x=750 resize_y=470
MetaMan Version Buffer
Maxcheaters is not worthy of this share.
The 🔥MeGaFlaME ELLiNaS🔥 armor doesn’t just protect the body, it protects the soul.
A design so ahead of its time, some might mistake it for a tragic accident. But no. This is art. This is vision. This is fashion.
My eyes may never recover. Thank you for blessing us with this masterpiece.
Discord : utchiha_market
Telegram : https://t.me/utchiha_market
Auto Buy Store : https://utchihamkt.mysellauth.com/
Not sure if we’re legit? Check Our server — real reviews, real buyers
https://discord.gg/uthciha-services | https://campsite.bio/utchihaamkt
Discord : utchiha_market
Telegram : https://t.me/utchiha_market
Auto Buy Store : https://utchihamkt.mysellauth.com/
Not sure if we’re legit? Check Our server — real reviews, real buyers
https://discord.gg/uthciha-services | https://campsite.bio/utchihaamkt
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.