Dissidia Posted November 7, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted November 7, 2013 for example can only carry 5 knife in my inventory.. please help me... thanks in advance. Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 7, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 13 hours ago Share Posted November 7, 2013 if ( countitem(1202) > 5 ) { delitem 1202, ( countitem(1202) - 5 ); } Quote Link to comment Share on other sites More sharing options...
Kido Posted November 7, 2013 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted November 7, 2013 @Patskie that will delete the item D:! why not trying to make the script tell you "you can not carry more than 5." and then the script will just don't let you have more of that item D:?! Quote Link to comment Share on other sites More sharing options...
Najara Posted November 7, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Yesterday at 06:37 AM Share Posted November 7, 2013 .../db/item_stack? 1202,5,1 // Can only carry 5x Knife[4] Nevermind, apparently only works with "ETC" items. Quote Link to comment Share on other sites More sharing options...
Dissidia Posted November 8, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Author Share Posted November 8, 2013 I already do it in item_stack.txt but it's not work.. Quote Link to comment Share on other sites More sharing options...
Question
Dissidia
for example can only carry 5 knife in my inventory.. please help me... thanks in advance.
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.