Jump to content

Recommended Posts

Posted (edited)

theres not a topic to discuss

 

Brut added what i ask for the pack is working smoothly, if someone buys it i can give him some support (not myself)

end of story 

 

ohhh hohoho thats akkens code that he paid 30euros for this crap hahaha

Edited by Neysor Xavius
Posted (edited)

elfocrash the greatest and wisest

 

Elfo.java

            if (itemId == 99900 && itemCount > 0)
            {
                final L2ItemInstance weap1 = ItemTable.getInstance().createItem("weap", Rnd.get(80000, 80017), 1, activeChar);
                final L2Augmentation aug = AugmentationData.getInstance().generateRandomAugmentation(84, 3, weap1.getItem().getBodyPart(), false);
                weap1.setAugmentation(aug);
                final int stat12 = 0x0000FFFF & aug.getAugmentationId();
                final int stat34 = aug.getAugmentationId() >> 16;
                activeChar.sendPacket(new ExVariationResult(stat12, stat34, 1));
                InventoryUpdate iu = new InventoryUpdate();
                iu.addModifiedItem(weap1);
                activeChar.sendPacket(iu);
                StatusUpdate su = new StatusUpdate(activeChar.getObjectId());
                su.addAttribute(StatusUpdate.CUR_LOAD, activeChar.getCurrentLoad());
                activeChar.sendPacket(su);
                // lets see
                activeChar.destroyItem("Extract", item, activeChar, false);
                activeChar.getInventory().addItem("create", weap1, activeChar, null);
                activeChar.sendMessage("Congratulations! You just earned a random rare weapon!");
            }
            if (itemId == 99901 && itemCount > 0)
            {
                final L2ItemInstance weap2 = ItemTable.getInstance().createItem("weap", Rnd.get(81001, 81017), 1, activeChar);
                final L2Augmentation aug = AugmentationData.getInstance().generateRandomAugmentation(84, 3, weap2.getItem().getBodyPart(), false);
                weap2.setAugmentation(aug);
                final int stat12 = 0x0000FFFF & aug.getAugmentationId();
                final int stat34 = aug.getAugmentationId() >> 16;
                activeChar.sendPacket(new ExVariationResult(stat12, stat34, 1));
                InventoryUpdate iu = new InventoryUpdate();
                iu.addModifiedItem(weap2);
                activeChar.sendPacket(iu);
                StatusUpdate su = new StatusUpdate(activeChar.getObjectId());
                su.addAttribute(StatusUpdate.CUR_LOAD, activeChar.getCurrentLoad());
                activeChar.sendPacket(su);
                // lets see
                activeChar.destroyItem("Extract", item, activeChar, false);
                activeChar.getInventory().addItem("create", weap2, activeChar, null);
                activeChar.sendMessage("Congratulations! You just earned a random rare weapon");
            }
            if (itemId == 99914 && itemCount > 0)
            {
                final L2ItemInstance gems = ItemTable.getInstance().createItem("gems", _gemIds[Rnd.get(0, 5)], 1, activeChar);
                activeChar.destroyItem("Extract", item, activeChar, false);
                activeChar.getInventory().addItem("create", gems, activeChar, null);
                InventoryUpdate iu = new InventoryUpdate();
                iu.addModifiedItem(gems);
                activeChar.sendPacket(iu);
                activeChar.sendMessage("Congratulations! You just earned a random rare gemstone!");
            }

RequestRefine.java

        final L2Augmentation aug = AugmentationData.getInstance().generateRandomAugmentation(lifeStoneLevel, lifeStoneGrade, targetItem.getItem().getBodyPart(), refinerItem.getId(), targetItem);
        targetItem.setAugmentation(aug);
        final int stat12 = 0x0000FFFF & aug.getAugmentationId();
        final int stat34 = aug.getAugmentationId() >> 16;
        activeChar.sendPacket(new ExVariationResult(stat12, stat34, 1));
        InventoryUpdate iu = new InventoryUpdate();
        iu.addModifiedItem(targetItem);
        activeChar.sendPacket(iu);
        StatusUpdate su = new StatusUpdate(activeChar);
        su.addAttribute(StatusUpdate.CUR_LOAD, activeChar.getCurrentLoad());
        activeChar.sendPacket(su);

yes u made it :D oh seems kinda familiar? do u even know what exvariation packet does :D

is that your 30E worthy "code"

 

 

 

@H@H@H@HH@H@H@ MADE MY FCKN DAY AGAIN ! GJ ELFO

 

 

easily shitiest code of mxc 2012-2014+

Edited by Rey
Posted (edited)

now i understand that the price was normal for you, cuz that took you 4 hours to figure out which lines to copy to your "handler"

and i don't get why do you make fun of this guy, you are at the same knowledge stage on java as him

Edited by brut
Guest Elfocrash
Posted

Feel free to code your cleanest code thanks.

Also no it does not worth 30 ofc but there are idiots like xevius that pay that money :) . When I cba I will get advantage of stupid people.

