Quote Originally Posted by Efrye View Post
If they would give you more technical details, you would need a basic knowledge of games programming to understand them. But if you were in possession of such knowledge, you would already understand that it's pretty much never as simple as just using the same code. There are always a lot of factors to consider, especially when you're making an MMO with an engine that wasn't design designed for making MMOs.

There really is no reason to question their judgment with these things.
So let me get that straight.
- They are able to show your character with/without a helm depending on item equipped OR command
- They are able to show your character with/without weapon based on a command
- They are able to show your character with/without earrings depending on item equipped

If they could hack in a way to display your character without a weapon even though you can't unequip it (unlike the helms), there is no reason for them to not being able to do the same for the earrings.

Each accessory has a texture/model. I'm guessing they are not loading those (or loading a visibly "empty" one) when main hand is set to off. I don't see a reason this should be impossible to do for the earrings.

That's why I want more details, or an example. Just prove me wrong.