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

    • From Salvation onwards I think you need a patched nwindow.dll that allows such modifications, try to see if you get what you need here: https://drive.google.com/drive/u/1/folders/1LLbQFGf8KlR-O0Iv5umfF-pwZgrDh9bd
    • hello everyone! I am wanting to save the files (Ini. - Data - ) of the EP5 Client: Salvation... But they generate the error "corrupt files"... I tried several versions of L2FileEditor without good results. I need help! Thank you!
    • Opening December 6th at 19:00 (GMT +3)! Open Beta Test from November 30th!   https://l2soe.com/   🌟 Introducing L2 Saga of Eternia: A Revolution in Lineage 2 High Five! 🌟   Dear Lineage 2 enthusiasts, Prepare to witness the future of private servers! L2 Saga of Eternia is not just another High Five project—it’s a game-changing experience designed to compete with the giants of the Lineage 2 private server scene. Built for the community, by the community, we’re here to raise the bar in quality, innovation, and longevity. What Sets Us Apart? 💎 No Wipes, Ever Say goodbye to the fear of losing your progress. Our server is built to last and will never close. Stability and consistency are our promises to you. ⚔️ Weekly New Content Our dedicated development team ensures fresh challenges, events, and updates every week. From custom quests to exclusive features, there will always be something exciting to explore. 💰 No Pay-to-Win Skill and strategy matter most here. Enjoy a balanced gameplay environment where your achievements come from effort, not your wallet. 🌍 A Massive Community With 2000+ players expected, join a vibrant and active community of like-minded adventurers ready to conquer the world of Aden. 🏆 Fair and Competitive Gameplay Our systems are designed to promote healthy competition while avoiding abusive mechanics and exploits. 🔧 Professional Development From advanced bug fixes to carefully curated content, we pride ourselves on smooth performance, no lag, and unparalleled server quality. Key Features Chronicle: High Five with unique interface Rate: Dynamic x10 rates Class Balance: Carefully fine-tuned for a fair experience PvP Focused: PvP Ranking & aura display effect for 3 Top PvPers every week Custom Events: Seasonal and permanent events to keep you engaged Additional Features:   Custom Endgame Content: Introduce unique dungeons, raids, or zones unavailable in other servers. Player-Driven Economy: Implement a strong market system and avoid overinflated drops or rewards. Epic Siege Battles: Announce special large-scale sieges and PvP events. Incentives for Streamers and Clans: Attract influencers and big clans to boost server publicity. Roadmap Transparency: Share a public roadmap of planned updates to build trust and excitemen   Here you can read all the features: https://l2soe.com/features   Video preview: Join the Revolution! This is your chance to be part of something legendary. L2 Saga of Eternia is not just a server; it’s a movement to redefine what Lineage 2 can be. Whether you’re a seasoned veteran or a newcomer to the world of Aden, we invite you to experience Lineage 2 at its finest.   Official Launch Date: December 6th 2024 Website: https://l2soe.com/ Facebook: https://www.facebook.com/l2soe Discord: https://discord.com/invite/l2eternia   Let’s build the ultimate Lineage 2 experience together. See you in-game! 🎮
    • That's like a tutorial on how to run l2 on MacOS Xd but good job for the investigation. 
  • Topics

×
×
  • Create New...