6/7 boni stack problem

06/08/2013 14:16 CZEboy#1
Hi guys,

I have a question - how can i make a 6/7 boni stackable?

With this query, there can be only 1 in "one"
PHP Code:
INSERT INTO `item_protoVALUES ('71051'0xF2D8A1A4C0E7B0A1BAF1BCAD2020202020202020202020200xA873B7A5C4DDA9CAB06CA55BAFB5D3442020202020202020'3''10''0''1''33152''24576''0''''3000000''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''-1''-1''-1''-1''-1''-1''0''0''0');
INSERT INTO `item_protoVALUES ('71052'0xF2D8A1A4C0E7B0E6BAF1BCAD2020202020202020202020200xA873B7A5C4DDA9CAC2E0B4ABAFB5D3442020202020202020'3''10''0''1''33152''24576''0''''500000''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''-1''-1''-1''-1''-1''-1''0''0''0'); 
What do i have to edit if i would like to use command e.g. : /i 71051 200

And in the inventory there are 200 items in one stack ?
06/08/2013 14:26 Modai#2
Normally you can write /item 71051 200 or something else then they are strackable.
But i´m not sure if it´s possible to strack 6/7 Boni...
06/08/2013 14:30 YamiYugi1994#3
it is possible. go in db. Go to item_proto. Write 4 as flag-value , and it will be stackable ;)
06/08/2013 14:38 CZEboy#4
Quote:
Originally Posted by YamiYugi1994 View Post
it is possible. go in db. Go to item_proto. Write 4 as flag-value , and it will be stackable ;)
Thanks this i was need :)