Opening OBB (and any similar consumables)

Please do not bump consecutively. You MUST wait a minimum of 24hours before bumping again. 

 
So you want to disable OBB/OPB or any gift box to be opened when inventory's still full?

 
Mind explaining what exact behavior you want?

If it's not dropped, then what should be done?

 
Mind explaining what exact behavior you want?

If it's not dropped, then what should be done?
even i have 100+ inventory ican open gift box or obb but the items will be drop on the floor bcuz my inventory is full
sample i have all dyeatuff in my inventory i will get all dyetuff from obb or gift other loots on the floor

 
WHEN USING OBB WHEN INVENTORY is full remove restriction
 
//src/map/pc.c::pc_isUseitem
1477: Item cannot be opened when inventory is full
 
 
How to do it?
 
WHEN USING OBB WHEN INVENTORY is full remove restriction

//src/map/pc.c::pc_isUseitem

1477: Item cannot be opened when inventory is full

How to do it?
That message happens when you have 100 items in inventory.You can change the MAX_INVENTORY setting, but client won't support it...

It's anyhow common among players to have some free slots in inventory while opening boxes

 
WHEN USING OBB WHEN INVENTORY is full remove restriction

//src/map/pc.c::pc_isUseitem

1477: Item cannot be opened when inventory is full

How to do it?
That message happens when you have 100 items in inventory.You can change the MAX_INVENTORY setting, but client won't support it...

It's anyhow common among players to have some free slots in inventory while opening boxes
how about can still open even you have 100 items the items from obb/opb/gift will be drop on the floor like aeis setting on eathena
 
I looked for the whole community and I couldn't find where I can change the flag for the use of an item, for example, when your inventory reaches a maximum of 100 items, the consumable can no longer be used, I would like to change this modification, when the inventory is full of items the next items falls to the ground when using the consumable.
 

Example:
https://rathena.org/board/topic/117224-i-can-not-open-a-cookie-bag-with-the-inventory-full-because/

The topic that came closest was this one:




 
I looked for the whole community and I couldn't find where I can change the flag for the use of an item, for example, when your inventory reaches a maximum of 100 items, the consumable can no longer be used, I would like to change this modification, when the inventory is full of items the next items falls to the ground when using the consumable.
 

Example:
https://rathena.org/board/topic/117224-i-can-not-open-a-cookie-bag-with-the-inventory-full-because/

The topic that came closest was this one:
u'm using rathena found on 

item_flag.txt

 
Last edited by a moderator:
Wanna bump this thread, got the same question. How to? I did search to the whole community too but herc svn has no item_flag.txt

 
Based on this topics I'd gather, is there any possibility to make the old blue box opening proceed even though the inventory is full or the character is overweight?

Like for example, when the inventory is full of items, the next items falls to the ground when using the consumables like obb or similar to this item.








Please don't warn me for asking this topic after I bump the similar topic, I really do search and look for some answer.

 
Back
Top