Jump to content

Recommended Posts

Posted

Hello!

At start, I do not know if I posted in correct forum section - hard to say, if this is more client side or server side related.

I've created single item that after equipping, covers whole armor set - yeah, just simple joined all armorgrp entries for upper, lower, boots and gloves into one single line. The effect is that I have single item, which after equip changes appearance - like formal wear.

Ok, this part is working as expected until... I change armor type in server-side xml file from alldress to underwear.

I would like to have item, which doesn't unequip normal armor set, but which is located somewhere in underwear/hair slot and changes appearance.

Now, the question is... Is it even possible? Is it possible to do something like that on client side?

Or maybe server decides about what client should display? In this case it could be possible to play with acis365 code and try to overwrite showing armor while underwear is equipped.

Yup, talking about interlude...

Dear MxC Ninjas, any idea? :)

Posted

you would prob need server side support for it and trick it into wearing your costume over the normal armor

So, does it mean that server decides what client should display and sends this info to client, then client receives packet and displays what server said?

Posted

This one can be closed. Just played with UserInfo.java and CharInfo.java. Added condition to check if underwear slot is used, and if so, replaced armor parts with underwear ID. Works as expected. Thanks!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...