Jump to content

Recommended Posts

Posted

sshhh he is Gold member

he is gold member and gold members can sell "crappy" packs as Trance says with already shared thinks but normal members cant and lock topics. this is mxc staff. (not all) but the 2 idiots Trance and Extreamer are realy for trash and all see this today.

Posted (edited)

Besides the fact that you're brain damaged, you're also blind.

http://www.maxcheaters.com/topic/179989-l2jdogma-project-updated-25-euros-compile-30-euros-source/     and now you dont answer?  thas is your logic. staff can sell sh1ts and normal members of have working alot in 1 pack sell crappy packs and lock topics! gj ! the other idiot before 30 mins say me this pack have only shared thinks and the same time he sell pack with 0 work. the only work is only in custom armors etc. (if arent already shared and this) so fucking bad about mxc staff. ( and i say again NOT ALL

and after this topic deleted or locked or banned or something because i say bullsh1ts from mxc and i spam and more sh1ts from staff members. 

 

ps: Trance+Extreamer go together f@@k

ps2: Enaugh with idiots Good Night to all!!!!

Edited by nikosdevil20
Posted (edited)

Lol the flames are alot since last time i've read the topic.

I'm not really quite sure his topic or account should even exist on this forum .

Edited by Stewie
Posted (edited)

Lol the flames are alot since last time i've read the topic.

I'm not really quite sure his topic or account should even exist on this forum .

i know i know! im waiting my ban cuz i have big mouth!! but ok. sometimes someone must say the truth and some ppl must listen the hided truth behind the 1st impression. anyway gn to all see you tomorrow :)

Edited by nikosdevil20
Posted

i know i know! im waiting my ban cuz i have big mouth!! but ok. sometimes someone must say the true

 

Dude you just started to flame everyone becouse of a crappy pack and one locked topic.

No words you need mental asistance also, like Elfo.

Posted

Dude you just started to flame everyone becouse of a crappy pack and one locked topic.

No words you need mental asistance also, like Elfo.

i dont flame everyone. i flame Trance cuz lock my topic with her idiot logic and i flame Extreamer cuz he say me the features from my pack are already shared and he the same time sell pack with all features already shared. so dont say me what i need.

Posted (edited)

i dont flame everyone. i flame Trance cuz lock my topic with her idiot logic and i flame Extreamer cuz he say me the features from my pack are already shared and he the same time sell pack with all features already shared. so dont say me what i need.

 

... the fact that you are acting like that for 1 locked topic means that you are crazy and you need to be locked in hospital.

Edited by Stewie
Posted

... the fact that you are acting like that for 1 locked topic means that you are crazy and you need to be locked in hospital.

my problem isnt the 1 locked topic. my problem is that idiot Trance's logic. he lock the topic for what? cuz he dont like the features? and my problem is Trance when he think because he is vip member or wtf he is he think he can destroy all the world. but he dont say something about Extreamer's pack. and he dont say something cuz extreamer is gold member! now you understund where is my problem?

Posted

... the fact that you are acting like that for 1 locked topic means that you are crazy and you need to be locked in hospital.

anyway stop spam more this topic. im tired with this sh1t. i write in my @@ and trance and extreamer and my topic and all. gn to you and to all. 

Posted

my problem isnt the 1 locked topic. my problem is that idiot Trance's logic. he lock the topic for what? cuz he dont like the features? and my problem is Trance when he think because he is vip member or wtf he is he think he can destroy all the world. but he dont say something about Extreamer's pack. and he dont say something cuz extreamer is gold member! now you understund where is my problem?

 

You are an actual imbecil.

/** Fallen system */
	    private int streak = 0;
	    
	    private void checkstreak()
	    {
	        int d = 0;
	        streak++;
	        int streak = 0;
	                                
	        if(streak == Config.STREAK1_KILLS)
	        {
	            d = 1;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 1), false);
	            streak = Config.STREAK1_KILLS;
	        }
	        else if(streak == Config.STREAK2_KILLS)
	        {
	            d = 2;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 2), false);
	            streak = Config.STREAK2_KILLS;
	        }
	        else if(streak == Config.STREAK3_KILLS)
	        {
	            d = 3;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 3), false);
	            streak = Config.STREAK3_KILLS;
	        }
	                  
	        if(d > 0)
	        {
	            sendMessage("You have been rewarded with Hell's curse.");
	            sendMessage("Continue with your streak!!");
	        }
	                  
	        d = 0;
	        streak = 0;
	    }
	                  
	    private void streakDie(L2Character killer)
	    {
	        if(streak >= Config.STREAK1_KILLS)
	        	removeSkill(Config.STREAK_SKILL_ID);
	        sendMessage("You have lost your streak!");
	
	        streak = 0;
	    }

