jadedlight Posted October 7, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 53 Reputation: 0 Joined: 08/14/15 Last Seen: November 10, 2017 Share Posted October 7, 2015 anyone knows where to find or edit the configurations for normal players to use pots while the storage are opened up? some told me it was in item restrictions but cant seem to find it :/ and guess on how to enable this? TIA <3 Quote Link to comment Share on other sites More sharing options...
1 Cydh Posted October 7, 2015 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted October 7, 2015 try find on pc.c::pc_isUseitem, just find & follow this line if (sd->state.storage_flag && item->type != IT_CASH) { clif_colormes(sd->fd, color_table[COLOR_RED], msg_txt(sd,388)); return false; // You cannot use this item while storage is open. }it disables item usage while storage is opened, except cash_item (in item_db, the one that type 18) 2 Quote Link to comment Share on other sites More sharing options...
Azeroth Posted October 7, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 383 Reputation: 121 Joined: 03/31/12 Last Seen: January 29, 2023 Share Posted October 7, 2015 try find on pc.c::pc_isUseitem, just find & follow this line if (sd->state.storage_flag && item->type != IT_CASH) { clif_colormes(sd->fd, color_table[COLOR_RED], msg_txt(sd,388)); return false; // You cannot use this item while storage is open. }it disables item usage while storage is opened, except cash_item (in item_db, the one that type 18) Cydh i have a question, how to make a limit in inventory only 200 pcs Pots? i want the 547 (Condensed White Potion) ONLY? if else, it will say "Sorry it's not allow to have more than 200 547 (Condensed White Potion) in your inventory. sorry if it is not related my topic. Thank yoi in advance! 1 Quote Link to comment Share on other sites More sharing options...
jadedlight Posted October 7, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 53 Reputation: 0 Joined: 08/14/15 Last Seen: November 10, 2017 Author Share Posted October 7, 2015 will try this :3 thank you will update if it worked so others can have reference :3 what do i put btw XD sorry its new to me to edit this kinds.. still a newbie :3 TIA nvm found it under the SRC folders :3 Quote Link to comment Share on other sites More sharing options...
Stolao Posted October 7, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Share Posted October 7, 2015 try find on pc.c::pc_isUseitem, just find & follow this line if (sd->state.storage_flag && item->type != IT_CASH) { clif_colormes(sd->fd, color_table[COLOR_RED], msg_txt(sd,388)); return false; // You cannot use this item while storage is open. }it disables item usage while storage is opened, except cash_item (in item_db, the one that type 18) Cydh i have a question, how to make a limit in inventory only 200 pcs Pots? i want the 547 (Condensed White Potion) ONLY? if else, it will say "Sorry it's not allow to have more than 200 547 (Condensed White Potion) in your inventory. sorry if it is not related my topic. Thank yoi in advance! That's a completely different request, and barely fits the theam of posters request. Should post a new topic so things are easier to search Quote Link to comment Share on other sites More sharing options...
Question
jadedlight
anyone knows where to find or edit the configurations for normal players to use pots while the storage are opened up?
some told me it was in item restrictions but cant seem to find it :/ and guess on how to enable this?
TIA <3
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.