// ATTACK & DEFENCE
POWER_DEFENCE("pDef"),
MAGIC_DEFENCE("mDef"),
POWER_ATTACK("pAtk"),
MAGIC_ATTACK("mAtk"),
PHYSICAL_SKILL_POWER("physicalSkillPower"),
POWER_ATTACK_SPEED("pAtkSpd"),
MAGIC_ATTACK_SPEED("mAtkSpd"), // how fast a magic spell is casted (including animation)
ATK_REUSE("atkReuse"), // make bows hit simple hits way slower and will not affect skills
P_REUSE("pReuse"),
MAGIC_REUSE_RATE("mReuse"), // how fast a magic spell becomes ready to reuse
SHIELD_DEFENCE("sDef"),
CRITICAL_DAMAGE("cAtk"),
CRITICAL_DAMAGE_ADD("cAtkAdd"), // this is another type for special critical damage mods - vicious stance, crit power and crit damage SA
// it was totally bad since now...
MAGIC_CRIT_DMG("mCritPower"),
// ACCURACY & RANGE
ACCURACY_COMBAT("accCombat"),
POWER_ATTACK_RANGE("pAtkRange"),
MAGIC_ATTACK_RANGE("mAtkRange"),
POWER_ATTACK_ANGLE("pAtkAngle"),
ATTACK_COUNT_MAX("atkCountMax"),
// Run speed, walk & escape speed are calculated proportionally, magic speed is a buff
RUN_SPEED("runSpd"),
WALK_SPEED("walkSpd"),
// VARIOUS
BREATH("breath"),
FALL("fall"),
AGGRESSION("aggression"), // locks a mob on tank caster
BLEED("bleed"), // by daggers, like poison
POISON("poison"), // by magic, hp dmg over time
STUN("stun"), // disable move/ATTACK for a period of time
ROOT("root"), // disable movement, but not ATTACK
MOVEMENT("movement"), // slowdown movement, debuff
CONFUSION("confusion"), // mob changes target, opposite to aggression/hate
SLEEP("sleep"), // sleep (don't move/ATTACK) until attacked
VALAKAS("valakas"),
The legendary L2Elixir you remember from 2008 is officially back — remastered, refreshed, and reborn!
Our x3 Interlude server launched on 28 November, and the community is growing every single day.
🔥 Fresh start
🔥 Active players joining daily
🔥 Long-term project — Licensed for over 5 years from PlayINERA.
🔥 True 2008 nostalgia with modern stability & polish
If you were part of the original Elixir family, this is your chance to relive the magic.
If you’re new — welcome to a classic Lineage II experience built with passion, not profit.
Join the battles. Join the nostalgia.
Join L2Elixir Reborn.
Website: https://l2elixir.org/
Discord: https://discord.gg/5ydPHvhbxs
🎉 L2NeverPain StuckSub - GRAND OPENING 12 December 2025🎉
After beta, testing, mistakes, laughs and a lot of PvP, the moment has finally come.
L2NeverPain StuckSub is officially opening its gates on 12 December 2025.
⚔️What to expect:
✦Main Class +2 Stuck Sub system
✦Balanced PvP & custom party farm areas
✦Custom events, bosses and strong rewards
✦Competitive clan scene with castle rewards
📌Until the opening:
✦Create your clans and register them in the Clan-Register channel
✦Invite your friends / old parties / CPs
✦Stay tuned for more information (rates, events, siege times, etc.)
Get your setups ready, prepare your macros and your Discord/voice.
On 12 December 2025 20:00 GMT+2, we write the first chapter of NeverPain together. 🔥
https://l2neverpain.com/
https://discord.gg/kNP3UXgkmN
Check my post where I shared Lucera pack, you can pick textures from there. Here is a link of datapack/srv https://eu2.contabostorage.com/d4b39866f6bb4084b6c969ec8fe20063:kita/Lucera_Classic_Remaster/Lucera Classic Remaster Server and Datapack files.rar
Question
AlexHack
Pws Mporw Na Valw Stats sta html file ta stats pou einai katw
dld na grafei
p.atk +2000
m.atk +3000
exw vrei sto pride merika alla auta dixnoun mono osa einai me add kai oxi mul stats
MAX_HP("maxHp"),
MAX_MP("maxMp"),
MAX_CP("maxCp"),
REGENERATE_HP_RATE("regHp"),
REGENERATE_CP_RATE("regCp"),
REGENERATE_MP_RATE("regMp"),
RECHARGE_MP_RATE("gainMp"),
HEAL_EFFECTIVNESS("gainHp"),
HEAL_PROFICIENCY("giveHp"),
HEAL_STATIC_BONUS("bonusHp"),
LIMIT_HP("limitHp"), // non-displayed hp limit
// ATTACK & DEFENCE
POWER_DEFENCE("pDef"),
MAGIC_DEFENCE("mDef"),
POWER_ATTACK("pAtk"),
MAGIC_ATTACK("mAtk"),
PHYSICAL_SKILL_POWER("physicalSkillPower"),
POWER_ATTACK_SPEED("pAtkSpd"),
MAGIC_ATTACK_SPEED("mAtkSpd"), // how fast a magic spell is casted (including animation)
ATK_REUSE("atkReuse"), // make bows hit simple hits way slower and will not affect skills
P_REUSE("pReuse"),
MAGIC_REUSE_RATE("mReuse"), // how fast a magic spell becomes ready to reuse
SHIELD_DEFENCE("sDef"),
CRITICAL_DAMAGE("cAtk"),
CRITICAL_DAMAGE_ADD("cAtkAdd"), // this is another type for special critical damage mods - vicious stance, crit power and crit damage SA
// it was totally bad since now...
MAGIC_CRIT_DMG("mCritPower"),
// PVP BONUS
PVP_PHYSICAL_DMG("pvpPhysDmg"),
PVP_MAGICAL_DMG("pvpMagicalDmg"),
PVP_PHYS_SKILL_DMG("pvpPhysSkillsDmg"),
PVP_PHYSICAL_DEF("pvpPhysDef"),
PVP_MAGICAL_DEF("pvpMagicalDef"),
PVP_PHYS_SKILL_DEF("pvpPhysSkillsDef"),
// PVE BONUS
PVE_PHYSICAL_DMG("pvePhysDmg"),
PVE_PHYS_SKILL_DMG("pvePhysSkillsDmg"),
PVE_BOW_DMG("pveBowDmg"),
PVE_BOW_SKILL_DMG("pveBowSkillsDmg"),
PVE_MAGICAL_DMG("pveMagicalDmg"),
// ATTACK & DEFENCE RATES
EVASION_RATE("rEvas"),
P_SKILL_EVASION("pSkillEvas"),
CRIT_DAMAGE_EVASION("critDamEvas"),
SHIELD_RATE("rShld"),
CRITICAL_RATE("rCrit"),
BLOW_RATE("blowRate"),
LETHAL_RATE("lethalRate"),
MCRITICAL_RATE("mCritRate"),
EXPSP_RATE("rExp"),
ATTACK_CANCEL("cancel"),
MAGIC_FAILURE_RATE("magicFailureRate"),
// ACCURACY & RANGE
ACCURACY_COMBAT("accCombat"),
POWER_ATTACK_RANGE("pAtkRange"),
MAGIC_ATTACK_RANGE("mAtkRange"),
POWER_ATTACK_ANGLE("pAtkAngle"),
ATTACK_COUNT_MAX("atkCountMax"),
// Run speed, walk & escape speed are calculated proportionally, magic speed is a buff
RUN_SPEED("runSpd"),
WALK_SPEED("walkSpd"),
// BASIC STATS
STAT_STR("STR"),
STAT_CON("CON"),
STAT_DEX("DEX"),
STAT_INT("INT"),
STAT_WIT("WIT"),
STAT_MEN("MEN"),
// Special stats, share one slot in Calculator
// VARIOUS
BREATH("breath"),
FALL("fall"),
AGGRESSION("aggression"), // locks a mob on tank caster
BLEED("bleed"), // by daggers, like poison
POISON("poison"), // by magic, hp dmg over time
STUN("stun"), // disable move/ATTACK for a period of time
ROOT("root"), // disable movement, but not ATTACK
MOVEMENT("movement"), // slowdown movement, debuff
CONFUSION("confusion"), // mob changes target, opposite to aggression/hate
SLEEP("sleep"), // sleep (don't move/ATTACK) until attacked
VALAKAS("valakas"),
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now