Posted (edited)

Feel free to code your cleanest code thanks.

Also no it does not worth 30 ofc but there are idiots like xevius that pay that money :) . When I cba I will get advantage of stupid people.

 

 

you have big balls and too much self esteem to call other people stupid when you code so shitty but ur just a spoiled stupid fag, I can write your best code on a notepad with my eyes closed if that makes you feel good

Edited by Rey
Guest Elfocrash
Posted

you have big balls and too much self esteem to call other people stupid when you code so shitty but ur just a spoiled stupid fag, I can write your best code on a notepad with my eyes closed if that makes you feel good

You get that iq is not equal to knowledge right?

I have the brain to code anything I want. The way I code can get improved by studying, so your fuckin point is false. :)

Feel free to do whatever you want.

To me you area spoiled little brat.

Posted

This conversation is funny, regardless. Keep the topic clean, else I will have to lock it.. If you want to have a brawl at who's better in what, do it through pm or the spam section, not here, thanks.

Posted (edited)

Feel free to code your cleanest code thanks.

Also no it does not worth 30 ofc but there are idiots like xevius that pay that money :) . When I cba I will get advantage of stupid people.

?? paid for what? i did not made any transactions with you. Only brutus codes for my requests lol

 

btw lock it since i will continue to manage the project 

Edited by Neysor Xavius
Posted (edited)

You get that iq is not equal to knowledge right?

I have the brain to code anything I want. The way I code can get improved by studying, so your fuckin point is false. :)

Feel free to do whatever you want.

To me you area spoiled little brat.

 

with the code above, you don't exceed the waaay below average 45 iq, that fckn code couldn't be worse and its not because I hate you, I never go personal but that code is a humiliation for the damn language bro

 

