View Single Post
  #3  
Old 03-17-2008, 05:57 AM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by Semedaien View Post
Anyone know how to fix the 100 Stack of bone chips? I wanted to make all stacks max of 20 items :P

Again, about my question with writing a script for restricting duplicated ips, I wanted to prevent anyone from boxing more then 2 accounts on my server. please reply to this or pm me if you can help. very much appreciated!
Code:
UPDATE `items` SET `stacksize`='20' WHERE (`id`='13073')
Reply With Quote