Jump to content

Recommended Posts

Posted

My humble opinion is that forum's current problem is certain people that are in charge, like "Cobra" that just prevent people from posting shares, accussing them for stealing and locking topics that people show interest in, just because they are brained damaged.

 

It's my 3rd day officially here, I had all the good will to share with members here but I'm being prevented from doing it.

 

The topics:

 

http://www.maxcheaters.com/forum/index.php?topic=133785.0

 

He said it's his own code, he even posted a link to a code of his, but he is incapable of understanding what my code does and what his. (is it trully his own?)

 

http://www.maxcheaters.com/forum/index.php?topic=134173.0

 

He locked my topic exactly when I created it, probably he didnt even read it, saying again that it's his code and it's full of typos. Too bad that the code is working perfectly and through my multiply searches I see non like mine.

 

I know I'm probably gonna banned or get - karma for what I'm writing, but it's what I feel, what is true, and probably what many people want to say.

 

Castiel.

Posted

My humble opinion is that forum's current problem is certain people that are in charge, like "Cobra" that just prevent people from posting shares, accussing them for stealing and locking topics that people show interest in, just because they are brained damaged.

 

It's my 3rd day officially here, I had all the good will to share with members here but I'm being prevented from doing it.

 

The topics:

 

http://www.maxcheaters.com/forum/index.php?topic=133785.0

 

He said it's his own code, he even posted a link to a code of his, but he is incapable of understanding what my code does and what his. (is it trully his own?)

 

http://www.maxcheaters.com/forum/index.php?topic=134173.0

 

He locked my topic exactly when I created it, probably he didnt even read it, saying again that it's his code and it's full of typos. Too bad that the code is working perfectly and through my multiply searches I see non like mine.

 

I know I'm probably gonna banned or get - karma for what I'm writing, but it's what I feel, what is true, and probably what many people want to say.

 

Castiel.

First of all, like you said it's your 3rd day here and instead of creating thread like this maybe should read forum rules. If you want to do, do it on spam section.

Maxcheaters main problem? Are you reducing mxc to Cobra? Cobra is an awsome developer, he has a high rank at l2development and he wouldn't lock your topic for nothing, maybe that your problem.

Btw, you will not get -karma or ban because of an opinion.

 

Posted

Hey and welcome to maxcheaters!

 

I am reading the situations now, and guessing that the first one was the first share. Cobra started with a criticizing reaction based on no arguments, which were given in later posts. The first two pages you were just having a normal discussion but later it only got with stuff like: 'you are doing ironic' and 'you are stealing and editing code' etc.

 

I'd just keep making shares to prove you can actually make pieces of code yourself and he will realize you are not a stealer, and perhaps try to follow his advices wherever he gave them; like this didn't seem so bad to me http://www.perryland.com/Java9.shtml If you keep making original things and trying to learn l2j coding, he'll probably respect you more =)

 

Good luck and I hope you, apart from this thing that happened, enjoy your stay :)

 

 

PS: ben je ook nederlands?

Posted

PS: ben je ook nederlands?

 

He is Greek ;]

 

 

:@ {ON} Wen you see a criticize on your shares that does mean your shares are bad.

 

Take a look here mine methods an code: http://www.maxcheaters.com/forum/index.php?topic=133025.0

 

yours: http://www.maxcheaters.com/forum/index.php?topic=134173.0

 

 

First of all, dont think that you come here and lie with that ways maybe to the normal members but you cant lie to me.

 

 

Lets see part a part you code.

 

 

 

### Eclipse Workspace Patch 1.0

#P L2_GameServer

Index: java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java

===================================================================

--- java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java   (revision 4025)

+++ java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java   (working copy)

@@ -19,6 +19,7 @@

 

import com.l2jserver.Base64;

import com.l2jserver.Config;

+import com.l2jserver.L2DatabaseFactory;

import com.l2jserver.gameserver.Announcements;

import com.l2jserver.gameserver.GmListTable;

import com.l2jserver.gameserver.LoginServerThread;

@@ -477,9 +478,42 @@

 

      TvTEvent.onLogin(activeChar);

 

+

      if (Config.WELCOME_MESSAGE_ENABLED)

