Issue information

Issue ID
#7749
Status
Fixed
Severity
None
Started
Frost
Oct 7, 2013 23:15
Last Post
malufett
Oct 15, 2013 4:30
Confirmation
Yes (1)
No (0)

Frost - Oct 7, 2013 23:15

i found a bug that Pet items like Monkey circlet inserted into the Weapon tab instead of armor tab, please confirm this.

Ind - Oct 8, 2013 0:16

I confirm that the server doesn't handle it that way, however, what happens officially? (is it really meant to get into the armor tab?)

Frost - Oct 8, 2013 3:14

well.. i can't try in official server, but in rAthena, the monkey circlet is in the armor that, the reason why its in the armor tab is because it is equippable by pets?

malufett - Oct 8, 2013 12:26

in official it is consider as armor..maybe a renewal client change like the interchange of IT_WEAPON and IT_ARMOR..

@clif.c
[code=auto:0] //Converts item type in case of pet eggs. static inline int itemtype(int type) { switch( type ){ #if PACKETVER >= 20080827 case IT_WEAPON: return IT_ARMOR; case IT_ARMOR: +case IT_PETARMOR: #endif case IT_PETEGG: return IT_WEAPON; default: return type; } } [/code]



:meow:

This post has been edited by malufett on Oct 8, 2013 13:03