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

    • New release   World & atmosphere   - Grass is back — terrain grass now grows across the world like the original client, with settings for on / original-style / off, two sway styles, and optional grass shadows.   - Day/night and the sky now follow the game server, including sunrise, sunset, Seven Signs skies, and red-sky events. A manual override remains available in settings.   - Doors are now live — castle and town doors open and close according to the server, can be targeted, and display their health.   - Earthquake events now shake the screen and play their original rumble sounds.    Map & navigation   - New live minimap — an always-on radar with a rotating player arrow, party, target and NPC markers, zone labels, hover tooltips, three zoom levels, and collapse and resize controls. Clicking it opens the full world map.   - Zone titles now fade onto the screen when you enter a new region.   - The world map now displays your current zone name and party-member positions.   Combat & effects   - Enchanted weapons now glow properly, complete with drifting wisps, across every weapon type — including on the character selection screen.   - Soulshot, Spiritshot, Fishing Shot, and Beast Shot activations now play their original flashes and sounds. A new “hide shot effects” option is available if you prefer not to see them.   - Item-use visuals have been restored — potions, antidotes, echo crystals, fireworks, and other usable items now play their proper effects.   - Skill damage now displays floating damage numbers, and critical skill hits shake the camera.   - New buff bar — active buffs, debuffs, and toggles now appear as icons above the HUD.   - Bow skills now nock and release their arrows at the correct animation moments.   Shops & items   - NPC shops now work — a complete buy window with prices, weight and Adena totals, stock limits, and a quantity dialog for stackable items.   - Player-to-player trading now works, including timed trade requests, complete inventory and offer panes, quantity selection for stackable items, weight preview, confirmation locking, cancellation, and trade completion.   - Item enchanting now works — using an enchant scroll opens the original-style item selection window with enchant levels and full item tooltips, plus proper selection and cancellation handling.   - Item cooldowns, including potions and similar items, now appear on the shortcut bar.   - Item tooltips and the inventory window have received further polish.   - Weapon tooltips now correctly identify weapon classes and calculate enchant-adjusted P. Atk. values for bows, two-handed weapons, fists, and dual swords.   Chat & commands   - Slash commands now work, including /time, /loc, and other server commands. GM accounts can also use // admin commands.   - Action commands can now be entered directly in chat, including sit/stand, walk/run, normal and forced attacks, trade, target next, pickup, assist, party actions, social emotes, and duels.   - System messages can optionally be separated into their own window, and the chat font size is adjustable.   - Server event announcements now appear on screen as they did in the original client.   Interface   - A live animated portrait of your character now appears beside the HP and MP bars.   - The client now ships with its own Tahoma and Noto Sans fonts, allowing text to work across languages. Chat and nameplate fonts can be selected in the new Fonts settings section.   - The target window has been refined — clicking the level chip now expands or collapses the window.   - NPC dialog windows have received additional polish, including proper window titles and button labels. Download from the launcher you have installed or at https://updates.fermata.gg/ if you don't have the launcher
    • Damn there are still people that value Lineage! Great job Elfo as always!
    • Payment Methods Credit/Debit Card, PayPal, Wise, Payoneer, Binance Pay, Bybit, Crypto, and other supported payment options depending on availability. Delivery Time / TAT General delivery time: Instants to 24 hours Depended on Products. Some products may take longer depending on stock, account eligibility, product type, payment confirmation, or activation requirements. Refund & Replacement Policy If we cannot deliver the product within the confirmed delivery time and you do not want to wait, you are eligible for a refund. If the account, gift link, gift code, or activation does not work at first login/activation, please contact us within 24 hours with screen recording proof before start purchasing. If the product is successfully delivered and activated, refund is not available unless a specific warranty was mentioned for that product. Warranty period depends on the product type. Some products may include replacement support for a limited period. Please ask before ordering if warranty is important. No refund/replacement is available if the buyer shares account details, changes recovery/security settings without asking, uses VPN/proxy in a risky way, violates platform rules, fails to provide proof, or changes their mind after successful use. If a platform changes its policy, eligibility, country availability, or subscription system after delivery, we will try to help, but we cannot control third-party platform changes. Important Notes Stock may be limited for some products at klouditem. Prices may change depending on market, stock, and product availability. Some services may require your personal email/account for upgrade. Some services are ready-made accounts only. Some products may have country or account eligibility requirements. Please read the product details before ordering. We do not claim to be an official partner of any platform unless clearly stated by the platform itself. Product names and logos belong to their respective owners. Review Copies Review copies are not always available. If we open a review copy round, we will announce it in this thread and select qualified members based on account history, activity, and availability. Please do not request review copies unless we have announced them. FAQ Q: Do you deliver instantly? A: Delivery is usually Instant to 24 hours, depending on stock and payment confirmation. Q: Can I upgrade my own account? A: Some services support own account upgrade, while others are ready-made account only. Please ask before ordering. Q: Do you provide support after delivery? A: Yes, we provide support for login, activation, and basic setup issues related to the delivered product. Q: Can I check stock before payment? A: Yes, please ask before payment. We will confirm stock and delivery time first. Q: Are prices fixed? A: Some prices are fixed, and some depend on stock/package. Q: What should I do if I face an issue? A: Contact us as soon as possible with clear screenshot or screen recording proof from purchase, and we will check it.   Contact Buy Now: https://klouditem.com Telegram Support: https://t.me/Klouditem
    • https://prnt.sc/MCxO-vS1MHuA how to zoom in? and on every click ad popup.. nonsense.
  • 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..