if you try your career on information technology please quit already for your and the public's good

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


  • Posts

    • I'm looking for the GVE code for Luecera2.
    • Recommended seller, I'm using his services. Good luck @Ave
    • https://l2.gamedream.pl/ Update #2 — GameDream Interlude (C6)     This update focuses on Epic bosses, quest chains and overall QoL :cool Highlights: Frintezza access follows a full retail-like chain: Four Goblets → Last Imperial Prince → Journey to a Settlement Retail-like entry requirements restored (scroll + Command Channel) Four Goblets quest is now available in-game Shot visuals synced with attack/skill usage Community Board Premium Shop refreshed with classic Interlude buttons and cleaner tables Epic Raidboss access: Frintezza — 4–5 party Command Channel + scroll + Antique Brooch Antharas — Portal Stone Baium — Bloody Fabric Valakas — Floating Stone Queen Ant / Core / Orfen / Zaken — no quest gates Bug Fixes & QoL: Frintezza quest chain fully fixed TvT rewards — single reward + anti-abuse protection Shots — no double triggering Premium Shop — no blank tabs Mammon NPCs in Giran working correctly Cancel works retail-like (up to 5 buffs removed) Summon Friend fixed with anti-exploit guards YetiBuffer — Saved Buff Profiles (Save / Clear / Restore) PvE — increased aggro range + balance tweaks EXP toggle commands: expoff / expon / expblock Thanks for testing and feedback — more updates coming soon ❤️
    • Hello I would like to offer You my NEW 2026 Updater / Launcher with custom skins.   - UPDATER FEATURES -   1. Performance and Intelligent Resource Management: Smart Disk Detection (SSD/HDD): The updater automatically detects the user's drive type. For SSD/NVMe drives: Launches up to 8-12 concurrent threads, utilizing the full yet optimized connection speed. For HDD drives: Limits the thread count (to 2-3) to prevent computer slowdowns and avoid overloading the drive head. Multi-threaded Downloading: Instead of downloading file by file, the updater downloads multiple files simultaneously, drastically reducing update time. ZSTD Compression: Support for the modern Zstandard compression algorithm (.zst). Files are downloaded in compressed form and decompressed on the fly, saving bandwidth and accelerating downloads. HTTP/2 and Keep-Alive Support: Utilizing the HTTP/2 protocol and persistent connections allows for the instant download of thousands of small files without establishing a new connection for each one.   2. Modern User Interface (UI/UX): Transparency and PNG Graphics: Support for irregular window shapes, allowing for the creation of a unique, modern launcher look. Taskbar Integration: The progress bar is displayed not only in the window but also on the Windows taskbar icon. Built-in News Browser (Optional): The updater features a built-in browser module that displays news/changelogs directly within the launcher (without opening an external browser). Multi-language Support (Optional): Built-in language switching system (e.g., EN/PL/RU, etc.) with dynamic loading of button graphics and text. Animated Buttons (Optional): Dedicated, animated buttons redirecting to Discord, Facebook, YouTube, Instagram, and the website.   3. Technical Features and Application Security: Anti-Dual Run (Optional): The updater checks if the game is already running to prevent file conflicts during updates. Error Diagnostics: Built-in logging system (debug_log.txt) and hardware exception handling (SEH), facilitating the diagnosis of problems for players who cannot run the game. Internal Configuration: Updater settings are stored inside the .exe file, eliminating publicly accessible configuration files.   4. File Categorization (Normal vs. Critical vs. Once): Critical Files: Critical files are verified more thoroughly (via MD5 Hash) even in quick check mode to guarantee stability. Normal Files: Standard game files (textures, models, sounds) are checked depending on the selected mode (Quick vs. Full). Once Files (Overwrite Exclusions): Applies to user configuration files (e.g., Option.ini, User.ini).   5. Check Modes (Verification Algorithms): Self-Update: The updater can update itself before checking game files, allowing for easy deployment of launcher fixes. The updater supports two main operating modes that switch intelligently based on user action: Smart Check (Startup Quick Check): Runs automatically upon updater startup or pressing the START button (unless a full check is forced). Full Check (Full MD5 Verification): Manually triggered by the player via the "Full Check" button. Automatic Update Detection: If a newer version of a file appears on the server, it is automatically detected and downloaded without player interaction. Atomic Updates: Files are downloaded and verified first, and only then saved to the disk. This prevents game client corruption in case of internet connection loss. The entire process takes seconds, even with clients weighing 30GB+. - PATCH BUILDER FEATURES -   1. Professional File Structure Management (Tree-List Hybrid): Directory Tree Visualization: Instead of a flat file list, the Builder displays a clear structure of folders and subfolders. You can collapse and expand entire tree branches, facilitating work with thousands of files. Normal and Critical Division: A clear window division into two main zones: Normal Files and Critical Files. Ghost and Excluded Files Division: The interface visually informs about the status of unchanged files (existing in the previous patch version) and files excluded from the update. Show/Hide Ghosts: With one click, you can hide unchanged files to focus solely on what you are actually sending to players in this update.   2. Intuitive Interaction: Drag & Drop: Full Drag & Drop support. You can grab files or entire folders and drag them between the "Normal" and "Critical" lists. Transfer is intelligent – it moves the entire content of selected folders. Keyboard Shortcuts: Fast workflow thanks to keyboard support: Delete, Enter, Ctrl+A / Ctrl+C (select and copy paths).   3. Advanced Filtering and Searching: Context Search: The search bar works in real-time, filtering the file tree. Type /folder: Searches only within folder names. Type *ex: Shows only excluded files. Standard Typing: Searches files by name.   4. Automation and Security: Auto Self-Update: The Builder automatically detects the updater executable file. Real-Time Statistics: The status bar continuously shows the file count (Normal/Critical), total patch weight (in Bytes/MB/GB), and the last update date. System File Protection: Files marked as "Critical" cannot be accidentally added to the exclusion list – the program blocks such actions.   5. Performance (Backend): ZSTD Compression: The Builder uses the latest Zstandard algorithm to compress files before sending, ensuring a significantly smaller patch size than standard ZIP, saving server bandwidth and player time. Multi-threading: The packing and MD5 checksum generation process utilizes multiple CPU threads, drastically reducing patch building time.   - PRICING - NEW Updater standard price: 79 euro (if You ask for mods, price will change).   - CONTACT - Discord: ave7309   CLICK HERE TO CHECK LATEST TEMPLATES!                         * I have right to REFUSE to take an order. * Supported games: Lineage 2 / Black Desert / MU Online / Tantra / Rohan / Aion / Cabal / Fiesta any more...  
    • 🔥 Upgrade Your Server's Visual Identity 🔥 Hello Community! We are proud to present the Shadowbane Collection – a premium, oriental-style visual suite designed specifically for Metin2 and Silkroad private servers. Forget about static, boring pages. Give your players a true "AAA" experience with a fully animated video header and a professional brand identity. 🎥 VIDEO PREVIEW   🐉 1. Shadowbane – Animated HTML Website Template A fully coded, responsive website template with a stunning video background. No coding skills required – just upload and configure! 🚀 Technology: HTML5 / CSS3 / JS (No PSD, ready code) 🎥 Animated Header: Loopable video background included (.mp4) 📱 Responsive: Works perfectly on Mobile & Desktop 📂 Pages Included: Home, Rankings, Register, Download, News 👉 DOWNLOAD WEBSITE TEMPLATE HERE       ⚔️ 2. Shadowbane – Game Logo & Text Effect Complete your branding with this matching Logo Template. It works as a Photoshop Text Effect – just type your server name! 🎨 Style: Oriental Gold & Brush Ink ⚡ Easy Edit: Smart Objects (One-click change) 🎁 Bonus: Social Media Kit included (Banner + Avatar) 👉 DOWNLOAD LOGO TEMPLATE HERE 🎁 SPECIAL LAUNCH DISCOUNT 🎁 For forum members, we have prepared a special code. Get 20% OFF on your entire order! CODE: LOVEM2 Elevate your server today with Pixarts.store  
  • 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..