C cumbe11 New member Messages 46 Points 0 Nov 29, 2015 #2 I wish I could put rental items in the storage of the items created in the guild ... rentitem
Kuya Jeo New member Messages 596 Points 0 Emulator Nov 29, 2015 #3 @@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: Nov 29, 2015
@@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)
C cumbe11 New member Messages 46 Points 0 Nov 30, 2015 #4 trx.. nice Last edited by a moderator: Nov 30, 2015