pvlestat Posted January 25, 2017 Posted January 25, 2017 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? :) Quote
GLO Posted January 26, 2017 Posted January 26, 2017 you would prob need server side support for it and trick it into wearing your costume over the normal armor Quote
pvlestat Posted January 28, 2017 Author Posted January 28, 2017 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? Quote
GLO Posted January 28, 2017 Posted January 28, 2017 (edited) yes ...i think (its 2 48 and im sleepy) Edited January 28, 2017 by big man bill Quote
pvlestat Posted January 28, 2017 Author Posted January 28, 2017 yes ...i think (its 2 48 and im sleepy) So, maybe Tryskell or SweeTs will be able to let me know where I shall take a look on server code side? :) Quote
pvlestat Posted January 29, 2017 Author Posted January 29, 2017 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! Quote
Recommended Posts
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.