Hello maxcheaters..! so i have an idea about 2 fixes for my server but i need your usefull help to do it right..!
so the first code is about Olympiad... i was thinking how to avoid the prefrenzy, angelic icon and other things like that...!
so i was thinking... if i can put a code that when you are in Oly before start the match, the hp will cannot drop down...! i mean... as much as hp you receive (from buffs or armors, weapons etc.)
the HP cannot drop down! just to staying full! can we do that?!
the second code is something about the drain from mobs while in flag...!
i've tried this code on L2PcInstance.java:
public void doAttack(L2Character target)
{
super.doAttack(target);
+ if ((getPlayer().getPvpFlag() > 0) && target.isMonster())
+ {
+ getPlayer().stopSkillEffects(false, 310);
+ return;
+ }
// cancel the recent fake-death protection instantly if the player attacks or casts spells
getPlayer().setRecentFakeDeath(false);
}
It's working as i want, but... with the command:
getPlayer().stopSkillEffects(false, 310);
the skill is getting removed! what method i have to put for the skill to just don't work while player if flaged but doesn't getting removed?! can we fix that too?!
(if the "false" in stopSkillEffects means that the buff will not removed and if "true" will removed... i checked it and doesn't work.!)
LA ERA DE EINHASAD - Lineage 2 en Castellano
Lineage II Crónica 4: Vástagos del Destino x5 - Main Class - Full Craft
─────────────────────────────
La diosa Einhasad ha despertado...
Una nueva era comienza para los verdaderos aventureros.
Un mundo completamente traducido al español, fiel al Lineage II original,
creado para una comunidad hispanohablante unida por la nostalgia y la pasión.
─────────────────────────────
APERTURA OFICIAL: 14 de NOVIEMBRE - 20:00hs (GMT-3)
─────────────────────────────
INFORMACIÓN PRINCIPAL
Rates: x5
Tipo: Main Class
Sistema: Full Craft
Idioma: 100% Español (traducción completa del juego)
Comunidad hispanohablante
Balance original con mínimas modificaciones
Buffer Offline, los jugadores pueden crear sus tiendas de buffs
Progresión de crónicas cada 4 meses aprox.
Economía estable - Sin Pay to Win - No venta de items/adena por donación
Comunidad de 1.000 personas
Anterior versión x1 duro casi 3 años con 952 IPs distintas de pico
─────────────────────────────
CARACTERÍSTICAS DESTACADAS
Experiencia fiel al Lineage II clásico, sin alteraciones invasivas
Interfaz, diálogos y objetos completamente en español
Ventana de comunidad con servicios personalizados y comercio por Monedas de Oro
Olimpiadas, Épicos y Asedios originales
Recompensas por votación,
Eventos TVT con 3 arenas diferentes. Participan todos sin importar el nivel, pero dentro de la arena solo se atacan por rango cercano
Soporte activo y presencia constante del administrador
Tickets de soporte con atención rápida en Discord ante cualquier problema
─────────────────────────────
ENLACES OFICIALES
Website: La Era de Einhasad
Discord: https://discord.com/invite/A6PtCCN2SF
─────────────────────────────
Una comunidad unida por el idioma, la pasión y la nostalgia.
Redescubrí Aden… en tu propio idioma.
Bienvenido a La Era de Einhasad.
Чувак) мне на него насрать давно, ты не мне сделал подлянку а людям которые купили и используют. Я его удалил год назад) когда закрыл продажи. мне вообще похер кто ты и что ты.
Можешь сесть и попрыгать на тот же член на котором ты прыгаешь все это время) и этой версии более 3х лет) ты откопал залупу мамонта , поздравляю))
кто скачает это дерьмо используйте на свой страх и риск)) кто знает что там наворочено)))
удачи в шаринге обиженный жизнью неандерталец. Можешь лизнуть мое очко на прощание.
Rosyk or rusik or whatever u blaim me that my mouth stinks but I assume you the one who stinks and your perfect pack will be now shared and you can suck a DICK )
https://eu2.contabostorage.com/d4b39866f6bb4084b6c969ec8fe20063:kita/Lucera_Classic_Remaster/Lucera Classic Remaster Server and Datapack files.rar
https://eu2.contabostorage.com/d4b39866f6bb4084b6c969ec8fe20063:kita/Lucera_Classic_Remaster/Lucera Classic Remaster Eng Client.rar
Drama link
For this crap u need Lucera 2 classic license ) people paying 300 euros for this shit lol Some Shit will come out soon mxc website need shake it a bit coz getting boring here )
Whats happen rosyk lost speach xD Your pack was downloded 29 times bussines not going as plan xD?
Question
xXObanXx
Hello maxcheaters..!
so i have an idea about 2 fixes for my server but i need your usefull help to do it right..!
so the first code is about Olympiad... i was thinking how to avoid the prefrenzy, angelic icon and other things like that...!
so i was thinking... if i can put a code that when you are in Oly before start the match, the hp will cannot drop down...! i mean... as much as hp you receive (from buffs or armors, weapons etc.)
the HP cannot drop down! just to staying full! can we do that?!
the second code is something about the drain from mobs while in flag...!
i've tried this code on L2PcInstance.java:
public void doAttack(L2Character target) { super.doAttack(target); + if ((getPlayer().getPvpFlag() > 0) && target.isMonster()) + { + getPlayer().stopSkillEffects(false, 310); + return; + } // cancel the recent fake-death protection instantly if the player attacks or casts spells getPlayer().setRecentFakeDeath(false); }It's working as i want, but...
with the command:
the skill is getting removed!
what method i have to put for the skill to just don't work while player if flaged but doesn't getting removed?! can we fix that too?!
(if the "false" in stopSkillEffects means that the buff will not removed and if "true" will removed... i checked it and doesn't work.!)
23 answers to this question
Recommended Posts