rentitem gstorage.

cumbe11

New member
Messages
46
Points
0
I wish I could put rental items in the storage of the items created in the guild ... rentitem

 
@@cumbe11

goto src/map/storage.c

find this and remove those line of codes
 

if (!itemdb_canguildstore(item_data, pc_get_group_level(sd)) || item_data->expire_time) { //Check if item is storable. [Skotlex] clif->message (sd->fd, msg_sd(sd,264)); return 1; }

after editing recompile your server

Note : Item that has a group level can be store in guild storage (like convex mirror) 

 
Last edited by a moderator:
Back
Top