There you go, part of my fallen system, its got alot more checks, database checks and so on. I copied here the barebones.

 

I am not afraid to show what I had. Where as you, don't have the fucking balls to show them. I was never a gold member when I sold my pack and I stopped selling it because I moved it to acis. Acis cannot be sold hence I stopped.

 

Do you understand, me tell you, you are braindead. me tell you, you don't speak english. :alone:

Posted

You are an actual imbecil.

/** Fallen system */
	    private int streak = 0;
	    
	    private void checkstreak()
	    {
	        int d = 0;
	        streak++;
	        int streak = 0;
	                                
	        if(streak == Config.STREAK1_KILLS)
	        {
	            d = 1;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 1), false);
	            streak = Config.STREAK1_KILLS;
	        }
	        else if(streak == Config.STREAK2_KILLS)
	        {
	            d = 2;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 2), false);
	            streak = Config.STREAK2_KILLS;
	        }
	        else if(streak == Config.STREAK3_KILLS)
	        {
	            d = 3;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 3), false);
	            streak = Config.STREAK3_KILLS;
	        }
	                  
	        if(d > 0)
	        {
	            sendMessage("You have been rewarded with Hell's curse.");
	            sendMessage("Continue with your streak!!");
	        }
	                  
	        d = 0;
	        streak = 0;
	    }
	                  
	    private void streakDie(L2Character killer)
	    {
	        if(streak >= Config.STREAK1_KILLS)
	        	removeSkill(Config.STREAK_SKILL_ID);
	        sendMessage("You have lost your streak!");
	
	        streak = 0;
	    }

There you go, part of my fallen system, its got alot more checks, database checks and so on. I copied here the barebones.

 

I am not afraid to show what I had. Where as you, don't have the fucking balls to show them. I was never a gold member when I sold my pack and I stopped selling it because I moved it to acis. Acis cannot be sold hence I stopped.

 

Do you understand, me tell you, you are braindead. me tell you, you don't speak english. :alone:

1st of all your pack of you sell is for @@. 2nd i havent read all the topic for your fail fallen system. 3d i have the balls and i say you to show you but you think im standby all the time for you. so you take my @@. 4 in my @@ for your acis and you etc. stop spam more the topic. go find any wrong topic for edit.

Posted

You are an actual imbecil.

/** Fallen system */
	    private int streak = 0;
	    
	    private void checkstreak()
	    {
	        int d = 0;
	        streak++;
	        int streak = 0;
	                                
	        if(streak == Config.STREAK1_KILLS)
	        {
	            d = 1;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 1), false);
	            streak = Config.STREAK1_KILLS;
	        }
	        else if(streak == Config.STREAK2_KILLS)
	        {
	            d = 2;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 2), false);
	            streak = Config.STREAK2_KILLS;
	        }
	        else if(streak == Config.STREAK3_KILLS)
	        {
	            d = 3;
	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 3), false);
	            streak = Config.STREAK3_KILLS;
	        }
	                  
	        if(d > 0)
	        {
	            sendMessage("You have been rewarded with Hell's curse.");
	            sendMessage("Continue with your streak!!");
	        }
	                  
	        d = 0;
	        streak = 0;
	    }
	                  
	    private void streakDie(L2Character killer)
	    {
	        if(streak >= Config.STREAK1_KILLS)
	        	removeSkill(Config.STREAK_SKILL_ID);
	        sendMessage("You have lost your streak!");
	
	        streak = 0;
	    }

There you go, part of my fallen system, its got alot more checks, database checks and so on. I copied here the barebones.

 

I am not afraid to show what I had. Where as you, don't have the fucking balls to show them. I was never a gold member when I sold my pack and I stopped selling it because I moved it to acis. Acis cannot be sold hence I stopped.

 

Do you understand, me tell you, you are braindead. me tell you, you don't speak english. :alone:

 

 

....i spy with my little eye - a programmatic logical error :O

 

 

Seriously - if people can't articulate and keep calm to prove their supposed innocence - then ban.

 

 

And someone get nick to authorize a new ruleset for packs - so crap like this is avoided.

Posted (edited)

....i spy with my little eye - a programmatic logical error :o

 

 

Seriously - if people can't articulate and keep calm to prove their supposed innocence - then ban.

 

 