-         activeChar.sendPacket(new ExShowScreenMessage(Config.WELCOME_MESSAGE_TEXT, Config.WELCOME_MESSAGE_TIME));

 

+         if (activeChar.getLevel() == 1)

+         {

+            activeChar.sendPacket(new ExShowScreenMessage("Welcome stranger!", 10000));

+         }

+         else

+            switch(activeChar.getRace()){

+            

+            case DarkElf:

+            

+            activeChar.sendPacket(new ExShowScreenMessage("Welcome back child of Shilien!", 10000));            

+            break;

+

+            case Dwarf:

+            

+            activeChar.sendPacket(new ExShowScreenMessage("Welcome back shortie!", 10000));

+            break;

+

+            case Elf:

+            

+            activeChar.sendPacket(new ExShowScreenMessage("Welcome back child of Eva!", 10000));

+            break;

+

+            case Kamael:

+            

+           activeChar.sendPacket(new ExShowScreenMessage("Welcome back fallen angel!", 10000));

+            break;

+

+            case Orc:

+            

+            activeChar.sendPacket(new ExShowScreenMessage("Welcome back piece of green dirt!", 10000));

+            break;

+

+            }

      L2ClassMasterInstance.showQuestionMark(activeChar);

     

      int birthday = activeChar.checkBirthDay();

 

This is "your" code.

 

First of all you forgot to import the exshowscreenmessage so i can say you just c/p it

 

The config thinky is not supported by the config.java and config.properties

 

 

also must be darkelf and not DarkElf.

 

If you want to help your community make a proper code.

 

 

if you think i dont deserve this posotion take a look here: http://www.maxcheaters.com/forum/index.php?topic=105735.0

 

if you have betters i will leave and i give my place to you.

 

 

Posted
First of all you forgot to import the exshowscreenmessage so i can say you just c/p it

 

Because its already imported in EnterWorld.java

 

Click

Posted

Because its already imported in EnterWorld.java

 

Click

 

Im speaking generaly.

 

If some1 whant to use it on il or older pack?

 

I know that l2j had commit this shit but remember i have share it first of them.

Posted

Im speaking generaly.

 

If some1 whant to use it on il or older pack?

 

I know that l2j had commit this shit but remember i have share it first of them.

 

It was just a note.

Posted

@ Cobra

It's already imported. I'm stating that it is for latest l2j revision and if you need adjustments feel free to ask me.(so as you say "speaking generally" in a code published for a specific pack is at least dumb)

config thing is supported since its already a part of original code.

At l2j its DarkElf, please inform urself and then attack me.

Your code is a simple code showing screen messages on pvp kill strikes. My code is something different that shows screen messages.

So according to you, any code showing screen messages is leeched from your codes.

Personally, what I get from your post, is "I 've locked your last share cause I'm butthurted"

I'm not saying I deserve or want this position, but a moderator that double posts, insults, threatens and says "I do whatever i want here" when an other member (not me) is critising your moron attitude breaking certain forum rules, for me, is not a person to be trusted. (not to mention that you are just incapable to handle an international section; we need some time to understand what are you trying to say in english)

 

@ Maxtor

I feel dissapointed that from all this post thats what you have to say.

 

@Lauq

Ofcourse I can make my own shares, those are mine. Computer science is what I'm studying and I can ofcourse make java codes.

 

The piece of code that we were talking about has nothing to do with other dota style shares.

 

