Dissidia Posted November 7, 2013 Posted November 7, 2013 for example can only carry 5 knife in my inventory.. please help me... thanks in advance. Quote
Patskie Posted November 7, 2013 Posted November 7, 2013 if ( countitem(1202) > 5 ) { delitem 1202, ( countitem(1202) - 5 ); } Quote
Kido Posted November 7, 2013 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
Najara Posted November 7, 2013 Posted November 7, 2013 .../db/item_stack? 1202,5,1 // Can only carry 5x Knife[4] Nevermind, apparently only works with "ETC" items. Quote
Dissidia Posted November 8, 2013 Author Posted November 8, 2013 I already do it in item_stack.txt but it's not work.. Quote
Question
Dissidia
for example can only carry 5 knife in my inventory.. please help me... thanks in advance.
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.