Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fancy Plate (Mith)
#1
Either the fancy plate arms are not at the same layer as the regular plate arms,

OR

the fancy plate chest is not at the same layer as the normal plate chest

OR 

something else is going on cuz this does not look right:
https://gyazo.com/fc2f163f215f3f4a0b21b854401eba2c
Reply
#2
So the problem is definitely with the fancy plate arms and not the chest. However, I've compared them to the normal plate arms and I can't find any difference! Their layers are the same, all of their props are the same. Very mysterious. I will look into this a little more later.
Reply
#3
Fixed for next update. I don't know what was up with the arms layer, but I moved it up a layer, made sure it still counted as arms armor, and now it's fine.
Reply
#4
This change had to be reverted because it was allowing the arms to sit at a non-armor layer which was allowing AR stacking outside of design. We are going to put this back as a bug, and tag Sicarious to see if its a tile data issue.
Reply
#5
This is still broken. I tested on the new High Seas Client, and BOTH plate arms are on the ARMs layer, but the fancy arms do not layer ONTOP of the fancy plate like the normal arms do.

Bump.
Reply
#6
Update: I'm 99% sure this is a client issue. I noticed that leather/studded arms go UNDER chest armor while plate arms go OVER. I downloaded the ClassicUO source, and found this in file "PaperdollInteractable.cs":

bool switch_arms_with_torso = mobile.Equipment[(int) Layer.Arms] != null && mobile.Equipment[(int) Layer.Arms].Graphic == 0x1410;

for (int i = 0; i < layers.Length; i++)
{
Layer layer = layers[i];

if (switch_arms_with_torso)
{
if (layer == Layer.Arms)
layer = Layer.Torso;
else if (layer == Layer.Torso)
layer = Layer.Arms;
}
....
}

0x1410 is the... *drum roll* NORMAL PLATE ARMS. So the client is specifically putting the normal plate arms on top, all other arms underneath.
Reply
#7
Ok, I am already doing some client changes for the new spell casting, I will add this to the list of changes so that the fancy arms are treated the same way as the plate arms
Reply
#8
Please verify this is fixed after the 07/15/20 update
Reply
#9
fixed and archived
Reply
Topic Options
Forum Jump:




Users browsing this thread: 1 Guest(s)