The existing ones (I 've searched for over an hour) are based on killing strikes while mine is based on killing strikes in certain time frame. (killing spree-monster kill etc or whatever the titles are/ while mine is double-triple-multikill depending on time)

 

 

 

Generaly, as I can see everyone just critisized and took the part of an older/awarded/ranked or whatever member and didnt even bother to read my codes or arguments.  I'd only like to thank Versus that probably read my code and cleaned/unlocked my topic.

However my second code was moved to junkyard, no idea why.

 

Anyway since my works werent appreciated nor welcomed, I'll just keep stopping by to read replies here and hoping for a situation change.

 

P.S.:nee, alleen maar plezier van uw land

P.S.2: Sorry for wrong section posting, I didn't see there was child board for reports.

 

Posted

One more dumb reply.

WHEN THE -beep- ARE YOU GONNA REALISE THAT ITS NOT A -beep-ING KILLING SPREE SYSTEM FFS?

and then for wtf is this drama?

using caps won't make your post more special.

Posted

It's not to make my post special, they are used to show an emotion.

The drama? Drama is because my topics are being deleted/locked spammed cause a staff member dislikes me.

 

So please, before asslicking next time, you should read my reply.

Posted

So please, before asslicking next time, you should read my reply.

like this you'll have future. take care.

 

I haven't asslick in other cases not to mention that to asslick for your fail its epic lulz.

Guest
This topic is now closed to further replies.


  • Posts

    • --- Interlude Faction/GvE PvP grand opening 2025-11-15 19:00 GMT+2 ---   Gameplay: Chronicle: Interlude Type: Faction/GvE (Angels vs Nature vs Demons) GM Shop: B-S grade Buff slots: 20+4 Starting level: 74 + rebirth system   New Features: Client: Modern interface based on Essence Balance: New class skills for better balance Achievement Rewards: Daily, Weekly, One-time TOP rankings: PvP, Event PvP, Map PvP, Clan PvP, Event MvP, Map MvP Zones: 70 different PvP zones,  18 different events (8 map events | 10 main events) 12 Grand/raid bosses. Castle siege Olympiad Clan Hall challenge Custom Enchant System: Dynamic success chance (greater enchant level or item grade less enchanting success chance) Enchant rate: Blessed scrolls dynamic from 100% to 25%. Crystal Scrolls: 100%; Max enchant weapon +12 Max enchant armor +8 Safe point enchant system Extra Features: PvP items with level upgrade Weapon/Armor upgrade (from B grade to S) system Attributes system   Website: https://l2cygnus.com Community: Discord Facebook: https://www.facebook.com/l2cygnus Youtube:   
    • More fluid combat, not 100% yet, but I think it's acceptable. I put the following logic in movetopawn, moveto, maybemovetopawn, validatelocation, movetolocation: If Config.GeoData is active, it applies the coordinates using geodata; if disabled, use setdistanceplansq to measure the distance of things! Fix for reflected damage (if the attacker is null, it will not be calculated). Minor improvements to the Day/Night item generation manager. Fix to not punish players who destroy items with a count = 0... Fix for when a player tried to use a resurrection scroll while seated, it disappeared without effect. Fix for when it was possible to equip armor while paralyzed. Cleanup of System message. Rework of PathNodes. Fixed the ia for mobs attack range when chasing the player (test) Fixed Pathnodes loading Added # ------------------------ #Show Red Name for Aggressive Mobs # ------------------------ ShowRedName = True Which was missing in the configs
    • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚔️ L2JOmen High Five - SERVIDOR 100% RETAIL ⚔️ 📢 SOLICITAMOS APOYO PARA TESTING 📢 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ¡Saludos, comunidad de Lineage II! Estamos desarrollando un proyecto ambicioso y de calidad: L2JOmen High Five, un servidor  100% RETAIL que busca ofrecer la experiencia más auténtica de High Five.  Nos encontramos en la fase de desarrollo y testing, y necesitamos tu ayuda para hacerlo  grande. Si eres un amante del retail, disfrutas probar nuevas funciones y quieres formar  parte de un proyecto serio desde sus inicios, ¡tu apoyo es invaluable! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎮 CARACTERÍSTICAS PRINCIPALES 🎮 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅ SERVIDOR 100% RETAIL    • Experiencia auténtica de High Five    • Geodata PTS Official    • Plataforma Premium 2025 ✅ SISTEMA DE RATES DINÁMICO (Progresión Retail x1 con ayuda x5 -> x1)    • XP: 1-20 (5.0x) | 21-40 (3.0x) | 41-60 (2.0x) | 61-75 (1.5x) | 76-85 (1.0x)    • SP: 1-20 (5.0x) | 21-40 (3.0x) | 41-60 (2.0x) | 61-75 (1.5x) | 76-85 (1.0x)    • Adena: x2.0 (Retail con pequeño ajuste)    • Drop y Spoil: x1.0 (Mobs, Raids y Epics) ✅ SISTEMA DE ENCANTAMIENTO PROFESIONAL    • Enchant Safe: +6 (100% seguro hasta +6)    • Enchant Máximo: +30    • Tasas de encantamiento balanceadas:      * 0-3: 100% | 4: 80% | 5: 75% | 6: 70% | 7: 65% | 8: 60%      * 9: 55% | 10: 50% | 11: 45% | 12: 40%      * 13: 10% | 14-25: 5-9% | 26-30: 1-4%    • Sistema Blessed Enchant habilitado ✅ INICIO DE PERSONAJE    • Dynasty Masterwork Set completo +12    • 1 Ticket para Weapon S +12    • Duración: 7 días ✅ CONFIGURACIÓN RETAIL    • Element Limit: Nivel 4    • Buffs: Duración de 1 hora    • Nobless: Obtenible mediante quest    • Subclass Máxima: 10 (Certificación para cada Subclass) ✅ SISTEMA DE FARM Y ECONOMÍA    • Múltiples monedas de farm (Adena, Ancient Adena, Coin of Luck, PC Bang Points, Farm Coins)    • Varias zonas de farm disponibles    • Zona de Party Farm (se habilita cada 3 horas por 1 hora)    • 4 Raids diarias programadas ✅ SISTEMA PC BANG POINTS    • Aproximadamente 10,000 puntos por 24 horas conectado    • Entrega cada 10 minutos    • Jugadores Normales: 60-72 puntos/intervalo    • Jugadores Premium: 96-116 puntos/intervalo    • 5% probabilidad de doble puntos ✅ SHOPS COMPLETOS    • Shop Normal (Adena y Farm Coins)    • Shop Donate (con opciones premium)    • Armaduras y Armas hasta Grado Dynasty, Moirai, S84    • Joyas completas, no incluye Epics    • Scrolls (Normales, Blessed, Divine, Ancient)    • Elementos hasta nivel 4-7    • Accesorios y consumibles ✅ SISTEMA VIP    • 5 niveles de VIP disponibles    • Bonificaciones progresivas de XP/SP/Drop    • Recompensas diarias exclusivas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🤝 ¿QUÉ NECESITAMOS DE TI? 🤝 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔍 TESTERS ACTIVOS    • Jugadores que prueben todas las funciones del servidor    • Feedback constructivo sobre bugs, balance y mejoras    • Reporte de problemas encontrados 🎮 JUGADORES DEDICADOS    • Amantes del retail que valoren la experiencia auténtica    • Personas dispuestas a ayudar a mejorar el proyecto    • Comunidad comprometida con el crecimiento del servidor 📊 REPORTES DETALLADOS    • Bugs y errores encontrados    • Sugerencias de balance    • Opiniones sobre el gameplay    • Feedback sobre sistemas implementados ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 💎 ¿POR QUÉ UNIRTE A L2JOmen? 💎 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🌟 PROYECTO SERIO Y COMPROMETIDO    • Desarrollo constante y mejoras continuas    • Atención a la comunidad activa    • Transparencia en todas las decisiones 🎯 EXPERIENCIA 100% RETAIL    • Sin modificaciones que rompan el juego original    • Balance auténtico de High Five    • Gameplay puro y tradicional ⚡ TECNOLOGÍA DE VANGUARDIA    • Servidor optimizado y estable    • Geodata oficial de PTS    • Sistema robusto y sin lag    • Sistema Anticheat Premium 🎁 RECOMPENSAS PARA TESTERS    • Participación activa en el desarrollo    • Reconocimiento especial en el lanzamiento    • Beneficios exclusivos para early testers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📞 CONTACTO E INFORMACIÓN 📞 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Si estás interesado en formar parte de este proyecto y ayudarnos a crear el mejor  servidor retail de High Five, contáctanos. Tu apoyo es fundamental para hacer realidad  este grandioso proyecto. 💬 Únete a nuestro grupo de testing 🌐 WhatsApp: https://chat.whatsapp.com/Km6uRtFsoUq2tNZZalo5HB?mode=wwt ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🏆 ¡Juntos construimos el mejor servidor retail! 🏆 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  
    • any server used these files? if yes let me know in pm.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock