Stacking Problem

10/02/2017 10:39 xoxxen#1
Hey there,

I managed to change the stacks of elixirs and it works almost fine.

Elixirs do not stack automatically and when I teleport in game, like using a return scroll, the manually stacked elixirs get unstacked again.

When I pick up items they also wonīt be put in the free slot that I made by stacking the elixirs, but in the next one that was originally empty.

Any idea what I did wrong?

I would be really happy if someone can help me out.

Even if not hereīs already a big thank you:handsdown: to everyone who is helping out here. All the information on here made it possible for me, without having any background knowledge at all, to open up a small server via hamachi for me and my pals.
10/02/2017 12:42 NorseGodTyr#2
Quote:
Originally Posted by xoxxen View Post
Hey there,

I managed to change the stacks of elixirs and it works almost fine.

Elixirs do not stack automatically and when I teleport in game, like using a return scroll, the manually stacked elixirs get unstacked again.

When I pick up items they also wonīt be put in the free slot that I made by stacking the elixirs, but in the next one that was originally empty.

Any idea what I did wrong?

I would be really happy if someone can help me out.

Even if not hereīs already a big thank you:handsdown: to everyone who is helping out here. All the information on here made it possible for me, without having any background knowledge at all, to open up a small server via hamachi for me and my pals.
change the stack in the Database
by _RefObjItem

you have only edited in Client not in the database
10/02/2017 14:38 xoxxen#3
Quote:
Originally Posted by mialuisa View Post
change the stack in the Database
by _RefObjItem

you have only edited in Client not in the database
I actually have the maxstack of the same item IDs in the pk2 and in my DB on 50. I restarted the server but it is still the same. There must be something I donīt see.:(
10/02/2017 14:47 NorseGodTyr#4
Quote:
Originally Posted by xoxxen View Post
I actually have the maxstack of the same item IDs in the pk2 and in my DB on 50. I restarted the server but it is still the same. There must be something I donīt see.:(
is not the same ID
search in RefObjCommon for the code
and than go right to Link ( he is the ID for RefObjItem )
and change the number of stack


Red is the ID
Green the Stack

RefObjCommon


RefObjItem
10/02/2017 16:51 xoxxen#5
Quote:
Originally Posted by mialuisa View Post
is not the same ID
search in RefObjCommon for the code
and than go right to Link ( he is the ID for RefObjItem )
and change the number of stack


Red is the ID
Green the Stack

RefObjCommon


RefObjItem
Thank you for the easy explanation:bandit::handsdown:
10/02/2017 20:21 Spidy.#6
#Solved :)