Arakne / Araknemu

Simple Dofus server in Java
GNU Lesser General Public License v3.0
105 stars 28 forks source link

Dofus equipment #312

Closed ydainna closed 8 months ago

ydainna commented 9 months ago

There's a bug in the inventory when you equip a dofus of the same type as one you've already equipped. It is normally impossible to equip the same dofus twice.

image

vincent4vx commented 8 months ago

Also check for ring within an itemset. Should return packet OAEA in this case. Also check if other errors (F when full and L for low level) are implemented.

ydainna commented 8 months ago

Yes okey !