Im trying to find a way to change the skill description for example when a character have 1kkk adenas..
example:
adena < 1kkk
adena >= 1kkk
I have to create one more skill like hydro in skillname-e with the new description?
if yes how can i switch the link to appear the new skill?
ive searched in enchantskill file how the icon is replacing but i didnt get what i need because this is for changing the whole icon (+1 etc)...
for (L2ShortCut sc : activeChar.getAllShortCuts())
{
if (sc.getId() == _skillId && sc.getType() == L2ShortCut.TYPE_SKILL)
{
L2ShortCut newsc = new L2ShortCut(sc.getSlot(), sc.getPage(), L2ShortCut.TYPE_SKILL, _skillId, _skillLevel, 1);
activeChar.sendPacket(new ShortCutRegister(newsc));
activeChar.registerShortCut(newsc);
}
}
Edit: if i have to do the same as any enchanted skill with the new description i have to change enchant_skills_tree and plus one more enchant for all those skills?
I am planning on making adminer optional which would also make php and apache2 optional, I just haven't had time yet. That script I made for myself and I know that I want adminer 😛
"
and also be asked about opening 3306 or XXXX and listen to *
thanks "
Could you explain this a bit more? I am not sure I should offer the option to open port 3306 as that is a bad thing unless you know what you are doing, and if you know what you are doing it is a simple thing to open it yourself after.
Listen to * is this for login / gameserver or Mariadb?
🎉 ¡Llega EuroLatinL2! 🎉
🌍 Un servidor Interlude x20 con esencia retail y ajustes justos para una experiencia única.
🧠 Desarrollado por profesionales rusos, EuroLatinL2 está basado en el cliente original de Lineage II Interlude. Buscamos revivir lo mejor de la vieja escuela con un balance perfecto entre nostalgia y jugabilidad moderna.
🛡️ ¿Qué hace diferente a EuroLatinL2?
✨ Rates Mid x20 – Equilibrados para un progreso fluido, sin perder el desafío.
🧪 Experiencia 100% retail con leves ajustes para mantener el interés.
⚔️ Raid Bosses épicos ajustados al nivel 80.
💡 Nada de GM Shop, sin buffs OP, sin teleport personalizados.
⛩️ Solo tiendas y contenido original de Lineage II.
🧙 Buffer básico (solo Prophet), duración de 60 minutos.
🔄 Sistema de héroes cada 15 días y Olimpiadas 2h por día.
🛒 Sistema de donaciones solo para servicios estéticos y premium (sin pay-to-win).
🧬 Sistema de skins para armas y armaduras (solo apariencia).
💤 AutoFarm disponible solo con adena/premium, opcional.
🔥 ¿Quieres volver a disfrutar Lineage II como en sus mejores tiempos?
💬 Completa quests, forma grupos reales, derrota jefes con estrategia, y recolecta recetas (¡incluso para Soulshots!).
⏳ ¡La apertura está muy cerca!
🚪 No te quedes fuera de esta aventura. Vive Lineage II como debe ser.
🌐 Sitio oficial: https://eurolatin.eu
📣 ¡Comparte con tu clan y prepárate para la nostalgia!
#Lineage2 #Interlude #EuroLatinL2 #L2Classic #PvE #PvP #NostalgiaL2
Question
melron
Hello there,
Im trying to find a way to change the skill description for example when a character have 1kkk adenas..
example:
adena < 1kkk
adena >= 1kkk
I have to create one more skill like hydro in skillname-e with the new description?
if yes how can i switch the link to appear the new skill?
ive searched in enchantskill file how the icon is replacing but i didnt get what i need because this is for changing the whole icon (+1 etc)...
Edit: if i have to do the same as any enchanted skill with the new description i have to change enchant_skills_tree and plus one more enchant for all those skills?
Any suggestion?
Edited by melron4 answers to this question
Recommended Posts