Jump to content

Recommended Posts

Posted (edited)

Hello Mxc. I need your help!

 

Well i added some customs and i have problem with my armor.

 

As you can see in the image my armor is not made up from chest,feet,gloves etc. Just Upper and Lower body.

344f8dfc7b28d9add45b4fa7dc377661.jpg

So i want to change it and showing all my slots (helm,boots,gloves) with this icon. I searched to my db in 'Bodypart' (its fullarmor), I searched @ Armrogrp in system.

 

There is the prob i think  :D

In the 1st line at Armrgrp it says:

'tag'  'id'  'drop_type'  'drop_anim_type'  'drop_radius'  'drop_height'  'UNK_0'  'drop_mesh'  'drop_tex'  'icon[0]'  'icon[1]'  'icon[2]'  'icon[3]'  'icon[4]'  'icon[5]'  'icon[6]'  'icon[7]'  'icon[8]'  'durability'  'weight'  'material'  'crystallizable'  'UNK_1'  'body_part'    (and more.. :P)

My armor is :

1 9500 0 3 6 2 0 AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor 4294967295 55 17 0 0 16 1 Anakim.g_co_anakim_MFighter_m00 1 1 1 1 Anakim.g_co_anakim_FFighter_m00 1 1 1 1 Anakim.g_co_anakim_MDarkElf_m00 1 1 1 1 Anakim.g_co_anakim_FDarkElf_m00 1 1 1 1 Anakim.g_co_anakim_MDwarf_m00 1 1 1 1 Anakim.g_co_anakim_FDwarf_m00 1 1 1 1 Anakim.g_co_anakim_MElf_m00 1 1 1 1 Anakim.g_co_anakim_FElf_m00 1 1 1 1 Anakim.g_co_anakim_MMagic_m00 1 1 1 1 Anakim.g_co_anakim_FMagic_m00 1 1 1 1 Anakim.g_co_anakim_Morc_m00 1 1 1 1 Anakim.g_co_anakim_Forc_m00 1 1 1 1 Anakim.g_co_anakim_Mshaman_m00 1 1 1 1 Anakim.g_co_anakim_Fshaman_m00 1 1 1 0 0 0 0 1 1 LineageEffect.p_u002_a 1 ItemSound.itemdrop_armor_cloth ItemSound.itemequip_armor_cloth 1 0 1 0 0 0 0 0
 Armor 'Weight' is 55 so in the next 4 lines must be the bodypart (as it is 16) that showing in client right?
I changed this '16' to all numbers and nothing happened... 
Can someone explain me how can i do this?
 
Thanks!
 
 
Edit: 
 
I wanna make it like this:
344f8dfc7b28d9add45b4fa7dc377661ds.jpg
Edited by SajeD
Posted

 

AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor

Those are the icons.

Posted
AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor AnakimIcon.iconArmor

Those are the icons.

 

y so what?

 

I want to apear in Helmet,Boots,Gloves and upper+lower Slots this icon not only upper and lower

Posted (edited)

It's for Interlude, that could be the issue :P

 

 

Well, as far as I remember, I simply c/p the Formal Wear line, changed the id and added rest of the icons, so try the same. There is no way it doesn't work if you c/p formal wear and edit it , since it's using all 5 slots with same icon - at least on Int :)

Edited by SweeTs
Posted (edited)

It's for Interlude, that could be the issue :P

 

 

Well, as far as I remember, I simply c/p the Formal Wear line, changed the id and added rest of the icons, so try the same. There is no way it doesn't work if you c/p formal wear and edit it , since it's using all 5 slots with same icon - at least on Int :)

And what if my Formal Wear is the same thing? Hahahah

 

fffff.jpg

 

Tried to download 2-3 servers and take their armorgrp. Same problem :/

 

Btw Formal wear stats are:

 

<item id='6408' name="Formal Wear">
  <for>
   <add stat='pDef' order='0x10' val='0'/>
   <add stat='maxHp' order='0x40' val='0'>
     <and>
       <using slotitem="2414;6"/>
     </and>
   </add>
  <enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
Edited by SajeD
Posted (edited)

Muhehe, well, you know where should be the icon placed on the grp, so add it there. I doubt itemslot from xml matters, since it's pure client side, so it should be displayed :P

 

Else no idea, stupid H5. For me on Int it was working w/o any problem :happyforever:

Edited by SweeTs
Posted

Muhehe, well, you know where should be the icon placed on the grp, so add it there. I doubt itemslot from xml matters, since it's pure client side, so it should be displayed :P

 

Else no idea, stupid H5. For me on Int it was working w/o any problem :happyforever:

Y ofc but u know what is the funny thing in this case? Im working on interlude too  :y u no?:

Posted

Then you did something wrong, for sure :)

Yea its logic.

 

Just now i download E-global system. Formal wear is using all slots and i took the line 6408 from armrgroup and just replaced into mine formal wear. without any edit .... 

 

Results:

 

64af99620ff.jpg

 

is this possible? i have clean system and even if i havent i took the line from another with 5 using slots. WTF is happening ?  :rage:

Posted (edited)

Then, the server side is the problem. Change fullarmor to alldress.

 

Fullarmor (chest, legs), alldress (all 5 slots).

Edited by SweeTs
Posted (edited)

Then, the server side is the problem. Change fullarmor to alldress.

 

Fullarmor (chest, legs), alldress (all 5 slots).

 

seems like im missing some codes  :dat:

_slots.put("chest", L2Item.SLOT_CHEST);
_slots.put("fullarmor", L2Item.SLOT_FULL_ARMOR);
_slots.put("head", L2Item.SLOT_HEAD);
_slots.put("hair", L2Item.SLOT_HAIR);
_slots.put("face", L2Item.SLOT_FACE);
_slots.put("dhair", L2Item.SLOT_DHAIR);
_slots.put("underwear", L2Item.SLOT_UNDERWEAR);
_slots.put("back", L2Item.SLOT_BACK);
_slots.put("neck", L2Item.SLOT_NECK);
_slots.put("legs", L2Item.SLOT_LEGS);
_slots.put("feet", L2Item.SLOT_FEET);
_slots.put("gloves", L2Item.SLOT_GLOVES);
_slots.put("chest,legs", L2Item.SLOT_CHEST | L2Item.SLOT_LEGS);
_slots.put("rhand", L2Item.SLOT_R_HAND);
_slots.put("lhand", L2Item.SLOT_L_HAND);
_slots.put("lrhand", L2Item.SLOT_LR_HAND);
_slots.put("rear,lear", L2Item.SLOT_R_EAR | L2Item.SLOT_L_EAR);
_slots.put("rfinger,lfinger", L2Item.SLOT_R_FINGER | L2Item.SLOT_L_FINGER);
_slots.put("none", L2Item.SLOT_NONE);
_slots.put("wolf", L2Item.SLOT_WOLF); 
_slots.put("hatchling", L2Item.SLOT_HATCHLING); 
_slots.put("strider", L2Item.SLOT_STRIDER); 
_slots.put("babypet", L2Item.SLOT_BABYPET); 
Edited by SajeD
Posted

Yes you are missing stuff if alldress doesn't exist also did you not try copying the xml for formal wear? Also don't copy from e global the person who makes these dresses is dog shit and a lot of them have problems

Armor grp is fine your problem is clearly server side

Posted

Yes you are missing stuff if alldress doesn't exist also did you not try copying the xml for formal wear? Also don't copy from e global the person who makes these dresses is dog shit and a lot of them have problems

Armor grp is fine your problem is clearly server side

yea but my last chance was to dl eglobals patch to test it. Just found what im missing and im gonna fix it. I c/p formal's xml but nothing happened, as u said its clearly servers side problem. 

Anyway thank you for respond

Lock it please :poker face:

Guest
This topic is now closed to further replies.


  • Posts

    • --- Interlude GvE PvP new season start at 2026-06-27 21:00 GMT+3 ---   Gameplay: Chronicle: Interlude Type: Faction/GvE (Angels vs Nature vs Demons) GM Shop: B-S grade Buff slots: 20+4 Starting level: 74 + rebirth system   New Features: Client: Modern interface based on Essence Balance: New class skills for better balance Achievement Rewards: Daily, Weekly, One-time TOP rankings: PvP, Event PvP, Map PvP, Clan PvP, Event MvP, Map MvP Zones: 70 different PvP zones,  18 different events (8 map events | 10 main events) 12 Grand/raid bosses. Castle siege Olympiad Clan Hall challenge Custom Enchant System: Dynamic success chance (greater enchant level or item grade less enchanting success chance) Enchant rate: Blessed scrolls dynamic from 100% to 25%. Crystal Scrolls: 100%; Max enchant weapon +12 Max enchant armor +8 Safe point enchant system Extra Features: PvP items with level upgrade Weapon/Armor upgrade (from B grade to S) system Attributes system   Website: https://l2cygnus.com Community: Discord Facebook: https://www.facebook.com/l2cygnus Youtube: 
    • 🚀 L2JOne Website System — Features & Security Overview 📌 Overview The L2JOne Website System is a complete platform designed for Lineage 2 servers, providing account management, donation processing, game integration, automation tools, and advanced security protections.   Built with a focus on: Security Performance Automation Scalability Easy Administration 🎮 Player Features ✔ Account Registration Direct account creation from the website Game database integration Data validation Optional email verification Google reCAPTCHA protection ✔ Secure Login System Protected user sessions Automatic Session ID regeneration Session Fixation protection Secure logout ✔ Player Control Panel Ticket balance management Purchase history Transfer history Character selection Automatic item delivery ✔ Account Recovery Email-based recovery Temporary recovery tokens Automatic token expiration 💰 Donation System Supported Payment Gateways Mercado Pago PIX Credit Card Debit Card Stripe International credit cards PayPal Worldwide payments Binance Pay Cryptocurrency payments ⚡ Automated Credit Delivery Once a payment is confirmed: Gateway validates the transaction. Webhook signature is verified. Order is marked as completed. Credits are added to the player's balance. Player transfers credits to a character. Items are automatically delivered in-game. No manual intervention required. 🎁 Coupon System Percentage discounts Fixed value discounts Usage limits Expiration dates Minimum purchase requirements 🎟 Ticket System Internal virtual currency Item conversion system Administrative adjustments Full transaction history Balance management 📊 Administrative Dashboard Real-Time Statistics Total revenue Daily revenue New registrations Total purchases Pending payments Approved payments Reports Sales reports Financial reports Player activity reports Transfer history Interactive Charts Revenue growth Daily earnings Monthly earnings Visitors by country Payment distribution 🌍 Analytics System Visitor countries Browser statistics Operating systems Device tracking Access history 📰 News Management System Unlimited news posts Featured images HTML editor support Homepage highlights 🎥 Video & Streaming System Supports: YouTube Twitch Kick Custom stream embeds ⏳ Countdown System Launch countdown timer Configurable date and time Timezone support Homepage integration 📥 Download Center Fully configurable: Game Client Official Patch Mirror Downloads Torrent Downloads External Download Links 📱 Social Media Integration Discord Facebook Instagram Telegram YouTube 🔒 Security Layer CSRF Protection All forms include: Unique security tokens Mandatory validation Automatic expiration Protects against: Cross-Site Request Forgery (CSRF) Google reCAPTCHA Protection Integrated Google reCAPTCHA v3 Protects against: Bots Automated registrations Brute-force attacks Session Security Session ID regeneration HttpOnly cookies SameSite cookie protection Secure cookie support Protects against: Session hijacking Session fixation attacks Upload Protection Sensitive file types are blocked: .sql .sqlite .log .pem .key Directory Protection Direct access denied to: config/ private/ storage/ cli/ database/ Unauthorized access is blocked. Anti-Replay Protection Financial callbacks include: Signed timestamps Expiration windows One-time validation Protects against: Payment replay attacks Duplicate transaction processing Webhook Security HMAC signature validation Shared secret verification Mandatory request authentication Protects against: Fake payment notifications Fraudulent credit generation Duplicate Payment Prevention Built-in: Idempotency control Transaction reference validation Payment status verification Prevents: Double credits Repeated processing SQL Injection Protection Secure database layer using: PDO Prepared Statements Parameter Binding No unsafe SQL concatenation. XSS Protection Output sanitization through: HTML escaping Input filtering Protects against: Cross-Site Scripting (XSS) Session theft Licensing Protection Centralized licensing system with: Unique license key Unique secret key Remote validation Domain verification Heartbeat monitoring Anti-Cloning Protection Licenses are linked to: Authorized domain Unique credentials Central validation server Unauthorized domain usage can be automatically blocked. ⚙ Administrative Tools User Management Create accounts Edit accounts Suspend users Adjust balances Financial Management Approve transactions Cancel orders Financial reports Content Management News management Download management Video management Social media management Global Settings Rates configuration Countdown management Payment gateway settings License management 🚀 Technology Stack PHP 8+ MySQL 9+ / MariaDB 11+ Bootstrap 5.3.8 AdminLTE 4..0.2 Mercado Pago SDK Stripe SDK PayPal API Binance Pay API Google reCAPTCHA v3 PDO Secure Database Layer 🛡 Final Result The L2JOne Website System delivers a professional-grade solution for Lineage 2 servers, combining: ✅ Modern Administrative Dashboard ✅ Advanced Donation System ✅ Automatic In-Game Delivery ✅ Real-Time Statistics ✅ Centralized Licensing Platform ✅ Financial Fraud Protection ✅ SQL Injection Protection ✅ XSS Protection ✅ CSRF Protection ✅ Anti-Replay Security ✅ Anti-Cloning Protection A complete, secure, and scalable platform built for professional Lineage 2 server operations DEMO SITE: "My Site" - Lineage II I am currently studying programming in Trybe | Cursos de Inteligência Artificial e Tecnologia Price: 150 USDT Payment methods: Crypto using the Tron network or PayPal (you pay an administrative fee). You can choose to pay a monthly fee to get new features or stick with your current version with security updates! The maintenance fee is only 30 USDT per month. Customers currently using my website: http://www.l2shadowwars.com/                                                                                                        Panel Admin:            Database WebSIte     PANEL PLAYER     StartPack    
    • Fixed a lot of null crashes, damn vanganth 🤣 Added engine that you can create your custom quests Extender dungeon systen so u can create as many dungeons as you like       Possibility to create a server from scratch its possible just is the work + the license/month , many ask for the creation.. i can do everything u like, i can even implement UFOs to fly over gym so.. whatever your dream is i can be as close as possible!
    • Hello, it is someone here to help me to make multiskill on helios pack? ( Not stacksub ) i want. On Hi5 i have this config .   # When enabled, the following will be true: # All classes can learn all skills. # Skills of another class costs x2 SP to learn. # Skills of another race costs x2 SP to learn. # Skills of fighters/mages costs x3 SP to learn. # Default: False AltGameSkillLearn = True
  • 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..