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х лет) ты откопал залупу мамонта , поздравляю))
кто скачает это дерьмо используйте на свой страх и риск)) кто знает что там наворочено)))
удачи в шаринге обиженный жизнью неандерталец. Можешь лизнуть мое очко на прощание.
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