And someone get nick to authorize a new ruleset for packs - so crap like this is avoided.

I have nothing to prove to idiots. i say to he add me in skype for show he the source and the codes of greated by me, he add me in skype and when i send to he msg for the source and im waiting he 20 mins for answer me and at last he answer me after 3-4 hours i dont remember correct.. i dont wait he all the day for he see the expendables. so i say to he go fuck now and finish. i dont show anything and go fuck you. this is all. and my topic is locked. so i have nothing to prove to this idiot. topic contimue be locked so stop this and leave he be happy for lock my topic. im tired to talk again for this idiot kid.

Edited by nikosdevil20
Guest
This topic is now closed to further replies.



  • Posts

    • ## [1.4.0] - 2026-01-28   ### ✨ New Features - **Vote System**: Lineage 2 servers can now use our vote–reward system. Players vote on the website and claim rewards in-game (1 vote = 1 claim) - **Vote Page**: On each server’s page (`/servers/<server>`), a **“Vote for Server”** button opens a dedicated vote page with cooldown info and optional Turnstile verification - **By Votes View**: The **“By Votes”** tab on the main page shows **actual vote counts** per server - **API Documentation**: New **API Docs** page at `/docs` (and footer link) with HMAC auth, endpoints, and examples for game server integration - **Vote API (My Servers)**: Server owners can open **“Vote API”** in My Servers to manage credentials, cooldown, allowed IPs, and open the docs   ### 🔄 Improvements - **Server Pages**: Single-server data is cached and loads faster; server pages can be opened by ID or by name (e.g. `/servers/my-server-name`) - **API Root**: Visiting the API root redirects to the docs URL configured in admin (default: site docs page) - **Admin Panel**: New **“Vote System”** tab for global settings (Turnstile, API security, default cooldown, docs URL)   ### 🔐 Security & Reliability - Turnstile (CAPTCHA) support for vote submissions to reduce abuse - HMAC-protected game server API for secure vote check/claim and stats
    • "I recently purchased the account panel from this developer and wanted to leave a positive review.   The transaction was smooth, and the developer demonstrated exceptional professionalism throughout the process.   What truly sets them apart is their outstanding post-sale support. They are responsive, patient, and genuinely helpful when addressing questions or issues. It's clear they care about their customers' experience beyond just the initial sale.   I am thoroughly satisfied and grateful for the service. This is a trustworthy seller who provides real value through both a quality product and reliable support. 100% recommended."
    • Server owners, Top.MaxCheaters.com is now live and accepting Lineage 2 server listings. There is no voting, no rankings manipulation, and no paid advantages. Visibility is clean and equal, and early listings naturally appear at the top while the platform grows. If your server is active, it should already be listed. Submit here https://Top.MaxCheaters.com This platform is part of the MaxCheaters.com network and is being built as a long-term reference point for the Lineage 2 community. — MaxCheaters.com Team
    • ⚙️ General Changed “No Carrier” title to “Disconnected” to avoid confusion after abnormal DC. On-screen Clan War kill notifications will no longer appear during Sieges, Epics, or Events. Bladedancer or SwordSinger classes can now log in even when Max Clients (2) is reached, you cannot have both at the same time. The max is 3 clients. Duels will now be aborted if a monster aggros players during a duel (retail-like behavior). Players can no longer send party requests to blocked players (retail-like). Fixed Researcher Euclie NPC dialogue HTML error. Changed Clan leave/kick penalty from 12 hours to 3 hours. 🧙 Skills Adjusted Decrease Atk. Spd. & Decrease Speed land rates in Varka & FoG. Fixed augmented weapons not getting cooldown when entering Olympiad. 🎉 Events New Team vs Team map added. New Save the King map added (old TvT map). Mounts disabled during Events. Letter Collector Event enabled Monsters drop letters until Feb. 13th Louie the Cat in Giran until Feb. 16th Inventory slots +10 during event period 📜 Quests Fixed “Possessor of a Precious Soul Part 1” rare stuck issue when exceeding max quest items. Fixed Seven Signs applying Strife buff/debuff every Monday until restart. 🏆 Milestones New milestone: “Defeat 700 Monsters in Varka” 🎁 Rewards: 200 Varka’s Mane + Daily Coin 🌍 NEW EXP Bonus Zones Hot Springs added Varka Silenos added (hidden spots excluded) As always, thank you for your support! L2Elixir keeps evolving, improving, and growing every day 💙   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..