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

    • Lol good joke.   If I'd be the one contacting yo then I'd say at least 50% in advance because you can basically just fuck off when things doesn't go your way, and then you as a developer just wasted days or even weeks of time with development.
    • "Just make your own game!" sounds simple until you’ve tried it. I did, with Epic Dragon World and learned the hard way that "open source" often means "free labor for resellers." The MIT license became a buffet for people to grab code, rebrand it and ghost the project. Even basic collaboration collapsed because everyone wanted their vision, not *a* vision. NCSoft’s lawyers aren’t theoretical. They’re a sword of Damocles. Even if you rebuild a client from scratch, if it feels like Lineage 2, they’ll come knocking. Ask the Chrono Trigger fangame corpses how that goes. MMOs are hospice care. The genre’s on life support, kept alive by whales and nostalgia. Look at Throne and Liberty, NCSoft’s own "successor" to L2, flopping harder than a 2004 PKer in ToI. Classic reboots (WoW, L2) are bandaids, not resurrections. This is the hobby. Optimizing old systems, reverse-engineering spaghetti code and preserving janky mechanics is the fun part. Monetizing it turns it into customer service hell. No thanks. Community? What community? The L2 scene is 90% resellers, 10% players who’ll quit the second they don’t get +16 on day one. Both asking how to install Java and why running the uncompiled server does not work.
    • Dear players, Open beta test for C3 begins today at 19:00 server time (GMT +2). 💰 All participants who find bugs during OBT will be rewarded with Coin of Luck (CoL): - 1 CoL for each staticmesh issue found — e.g., walking through textures, etc., - 2 CoL or more for server-side issues, depending on their severity., We strongly recommend reviewing the quest list - when switching to Chronicle 3, the total number of quests should match the number shown in the upper right corner of the window and correspond to the quest count from Chronicle 2. To log into the game, use the same data you use to access the Airin server. 📌 Download client: Google Drive
    • 🔥 Sale Alert! 🔥 Twitter Accounts with 50 Followers — now on SALE! Looking to launch a project or warm up your account base fast? We’ve got starter Twitter accounts with ~50 followers at a sweet price. 💰 Limited-time offer – while stock lasts! ✅ Organic-Looking ✅ Clean & Safe ✅ Perfect for boosting credibility 📦 Instant delivery
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock