Jump to content

zambog420

Members
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

About zambog420

Profile Information

  • Gender
    Male
  • Country
    Argentina

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zambog420's Achievements

Explorer

Explorer (4/16)

  • One Year In Rare
  • Collaborator Rare
  • First Post Rare
  • One Month Later Rare
  • Conversation Starter Rare

Recent Badges

4

Reputation

  1. Greetings, everyone. I am sharing a configuration designed for any code editor/console with AI agents. This setup allows for expanded context and highly specific skills depending on your project requirements. It also comes with reusable skills ready for immediate use. Current configuration covers: WEB, L2j server datapacks, and L2j dev (including skills for handling decompiled Java datapacks, etc.). I have left a LINK to the original video on which this specific configuration is based. It also contains brief guides on how to implement new skills. You can simply ask your AI agent to review the guide to get started. https://github.com/zambo420/Supercharge-your-AI-assistant-for-WEB-and-L2-DATAPACKS-dev.-.git # AI Skills Starter Kit - Forum Quick Start > **Supercharge your AI assistant (Claude, Gemini, Copilot)** ## Installation in 2 Minutes ### 1. Download and copy Copy the `Supercharge-your-AI-assistant-for-WEB-and-L2-DATAPACKS-dev.-/` folder to your project root. ### 2. Rename and structure ``` your-project/ ├── skills/ # Rename skills_reutilizables → skills │ ├── skill-creator/ │ ├── react-19/ # Copy the ones you need │ ├── typescript/ │ └── setup.ps1 # Copy from templates/ ├── AGENTS.md # Copy from templates/AGENTS.md.template └── src/ # Your code ``` ### 3. Edit AGENTS.md Customize with your skills: ```markdown ## Available Skills | Skill | Description | File | |-------|-------------|------| | `react-19` | React 19 patterns | [SKILL.md](skills/react-19/SKILL.md) | ## Auto-invoke Skills | Action | Skill | |--------|-------| | Working with React components | `react-19` | ``` ### 4. Sync ```powershell .\skills\setup.ps1 ``` ### 5. Done! Restart your AI assistant and start working. --- ## Included Skills (56 Total) ### Frontend - `react-19` - React 19, hooks, RSC - `typescript` - TypeScript patterns - `tailwind-4` - TailwindCSS v4 - `vite` - Build configuration - `zustand-5` - State management - `nextjs-15` - Next.js 15 - `i18next` - Internationalization - `react-router` - React Router v7 ### Backend - `zod-4` - Validation schemas - `ioredis` - Redis caching - `jwt` - JWT authentication - `django-drf` - Django REST Framework ### Testing & AI - `playwright` - E2E testing - `pytest` - Python testing - `ai-sdk-5` - Vercel AI SDK ### Utilities - `skill-creator` - Create new skills - `java-ant-build` - Apache Ant build system - `jira-epic` - Create Jira epics - `jira-task` - Create Jira tasks ### L2J/Game Server (33 skills) - `gameserver-data` - XMLs, multisells, spawns, NPCs - `gameserver-config` - Server configuration files - `authserver-config` - Login server configuration - `client-files` - Client textures, L2Text, system - `lucera2-core` - L2J core patterns, base classes - `lucera2-handlers` - Admin/user commands, bypass - `lucera2-services` - Community Board, ACP, Buffer - `lucera2-scripts` - Quests, NPCs, bosses, events - `lucera2-network` - Network packets - `lucera2-geodata` - Pathfinding, line of sight - `lucera2-ai` - NPC AI, monster behavior - `lucera2-zones` - Zone scripts, restrictions - `lucera2-achievements` - Achievement system - `lucera2-phantoms` - Fake players (bots) - `lucera2-data` - XML/SQL parsers, holders - `lucera2-authserver` - Login server Java code - `lucera2-olympiad` - Olympiad, heroes, nobles - `lucera2-residences` - Castles, clan halls, siege - `lucera2-skills-effects` - Skill effects, conditions - `lucera2-telegram` - Telegram bot integration - `lucera2-events-pvp` - TvT, GvG, CTF events - `lucera2-seasonal-events` - Holiday events - `lucera2-npc-instances` - Custom NPC types - `lucera2-items-inventory` - Items, inventory - `lucera2-clans-alliances` - Clans, wars - `lucera2-voting-ranking` - Voting rewards - `lucera2-siege-duel` - Siege, duel mechanics - `lucera2-pets-summons` - Pets, servitors - `lucera2-promo-rewards` - Promo codes, daily rewards - `lucera2-item-handlers` - Item handlers - `lucera2-instances-dungeons` - Instance dungeons - `lucera2-minigames` - Lottery, Fishing - `lucera2-autofarm` - AutoFarm bot system - `lucera2-party-matching` - Party finder - `lucera2-cursed-weapons` - Zariche, Akamanah - `lucera2-vip-premium` - VIP/premium accounts - `lucera2-extjar-projects` - Creating .ext.jar projects --- ## The Magic Trick The **Auto-invoke** table is the key: ```markdown ## Auto-invoke Skills | Action | Skill | |--------|-------| | Creating React components | `react-19` | | Adding TypeScript types | `typescript` | | Writing E2E tests | `playwright` | ``` **Without this table, AI ignores skills.** With it, they load automatically. --- ## Important Files | File | Purpose | |------|---------| | `AGENTS.md` | Main agent configuration | | `skills/setup.ps1` | Syncs to .claude/.gemini/.github | | `skills/*/SKILL.md` | Each skill definition | --- ## Tips 1. **One place only**: Keep all skills in `skills/` 2. **Auto-invoke**: Without this table, it won't work 3. **setup.ps1**: Run after every change 4. **Restart**: AI needs restart to load changes --- ## Create Your Own Skill ```markdown --- name: my-skill description: My skill description --- ## When to Use - When to use this skill ## Key Patterns - Important patterns ## Code Examples \`\`\`typescript // Code example \`\`\` ``` Add to AGENTS.md and run `.\skills\setup.ps1`. --- ## Compatibility - Claude Code (Antigravity) - Gemini CLI - GitHub Copilot - Cursor - Any AI that supports AGENTS.md --- ## More Info See `README.md` on github for complete guide and detailed documentation.
  2. For the first time in thousands of posts I've read on this forum, I’ve actually found a message that is enriching on both a personal and professional level. I’ll take your advice to heart: I’m going to start creating more and stop overthinking things that get me nowhere. I totally agree about the toxic community; it's a shame. Time to keep working. Thanks a lot for your input. Exactly, that’s why the Scryde method and their merge system work so well. People don't lose their progress and can still keep rushing new servers. Obviously, gameplay has mutated into something much faster-paced, but obviously, this happens in real life too, everyone is more accelerated and on edge. Thanks to social media and mental conditioning. But, well, it’s something we have to accept. Don't even get me started on gambling and online casinos; that’s a whole other topic regarding all the P2W servers. Really, amen bro.
  3. I never said that, can you read? Are you going to start an argument when that isn't the main goal of this post? Or are you just used to the same old discussion mechanics? Thank you very much for your recommendation. A few months ago, I worked on a project called 'L2Avalon' using a compiled Lucera2 (it was the only thing the project leader provided me), and based on my 20 years of experience playing Lineage 2, I feel like it's broken everywhere, unless the specific version of Lucera I was using was just old. I don't have a problem coding and fixing things, but I am looking for a solid base so I don't do unnecessary work. Replying to the first guy: I would never discredit paid work; obviously, any paid work will be better than a free one for obvious reasons. But my reality is that I don't want to throw money away, mainly because saving up a large sum of money is a matter of several months in my current situation here in Argentina.
  4. I have browsed this forum for months, witnessing the infinite and endless debate over which datapack is better, whether one is leaked or another is stolen. I constantly see developers from different projects throwing mud at each other for their own convenience. For a novice 27-year-old developer with a dream, all of this is disheartening. Opening a Lineage 2 server in 2026 seems like a titanic goal when looking for stability and scalability. The thought of depositing my only savings into one of these datapacks, praying to God that everything goes well, is terrifying. This is not a destructive critique of any forum member or developer. It is simply a call for reflection: What are we doing for the original essence of Lineage 2? Have we forgotten those memories from when we were young, going to a cybercafé to play for 12 hours straight just to grind a few levels? It seems that instead of providing a quality server to the community—a place where our inner child can enjoy the game—this has become a race where the only prize is money, at the cost of progressively destroying the game's community. Is there actually anyone or any project thinking about this? I know that invested time requires financial return; obviously, we all need to survive and eat. But friends... that isn't everything. Currently, in Argentina, 100% of the servers are garbage and last approximately one month. Corrupt admins, illegal item sales for quick profit, and endless toxic practices. Since I couldn't find the answers I needed, I tasked a generic AI (Google Gemini) with creating an extensive report on datapacks, history, competition, and current objectives. I am leaving it here for anyone who wants to read it. Comprehensive Research Report: The State of the Lineage 2 Java (L2J) Emulation Ecosystem 2020-2026 1. Executive Summary and Strategic Scope The landscape of Java-based Lineage 2 (L2J) server emulation has undergone a radical metamorphosis between 2020 and 2026. What began in the early 2000s as a scattered community effort to reverse-engineer a Korean MMORPG has consolidated by 2026 into a highly sophisticated software development sector. This report aims to provide the definitive guide and the most comprehensive technical analysis available in the market regarding the selection, architecture, and viability of L2J datapacks. A clear bifurcation in development philosophy has been identified: on one side, massive, chronicle-agnostic open-source projects, indisputably led by L2JMobius (and its strategic transition to the MIT license in 2025); and on the other, highly specialized niche projects like aCis (for Interlude) and L2JEternity (for High Five), which prioritize architectural purity and extreme performance through the early adoption of JDK 25. This document not only evaluates "completeness" in terms of game content but also dissects technical debt, legal security, and long-term sustainability. 1.1 Evaluation Methodology To determine the "best" datapack, we applied a multidimensional evaluation matrix: Architectural Integrity: Analysis of code quality, thread management, and modern design patterns. Lifecycle Maturity: Update frequency and leadership stability. Tool Ecosystem: Availability of client editors, geodata generators, and compatible anti-bot systems. Commercial Viability: Ability to sustain a stable economy and support high concurrency loads (500+ simultaneous players). 2. The Technological Revolution: From Java 8 to Java 25 (2020-2026) One of the most critical findings is the quantum leap in the underlying infrastructure. The 2023-2026 period has witnessed a technological arms race. 2.1 The Impact of JDK 25 on Emulation Vanguard projects like L2JEternity and the main branches of L2JMobius completed the migration to JDK 25. Garbage Collection (GC): The implementation of ZGC and Shenandoah has solved the historic problem of "GC pauses" (lag due to memory cleaning). With JDK 25, these pauses are sub-millisecond, allowing for fluid massive combat (Sieges). Virtual Threads (Project Loom): This allows handling thousands of simultaneous connections and AI tasks without the excessive cost of traditional OS threads. 2.2 Network Layer Modernization (Netty) The old MMOcore-based architecture has been replaced or heavily refactored using Netty, optimizing the packet pipeline and improving security against application-layer DDoS attacks. 2.3 Tech Stack Comparison | Project | Java Version (2025/26) | Database | Status | | :--- | :--- | :--- | :--- | | L2JMobius | JDK 21 / 25 | MySQL / MariaDB | Active (MIT) | | L2JEternity| JDK 25 | MySQL | Active (Private) | | aCis | JDK 11 / 17 | MySQL | Active (Private) | | L2JFrozen/Brasil | JDK 7 / 8 | MySQL | Obsolete / Risk | 3. L2JMobius: The Open Source Hegemon L2JMobius emerges as the definitive answer for the vast majority of use cases in 2026, based on three pillars: universality, legality, and tools. Universality: It maintains a unified architecture (monorepo) supporting everything from C1 to the most recent Essence versions. Core fixes propagate to all versions. MIT License (June 2025): A historic milestone allowing servers to modify code extensively and keep changes private without violating the license, legitimizing commercial use. Vertical Integration (L2ClientDat): The team actively maintains client editing tools, ensuring perfect compatibility with the latest protocols (e.g., Protocol 507). 4. The Battle for Interlude: Purism vs. Modernity Interlude (C6) remains the most demanded version. aCis (The Gold Standard): Obsessed with code quality and "Retail" fidelity. Ideal for Low Rate servers (x1-x10). The free version is often stale; the paid version is the professional choice. L2JMobius Interlude: The practical "batteries included" alternative. Includes popular mods out of the box and benefits from the modern core. Ideal for Mid/High Rate PvP servers. Warning: L2JFrozen and L2JBrasil are considered obsolete and dangerous in 2026 due to security vulnerabilities and unmaintainable code. 5. The High Five Sector: Commercialization and Risks L2J Sunrise: Positions itself as a "turnkey" solution, but its closed code creates total vendor dependence. Risky for long-term projects. L2JEternity: The technical gem for advanced admins. Pioneer in JDK 25 and offers native support for protections like Strix and SmartGuard. 6. Essence and the Modern Era For Essence, L2JMobius has no real competition in the free Java space, reacting to NCSoft updates with supernatural speed. Russian commercial alternatives (L2-Scripts) exist but come with high costs. 7. Ecosystem and Auxiliary Tools Geodata: Essential to avoid movement errors. 2026 hybrid engines reduce "wall-shooting." Vote Reward: Middleware systems like VDSystem or iTopZ are mandatory, and modern datapacks already include the necessary hooks. 8. Conclusions and Definitive Recommendations After analyzing repositories and trends up to January 2026: Overall Winner: L2JMobius. Best ratio of features/modernity/support. Purist's Choice (Interlude): aCis. Unbeatable mechanical fidelity. Performance Option (High Five): L2JEternity. Extreme optimization. Final Warning: Strictly avoid L2JFrozen, L2JBrasil, and black-box projects like Sunrise for critical infrastructures.
  5. Hi everyone. I actually searching one datapack similar to l2scryde. I know they may have their own datapacks. But is there anything similar that has a solid foundation to start a project of that scale?
  6. Hello everyone, Martin here - aka tehSx1, junior developer. I’m currently looking for work in private server development. I have experience working with L2JLucera, L2JEternity, L2JMobius, with Classic, Interlude, and H5 clients. The last project I participated in was L2-Avalon, a rework of Interlude using Classic files. I’m from Argentina, but I understand English very well for fluent communication. I can work on configuration, maintenance, creating NPCs, mobs, items, fixing skills, or anything related to the server side. I also have basic knowledge to work on the client side as well. I have some self-taught knowledge of Java, so with a bit of time and ChatGPT I can get things done there too. Anyone interested can contact me on Discord (Smookes420#4425) to discuss terms. I’m open to new opportunities and excited to take part in new projects to continue my learning process. P.S.: I’ve been playing Lineage 2 since I was 6 years old on Chronicle C1. I’m 26 now. It’s all about the passion for the game, bro.
  7. hjm, and how could I solve it? and how are only normal S grade armors shown?
  8. Hi everybody ! anyone know why only see glow effect in normal GRADE-S armors but not in the rest of the armor? ? ingame its all good, but in lobby dont work. Im working on L2jLucera Classic to Interlude. Rev 166. Setitemgrp_classic-eu.dat set dynasty setitem_group_begin num=322 essential_setitem_id={{9416};{9421;11512;33592};{9422;11557;33593};{9423;11513;33594};{9424;11526;33595}} essential_setitem_desc={[No set effect];[No set effect];[No set effect];[STR +1, CON -1, Max HP +418, P./M. Def. +4.6%, Mental/Stun Resistance +30%, Defence in PvP +5%.]} additional_setitem_id={{9441;11532;33596}} additional_setitem_desc={[Shield Defense +5%.]} unk1=0 unk2=0 enchant_setitem_condition={{6;[When the set is enchanted for 6 or more, PvP Deffence 10%, P. Def. and the MP regeneration rate increases.]}} setitem_group_end set draconic setitem_group_begin num=54 essential_setitem_id={{6379};{6382;11486;31411};{6380;11483;31414};{6381;11484;31413}} essential_setitem_desc={[No set effect];[No set effect];[ Increases Max. MP +289, Spd. Atk +6%, P. Atk +6%, Speed +4, Crit dmg +5%. and load capacity +5759. DEX+2, STR+1, CON-2.]} additional_setitem_id={} additional_setitem_desc={} unk1=0 unk2=0 enchant_setitem_condition={{6;[When the set is enchanted for 6 or more, PvP Deffence 10%, M. Def. and Evasion increases.]}} setitem_group_end Armorgrp_classic.dat dynasty-set item_begintag=1object_id=9416drop_type=0drop_anim_type=0drop_radius=10drop_height=10drop_texture={{[dropitems.drop_MFighter_m012_t91_u_m00];{[mfighter.MFighter_m201_t201_u]}}}icon={[icon.armor_t91_u_i00];[None];[None];[None];[None]}durability=-1weight=7570material_type=scale_of_dragoncrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=chestm_HumnFigh={{[Fighter.MFighter_m201_u]};{[mfighter.MFighter_m201_t201_u]}}m_HumnFigh_add={{{[Fighter.MFighter_m201_hrh_ad00];[Fighter.MFighter_m201_hrs_ad00]};{{104;114};{115;114}}};{[MFighter.MFighter_m201_HRR_ad00_t201_a];[MFighter.MFighter_m201_HRR_ad00_t201_a]};[None]}f_HumnFigh={{[Fighter.FFighter_m012_u]};{[FFighter.FFighter_m012_t201_u]}}f_HumnFigh_add={{{[Fighter.FFighter_m012_hrr_ad00];[Fighter.FFighter_m012_hra_ad00]};{{114;114};{97;114}}};{[MFighter.MFighter_m201_HRR_ad00_t201_a];[MFighter.MFighter_m201_HRR_ad00_t201_a]};[None]}m_DarkElf={{[DarkElf.MDarkElf_m010_u]};{[MDarkElf.MDarkElf_m201_t201_u]}}m_DarkElf_add={{{[DarkElf.MDarkElf_m010_Hrr_ad00];[DarkElf.MDarkElf_m010_Hra_ad00]};{{114;114};{97;114}}};{[MDarkElf.MDarkElf_m010_HRR_ad00_t201_a];[MDarkElf.MDarkElf_m010_HRR_ad00_t201_a]};[None]}f_DarkElf={{[DarkElf.FDarkElf_m006_u]};{[FDarkElf.FDarkElf_m006_t201_u]}}f_DarkElf_add={{{[DarkElf.FDarkElf_m006_hrr_ad00];[DarkElf.FDarkElf_m006_hra_ad00]};{{114;114};{97;114}}};{[MDarkElf.MDarkElf_m010_HRR_ad00_t201_a];[MDarkElf.MDarkElf_m010_HRR_ad00_t201_a]};[None]}m_Dorf={{[Dwarf.MDwarf_m008_u]};{[MDwarf.MDwarf_m201_t201_u]}}m_Dorf_add={{{[Dwarf.MDwarf_m008_Hrr_ad00];[Dwarf.MDwarf_m008_Hra_ad00]};{{114;114};{97;114}}};{[MDwarf.MDwarf_m008_HRR_ad00_t201_a];[MDwarf.MDwarf_m008_HRR_ad00_t201_a]};[None]}f_Dorf={{[Dwarf.FDwarf_m008_u]};{[FDwarf.FDwarf_m008_t201_u]}}f_Dorf_add={{{[Dwarf.FDwarf_m008_hrr_ad00];[Dwarf.FDwarf_m008_hra_ad00]};{{114;114};{97;114}}};{[MDwarf.MDwarf_m008_HRR_ad00_t201_a];[MDwarf.MDwarf_m008_HRR_ad00_t201_a]};[None]}m_Elf={{[Elf.MElf_m011_u]};{[MElf.MElf_m011_t201_u]}}m_Elf_add={{{[Elf.MElf_m011_Hrr_ad00];[Elf.MElf_m011_Hra_ad00]};{{114;114};{97;114}}};{[MElf.MElf_m011_HRR_ad00_t201_a];[MElf.MElf_m011_HRR_ad00_t201_a]};[None]}f_Elf={{[Elf.FElf_m011_u]};{[FElf.FElf_m011_t201_u]}}f_Elf_add={{{[Elf.FElf_m011_hrr_ad00];[Elf.FElf_m011_hra_ad00]};{{114;114};{97;114}}};{[MElf.MElf_m011_HRR_ad00_t201_a];[MElf.MElf_m011_HRR_ad00_t201_a]};[None]}m_HumnMyst={{[Magic.MMagic_m011_u]};{[mMagic.MMagic_m011_t301_u]}}m_HumnMyst_add={{{[None];[Magic.MMagic_m011_Rra_ad00]};{{0;-1};{97;114}}};{[None];[Mmagic.Mmagic_m011_Rra_ad00_t301_x]};[None]}f_HumnMyst={{[Magic.FMagic_m013_u]};{[FMagic.FMagic_m013_t301_u]}}f_HumnMyst_add={{{[None];[Magic.FMagic_m013_Rra_ad00]};{{0;-1};{97;114}}};{[None];[Mmagic.Mmagic_m011_Rra_ad00_t301_x]};[None]}m_OrcFigh={{[Orc.MOrc_m007_u]};{[MOrc.MOrc_m201_t201_u]}}m_OrcFigh_add={{{[Orc.MOrc_m007_hrh_ad00];[Orc.MOrc_m007_hrs_ad00]};{{104;114};{115;114}}};{[MOrc.MOrc_m007_HRR_ad00_t201_a];[MOrc.MOrc_m007_HRR_ad00_t201_a]};[None]}f_OrcFigh={{[Orc.FOrc_m007_u]};{[FOrc.FOrc_m007_t201_u]}}f_OrcFigh_add={{{[Orc.FOrc_m007_hrr_ad00];[Orc.FOrc_m007_hra_ad00]};{{114;114};{97;114}}};{[MOrc.MOrc_m007_HRR_ad00_t201_a];[MOrc.MOrc_m007_HRR_ad00_t201_a]};[None]}m_OrcMage={{[Shaman.MShaman_m007_u]};{[MShaman.MShaman_m007_t301_u]}}m_OrcMage_add={{{[None];[Shaman.MShaman_m007_Rra_ad00]};{{0;-1};{97;114}}};{[None];[MShaman.MShaman_m007_Rra_ad00_t301_x]};[None]}f_OrcMage={{[Shaman.FShaman_m007_u]};{[FShaman.FShaman_m007_t301_u]}}f_OrcMage_add={{{[None];[Shaman.FShaman_m007_Rra_ad00]};{{0;-1};{97;114}}};{[None];[MShaman.MShaman_m007_Rra_ad00_t301_x]};[None]}m_Kamael={{[Kamael.mkamael_m005_u]};{[MKamael.MKamael_m005_t101_u];[Mkamael.Mkamael_m005_t101_ut]}}m_Kamael_add={{{[Kamael.MKamael_m005_Lrr_ad00];[Kamael.MKamael_m000_w_ad00];[Kamael.mkamael_m005_l_ad00]};{{114;114};{119;95};{108;95}}};{[MKamael.MKamael_m005_Lrr_ad00_t101_a];[MKamael.MKamael_m000_t00_w];[Mkamael.Mkamael_m005_t101_ut]};[None]}f_Kamael={{[Kamael.fkamael_m009_u]};{[FKamael.FKamael_m009_t101_u];[FKamael.FKamael_m009_t101_ut]}}f_Kamael_add={{{[Kamael.FKamael_m009_Lrr_ad00];[Kamael.Fkamael_m000_w_ad00];[Kamael.Fkamael_m009_l_ad00]};{{114;114};{119;95};{108;95}}};{[MKamael.MKamael_m005_Lrr_ad00_t101_a];[Fkamael.Fkamael_m000_t00_w];[FKamael.FKamael_m009_t101_ut]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[Ertheia.Fertheia_m011_u]};{[Fertheia.Fertheia_m011_t101_u]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[ItemSound.armor_metal_alt_6];[ItemSound.public_armor_04];[ItemSound.shield_steel_1];[ItemSound.shield_steel_8]}drop_sound=[ItemSound.itemdrop_armor_lightmetal]equip_sound=[ItemSound.itemequip_armor_lightmetal]UNK_7=1537UNK_6=0armor_type=heavycrystal_type=smp_bonus=0hide_mask=768underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end item_begintag=1object_id=9421drop_type=0drop_anim_type=0drop_radius=12drop_height=10drop_texture={{[dropitems.drop_MFighter_m012_t91_l_m00];{[mfighter.MFighter_m012_t201_l]}}}icon={[icon.armor_t91_l_i00];[None];[None];[None];[None]}durability=-1weight=3210material_type=scale_of_dragoncrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=legsm_HumnFigh={{[Fighter.MFighter_m012_l]};{[mfighter.MFighter_m012_t201_l]}}m_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnFigh={{[Fighter.FFighter_m012_l]};{[FFighter.FFighter_m012_t201_l]}}f_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_DarkElf={{[DarkElf.MDarkElf_m010_l]};{[MDarkElf.MDarkElf_m010_t201_l]}}m_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_DarkElf={{[DarkElf.FDarkElf_m010_l]};{[FDarkElf.FDarkElf_m010_t201_l]}}f_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Dorf={{[Dwarf.MDwarf_m008_l]};{[MDwarf.MDwarf_m008_t201_l]}}m_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Dorf={{[Dwarf.FDwarf_m008_l]};{[FDwarf.FDwarf_m008_t201_l]}}f_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Elf={{[Elf.MElf_m011_l]};{[MElf.MElf_m011_t201_l]}}m_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Elf={{[Elf.FElf_m011_l]};{[FElf.FElf_m011_t201_l]}}f_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_HumnMyst={{[Magic.MMagic_m011_l]};{[mMagic.MMagic_m011_t301_l]}}m_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnMyst={{[Magic.FMagic_m013_l]};{[FMagic.FMagic_m013_t301_l]}}f_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcFigh={{[Orc.MOrc_m007_l]};{[MOrc.MOrc_m007_t201_l]}}m_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcFigh={{[Orc.FOrc_m007_l]};{[FOrc.FOrc_m007_t201_l]}}f_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcMage={{[Shaman.MShaman_m008_l]};{[MShaman.MShaman_m008_t301_l]}}m_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcMage={{[Shaman.FShaman_m008_l]};{[FShaman.FShaman_m008_t301_l]}}f_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Kamael={{[Kamael.mkamael_m005_l]};{[MKamael.MKamael_m005_t101_l]}}m_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Kamael={{[Kamael.FKamael_m009_l]};{[FKamael.FKamael_m009_t101_l]}}f_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[Ertheia.Fertheia_m013_l]};{[Fertheia.Fertheia_m013_t101_l]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[None]}drop_sound=[ItemSound.itemdrop_armor_leather]equip_sound=[ItemSound.itemequip_armor_leather]UNK_7=1537UNK_6=0armor_type=heavycrystal_type=smp_bonus=0hide_mask=0underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end item_begintag=1object_id=9422drop_type=0drop_anim_type=0drop_radius=5drop_height=2drop_texture={{[dropitems.drop_sack_m00];{[dropitemstex.drop_sack_t00]}}}icon={[icon.armor_helmet_i00];[None];[None];[None];[None]}durability=-1weight=530material_type=bonecrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=headm_HumnFigh={{[None]};{[None]}}m_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnFigh={{[None]};{[None]}}f_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_DarkElf={{[None]};{[None]}}m_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_DarkElf={{[None]};{[None]}}f_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Dorf={{[None]};{[None]}}m_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Dorf={{[None]};{[None]}}f_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Elf={{[None]};{[None]}}m_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Elf={{[None]};{[None]}}f_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_HumnMyst={{[None]};{[None]}}m_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnMyst={{[None]};{[None]}}f_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcFigh={{[None]};{[None]}}m_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcFigh={{[None]};{[None]}}f_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcMage={{[None]};{[None]}}m_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcMage={{[None]};{[None]}}f_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Kamael={{[None]};{[None]}}m_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Kamael={{[None]};{[None]}}f_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[None]};{[None]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[None]}drop_sound=[ItemSound.itemdrop_armor_helmet]equip_sound=[ItemSound.itemequip_armor_helmet]UNK_7=1537UNK_6=0armor_type=nonecrystal_type=smp_bonus=0hide_mask=0underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end item_begintag=1object_id=9423drop_type=0drop_anim_type=0drop_radius=7drop_height=8drop_texture={{[dropitems.drop_MFighter_m012_t91_g_m00];{[mfighter.MFighter_m012_t201_g]}}}icon={[icon.armor_t91_g_i00];[None];[None];[None];[None]}durability=-1weight=520material_type=leathercrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=glovesm_HumnFigh={{[Fighter.MFighter_m012_g]};{[mfighter.MFighter_m012_t201_g]}}m_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnFigh={{[Fighter.FFighter_m012_g]};{[FFighter.FFighter_m012_t201_g]}}f_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_DarkElf={{[DarkElf.MDarkElf_m010_g]};{[MDarkElf.MDarkElf_m010_t201_g]}}m_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_DarkElf={{[DarkElf.FDarkElf_m006_g]};{[FDarkElf.FDarkElf_m006_t201_g]}}f_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Dorf={{[Dwarf.MDwarf_m008_g]};{[MDwarf.MDwarf_m008_t201_g]}}m_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Dorf={{[Dwarf.FDwarf_m008_g]};{[FDwarf.FDwarf_m008_t201_g]}}f_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Elf={{[Elf.MElf_m011_g]};{[MElf.MElf_m011_t201_g]}}m_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Elf={{[Elf.FElf_m011_g]};{[FElf.FElf_m011_t201_g]}}f_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_HumnMyst={{[Magic.MMagic_m011_g]};{[mMagic.MMagic_m011_t301_g]}}m_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnMyst={{[Magic.FMagic_m013_g]};{[FMagic.FMagic_m013_t301_g]}}f_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcFigh={{[Orc.MOrc_m007_g]};{[MOrc.MOrc_m007_t201_g]}}m_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcFigh={{[Orc.FOrc_m007_g]};{[FOrc.FOrc_m007_t201_g]}}f_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcMage={{[Shaman.MShaman_m007_g]};{[MShaman.MShaman_m007_t301_g]}}m_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcMage={{[Shaman.FShaman_m007_g]};{[FShaman.FShaman_m007_t301_g]}}f_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Kamael={{[Kamael.mkamael_m005_g]};{[MKamael.MKamael_m005_t101_g]}}m_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Kamael={{[Kamael.fkamael_m009_g]};{[FKamael.FKamael_m009_t101_g]}}f_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[Ertheia.Fertheia_m010_g]};{[Fertheia.Fertheia_m010_t101_g]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[None]}drop_sound=[ItemSound.itemdrop_armor_glove]equip_sound=[ItemSound.itemequip_armor_glove]UNK_7=1537UNK_6=0armor_type=nonecrystal_type=smp_bonus=0hide_mask=0underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end item_begintag=1object_id=9424drop_type=0drop_anim_type=0drop_radius=7drop_height=19drop_texture={{[dropitems.drop_MFighter_m012_t91_b_m00];{[mfighter.MFighter_m012_t201_b]}}}icon={[icon.armor_t91_b_i00];[None];[None];[None];[None]}durability=-1weight=1090material_type=leathercrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=feetm_HumnFigh={{[Fighter.MFighter_m012_b]};{[mfighter.MFighter_m012_t201_b]}}m_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnFigh={{[Fighter.FFighter_m012_b]};{[FFighter.FFighter_m012_t201_b]}}f_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_DarkElf={{[DarkElf.MDarkElf_m010_b]};{[MDarkElf.MDarkElf_m010_t201_b]}}m_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_DarkElf={{[DarkElf.FDarkElf_m010_b]};{[FDarkElf.FDarkElf_m010_t201_b]}}f_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Dorf={{[Dwarf.MDwarf_m008_b]};{[MDwarf.MDwarf_m008_t201_b]}}m_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Dorf={{[Dwarf.FDwarf_m008_b]};{[FDwarf.FDwarf_m008_t201_b]}}f_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Elf={{[Elf.MElf_m011_b]};{[MElf.MElf_m011_t201_b]}}m_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Elf={{[Elf.FElf_m011_b]};{[FElf.FElf_m011_t201_b]}}f_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_HumnMyst={{[Magic.MMagic_m011_b]};{[mMagic.MMagic_m011_t301_b]}}m_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnMyst={{[Magic.FMagic_m013_b]};{[FMagic.FMagic_m013_t301_b]}}f_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcFigh={{[Orc.MOrc_m007_b]};{[MOrc.MOrc_m007_t201_b]}}m_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcFigh={{[Orc.FOrc_m007_b]};{[FOrc.FOrc_m007_t201_b]}}f_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcMage={{[Shaman.MShaman_m008_b]};{[MShaman.MShaman_m008_t301_b]}}m_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcMage={{[Shaman.FShaman_m008_b]};{[FShaman.FShaman_m008_t301_b]}}f_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Kamael={{[Kamael.mkamael_m005_b]};{[MKamael.MKamael_m005_t101_b]}}m_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Kamael={{[Kamael.FKamael_m009_b]};{[FKamael.FKamael_m009_t101_b]}}f_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[Ertheia.Fertheia_m005_b]};{[Fertheia.Fertheia_m005_t101_b]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[None]}drop_sound=[ItemSound.itemdrop_armor_boots]equip_sound=[ItemSound.itemequip_armor_boots]UNK_7=1537UNK_6=0armor_type=nonecrystal_type=smp_bonus=0hide_mask=0underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end draconic-set item_begintag=1object_id=6379drop_type=0drop_anim_type=3drop_radius=4drop_height=3drop_texture={{[dropitems.drop_MFighter_m011_t89_u_m00];{[mfighter.mfighter_m011_t89_u]}}}icon={[icon.armor_t89_ul_i00];[icon.armor_t89_u_i00];[icon.armor_t89_l_i00];[None];[None]}durability=-1weight=4950material_type=leathercrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=onepiecem_HumnFigh={{[Fighter.MFighter_m011_u];[Fighter.MFighter_m011_l]};{[mfighter.mfighter_m011_t89_u];[MFighter.MFighter_m011_t89_l]}}m_HumnFigh_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}f_HumnFigh={{[Fighter.FFighter_m011_u];[Fighter.FFighter_m011_l]};{[FFighter.FFighter_m011_t89_u];[FFighter.FFighter_m011_t89_l]}}f_HumnFigh_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}m_DarkElf={{[DarkElf.MDarkElf_m001_u];[DarkElf.MDarkElf_m007_l]};{[MDarkElf.MDarkElf_m001_t89_u];[MDarkElf.MDarkElf_m007_t89_l]}}m_DarkElf_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}f_DarkElf={{[DarkElf.FDarkElf_m007_u];[DarkElf.FDarkElf_m008_l]};{[FDarkElf.FDarkElf_m007_t89_u];[FDarkElf.FDarkElf_m008_t89_l]}}f_DarkElf_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}m_Dorf={{[Dwarf.MDwarf_m004_u];[Dwarf.MDwarf_m008_l]};{[MDwarf.MDwarf_m004_t89_u];[MDwarf.MDwarf_m008_t89_l]}}m_Dorf_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}f_Dorf={{[Dwarf.FDwarf_m004_u];[Dwarf.FDwarf_m008_l]};{[FDwarf.FDwarf_m004_t89_u];[FDwarf.FDwarf_m008_t89_l]}}f_Dorf_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}m_Elf={{[Elf.MElf_m008_u];[Elf.MElf_m007_l]};{[MElf.MElf_m008_t89_u];[MElf.MElf_m007_t89_l]}}m_Elf_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}f_Elf={{[Elf.FElf_m008_u];[Elf.FElf_m004_l]};{[FElf.FElf_m008_t89_u];[FElf.FElf_m004_t89_l]}}f_Elf_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}m_HumnMyst={{[Magic.MMagic_m011_u];[Magic.MMagic_m011_l]};{[MMagic.MMagic_m011_t89_u];[MMagic.MMagic_m011_t89_l]}}m_HumnMyst_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}f_HumnMyst={{[Magic.FMagic_m011_u];[Magic.FMagic_m011_l]};{[FMagic.FMagic_m011_t89_u];[FMagic.FMagic_m011_t89_l]}}f_HumnMyst_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}m_OrcFigh={{[Orc.MOrc_m007_u];[Orc.MOrc_m006_l]};{[MOrc.MOrc_m007_t89_u];[MOrc.MOrc_m006_t89_l]}}m_OrcFigh_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}f_OrcFigh={{[Orc.FOrc_m007_u];[Orc.FOrc_m006_l]};{[FOrc.FOrc_m007_t89_u];[FOrc.FOrc_m006_t89_l]}}f_OrcFigh_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}m_OrcMage={{[Shaman.MShaman_m007_u];[Shaman.MShaman_m007_l]};{[MShaman.MShaman_m007_t89_u];[MShaman.MShaman_m007_t89_l]}}m_OrcMage_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}f_OrcMage={{[Shaman.FShaman_m007_u];[Shaman.FShaman_m007_l]};{[FShaman.FShaman_m007_t89_u];[FShaman.FShaman_m007_t89_l]}}f_OrcMage_add={{{[None];[None]};{{0;-1};{0;-1}}};{[None];[None]};[None]}m_Kamael={{[Kamael.mkamael_m009_u];[Kamael.MKamael_m009_l]};{[mkamael.mkamael_m009_t89_u];[mkamael.mkamael_m009_t89_l];[mkamael.mkamael_m009_t89_ut]}}m_Kamael_add={{{[Kamael.MKamael_m000_w_ad00];[Kamael.Mkamael_m009_l_ad00]};{{119;95};{108;95}}};{[MKamael.MKamael_m000_t00_w];[mkamael.mkamael_m009_t89_ut]};[None]}f_Kamael={{[Kamael.fkamael_m008_u];[Kamael.fkamael_m008_l]};{[fkamael.fkamael_m008_t89_u];[fkamael.fkamael_m008_t89_l];[fkamael.fkamael_m008_t89_ut]}}f_Kamael_add={{{[Kamael.Fkamael_m000_w_ad00];[Kamael.Fkamael_m008_l_ad00]};{{119;95};{108;95}}};{[Fkamael.Fkamael_m000_t00_w];[fkamael.fkamael_m008_t89_ut]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[Ertheia.Fertheia_m010_u];[Ertheia.Fertheia_m010_l]};{[Fertheia.Fertheia_m010_t89_u];[Fertheia.Fertheia_m010_t89_l]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[ItemSound.shield_bone_1];[ItemSound.armor_leather_2];[ItemSound.armor_leather_3];[ItemSound.armor_leather_8]}drop_sound=[ItemSound.itemdrop_armor_leather]equip_sound=[ItemSound.itemequip_armor_leather]UNK_7=1537UNK_6=0armor_type=lightcrystal_type=smp_bonus=0hide_mask=0underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end item_begintag=1object_id=6380drop_type=0drop_anim_type=3drop_radius=3drop_height=2drop_texture={{[dropitems.drop_MFighter_m011_t89_g_m00];{[mfighter.mfighter_m011_t89_g]}}}icon={[icon.armor_t89_g_i00];[None];[None];[None];[None]}durability=-1weight=540material_type=leathercrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=glovesm_HumnFigh={{[Fighter.MFighter_m011_g]};{[mfighter.mfighter_m011_t89_g]}}m_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnFigh={{[Fighter.FFighter_m011_g]};{[FFighter.FFighter_m011_t89_g]}}f_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_DarkElf={{[DarkElf.MDarkElf_m001_g]};{[MDarkElf.MDarkElf_m001_t89_g]}}m_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_DarkElf={{[DarkElf.FDarkElf_m007_g]};{[FDarkElf.FDarkElf_m007_t89_g]}}f_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Dorf={{[Dwarf.MDwarf_m004_g]};{[MDwarf.MDwarf_m004_t89_g]}}m_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Dorf={{[Dwarf.FDwarf_m004_g]};{[FDwarf.FDwarf_m004_t89_g]}}f_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Elf={{[Elf.MElf_m008_g]};{[MElf.MElf_m008_t89_g]}}m_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Elf={{[Elf.FElf_m009_g]};{[FElf.FElf_m009_t89_g]}}f_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_HumnMyst={{[Magic.MMagic_m011_g]};{[MMagic.MMagic_m011_t89_g]}}m_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnMyst={{[Magic.FMagic_m011_g]};{[FMagic.FMagic_m011_t89_g]}}f_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcFigh={{[Orc.MOrc_m007_g]};{[MOrc.MOrc_m007_t89_g]}}m_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcFigh={{[Orc.FOrc_m007_g]};{[FOrc.FOrc_m007_t89_g]}}f_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcMage={{[Shaman.MShaman_m007_g]};{[MShaman.MShaman_m007_t89_g]}}m_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcMage={{[Shaman.FShaman_m007_g]};{[FShaman.FShaman_m007_t89_g]}}f_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Kamael={{[Kamael.mkamael_m009_g]};{[mkamael.mkamael_m009_t89_g]}}m_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Kamael={{[Kamael.fkamael_m008_g]};{[fkamael.fkamael_m008_t89_g]}}f_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[Ertheia.Fertheia_m010_g]};{[Fertheia.Fertheia_m010_t89_g]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[None]}drop_sound=[ItemSound.itemdrop_armor_glove]equip_sound=[ItemSound.itemequip_armor_glove]UNK_7=1537UNK_6=0armor_type=nonecrystal_type=smp_bonus=0hide_mask=0underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end item_begintag=1object_id=6381drop_type=0drop_anim_type=3drop_radius=3drop_height=8drop_texture={{[dropitems.drop_MFighter_m011_t89_b_m00];{[mfighter.mfighter_m011_t89_b]}}}icon={[icon.armor_t89_b_i00];[None];[None];[None];[None]}durability=-1weight=1110material_type=leathercrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=feetm_HumnFigh={{[Fighter.MFighter_m011_b]};{[mfighter.mfighter_m011_t89_b]}}m_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnFigh={{[Fighter.FFighter_m011_b]};{[FFighter.FFighter_m011_t89_b]}}f_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_DarkElf={{[DarkElf.MDarkElf_m007_b]};{[MDarkElf.MDarkElf_m007_t89_b]}}m_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_DarkElf={{[DarkElf.FDarkElf_m008_b]};{[FDarkElf.FDarkElf_m008_t89_b]}}f_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Dorf={{[Dwarf.MDwarf_m008_b]};{[MDwarf.MDwarf_m008_t89_b]}}m_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Dorf={{[Dwarf.FDwarf_m008_b]};{[FDwarf.FDwarf_m008_t89_b]}}f_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Elf={{[Elf.MElf_m007_b]};{[MElf.MElf_m007_t89_b]}}m_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Elf={{[Elf.FElf_m004_b]};{[FElf.FElf_m004_t89_b]}}f_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_HumnMyst={{[Magic.MMagic_m011_b]};{[MMagic.MMagic_m011_t89_b]}}m_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnMyst={{[Magic.FMagic_m011_b]};{[FMagic.FMagic_m011_t89_b]}}f_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcFigh={{[Orc.MOrc_m006_b]};{[MOrc.MOrc_m006_t89_b]}}m_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcFigh={{[Orc.FOrc_m006_b]};{[FOrc.FOrc_m006_t89_b]}}f_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcMage={{[Shaman.MShaman_m007_b]};{[MShaman.MShaman_m007_t89_b]}}m_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcMage={{[Shaman.FShaman_m007_b]};{[FShaman.FShaman_m007_t89_b]}}f_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Kamael={{[Kamael.MKamael_m009_b]};{[mkamael.mkamael_m009_t89_b]}}m_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Kamael={{[Kamael.fkamael_m008_b]};{[fkamael.fkamael_m008_t89_b]}}f_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[Ertheia.Fertheia_m010_b]};{[Fertheia.Fertheia_m010_t89_b]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[None]}drop_sound=[ItemSound.itemdrop_armor_boots]equip_sound=[ItemSound.itemequip_armor_boots]UNK_7=1537UNK_6=0armor_type=nonecrystal_type=smp_bonus=0hide_mask=0underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end item_begintag=1object_id=6382drop_type=0drop_anim_type=3drop_radius=2drop_height=5drop_texture={{[dropitems.drop_sack_m00];{[dropitemstex.drop_sack_t00]}}}icon={[icon.armor_leather_helmet_i00];[None];[None];[None];[None]}durability=-1weight=550material_type=bonecrystallizable=1related_quest_id={}color=1is_attribution=0property_params=0icon_panel=[None]complete_item_dropsound_type=[dropsound_complete_armor]inventory_type=equipmentbody_part=headm_HumnFigh={{[None]};{[None]}}m_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnFigh={{[None]};{[None]}}f_HumnFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_DarkElf={{[None]};{[None]}}m_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_DarkElf={{[None]};{[None]}}f_DarkElf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Dorf={{[None]};{[None]}}m_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Dorf={{[None]};{[None]}}f_Dorf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Elf={{[None]};{[None]}}m_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Elf={{[None]};{[None]}}f_Elf_add={{{[None]};{{0;-1}}};{[None]};[None]}m_HumnMyst={{[None]};{[None]}}m_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}f_HumnMyst={{[None]};{[None]}}f_HumnMyst_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcFigh={{[None]};{[None]}}m_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcFigh={{[None]};{[None]}}f_OrcFigh_add={{{[None]};{{0;-1}}};{[None]};[None]}m_OrcMage={{[None]};{[None]}}m_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}f_OrcMage={{[None]};{[None]}}f_OrcMage_add={{{[None]};{{0;-1}}};{[None]};[None]}m_Kamael={{[None]};{[None]}}m_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}f_Kamael={{[None]};{[None]}}f_Kamael_add={{{[None]};{{0;-1}}};{[None]};[None]}mertheia={{[None]};{[None]}}mertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}fertheia={{[None]};{[None]}}fertheia_mesh_add={{{[None]};{{0;-1}}};{[None]};[None]}NPC={{[None]};{[None]}}NPC_add={{{};{}};{};[None]}attack_effect=[LineageEffect.p_u002_a]item_sound={[None]}drop_sound=[ItemSound.itemdrop_sack]equip_sound=[ItemSound.itemequip_armor_helmet]UNK_7=1537UNK_6=0armor_type=nonecrystal_type=smp_bonus=0hide_mask=0underwear_body_part1=0underwear_body_part2=0full_armor_enchant_effect_type=1item_end
  9. Hi everyone ! Actually have this problem with glow armor effect (and other problem on other post). I can see my glow with skins, but others players dont show glow in skin. I'm using L2jLucera Classic to Interlude. Rev 166 but without skin show all. (show image) https://postimg.cc/XG39HYTR
  10. really ? xd my head is going to explode. I don't know what to do anymore
  11. Great! From what I can see, L2jmobius has very good reviews. Anyway, I've been testing it for months now and the file organization and modularity are impeccable. Everything is very easy to understand and locate. I'll need to learn with this datapack until I feel confident enough to buy the pro version.
  12. Okay, I understand. First, to get started by contributing to open projects and learning along the way. Then, when you mention starting my own project privately, do you mean taking a free datapack like L2jMobius and trying to make it functional for an online server? Great, thank you very much — all this information is really helpful. I’ve been reaching out to several server admins here in Argentina, but it seems like none of them have the time or interest to take on an intern or assistant. xd P.S.: Are you the creator of Hopzone? Brings back memories of when I was a kid, downloading servers at the cyber café. For two dollars, I could spend the whole day playing and eating candy like crazy. Another question: between L2jMobius, L2jServer, and aCis, which one has ALL of its code free? As you probably noticed, I'm using ChatGPT to help me translate things, lol, and it suggested the following: Project Status Open Source Accepts Juniors? Difficulty L2JMobius Very active Semi-closed Partially (with patches) Medium-High L2JServer Active Fully open Yes (directly on GitHub) Medium aCis Semi-active Unofficial Not very clear Low
  13. xdd, im argetinian and my english is so bad. Okay, I understand. Tnx
×
×
  • 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..