Making My Own Item Stack

08/22/2011 23:55 haizamlee#1
Hello Everyone.. I have try to search the title about stacks but its not helping.. Can Someone tell me on how to make my own item that i made to be stack... What Should I do?

08/23/2011 00:09 no_1#2
it all depends on the id of the item if its stackable or not.
For example

This is a bulk pack On right click will open 100, To put in shopping mall or something
Code:
1020001	100 StackableXO	0 0 0 0 0 0 0 0 28 100 0 [COLOR="Red"]19000080[/COLOR]
This is a normal stackable item
Code:
1020000	StackableXO 34*	
with this 1 you need to make sure the max amount is for example 200, means stack to 200

Here is the action of the bulk

Code:
[COLOR="red"]19000080	[/COLOR]19000081	0	501	1020000	100 200
19000081	0	0	502	1020001	0
Now you have a unrepairable stackable item
08/23/2011 00:35 haizamlee#3
i dont want those xo or xpball..i mean that i wanna make my own item to be stack..i did as u told above but yet it still not stack..i'm afraid that the problem come from itemtype.dat as i'm using itemtype editor but not hex edit..
08/23/2011 06:01 Marcus*#4
what was it you were wanting to stack and what seems to be the issue with it maybe post ur query so people can see if you made an error and also then maybe people would be able to tell you what you also need to edit within item type data etc..

other then that heres 2 different stackable guides
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
08/23/2011 06:24 haizamlee#5
Query added.... Please Someone check my query
08/23/2011 06:48 40z10Q#6
u need universal id to make stack item .like no_1 said .u can check at soulnecturn guide about stack .
08/23/2011 22:52 no_1#7
The id you are using isn't a stackable id. i don't have much stackables in my server but are phew examples

1037200
1037210
1037220
1037230
1020000
1020002

These are a couple of ids wich i'm sure they stack check the guide from soulnecturn for more info about range
08/23/2011 23:42 Marcus*#8
[Only registered and activated users can see links. Click Here To Register...]