Rosary slot count

Ink

New member
Messages
42
Points
0
Github
Squall
I have a weird issue with Rosary[1], ItemID 2626

In the item_db (i use sql) i is set to 1 slot

Clienside in the iteminfo.lub it has slotCount = 1

still, ingame i cant put cards in it. Anyone else having this problem? Did i miss something? 

I tried several cards but the rosary never appears as compoundable. I got also a clip[1] in my inventory which appears in the list but not the rosary 

 
Last edited by a moderator:
Also having this issue and I don't know how to resolve it since it seems not everyone has it. 

 
Yeah. 

The weird thing is if I duplicate the rosary and set any other item id it works just fine. Only when it is that specific item id does it give me this issue. 

Is there a file somewhere that could have been edited that prevents an item from having cards compounded on it. 

 
check clif.c @ void clif_use_card(struct map_session_data *sd,int idx)

you can see all the criteria needed...

default_ani_meow.gif


 
That didn't help me much at all. My source is totally up to date and I have no custom edits in there.

The weird thing is I did @item2 and put a card in there and the card doesn't go in that way either. I don't even get the bonus if I put the card in any invisible slots either.

If I have a glove [1] in my inventory and I try to put on a zerom card, the rosary does not show up but the glove does. Mind boggling. 

 
Back
Top