Transpet inventory

09/27/2016 03:02 lepitismak#1
Anyone can help me with change slot inventory of trans pet?
09/27/2016 10:12 ​Goofie​#2
Don't change it.
09/27/2016 12:06 janicka#3
its better change max stack of goods.
09/27/2016 18:32 QuantumRising#4
Quote:
Originally Posted by lepitismak View Post
Anyone can help me with change slot inventory of trans pet?
No reason to change the inventory on the cos, just update the max item stack.
Find the job items in _RefObjCommon and use col Link to find them in RefObjItem and then change max stack. Also update media.pk2 to reflect the changes. :mofo:
09/29/2016 05:52 blapanda#5
Changing the max capacity of a grabpet's inventory can lead to some data corruption character wise. Either do that what has been suggested or, well yes, get used to it.
09/29/2016 21:31 AceSpace#6
InventorySize.dbo._RefObjChar is the transport inventory size, usually people who change the maxstack of goods change the inventorysize as well to match. I don't agree with all these replies, being someone who changed the inventorySize of transport pets and the maxStack of goods many times already.
09/30/2016 19:45 lepitismak#7
thank you for the tips.
I changed the attack of the items.

Quote:
Originally Posted by Locklyon View Post
InventorySize.dbo._RefObjChar is the transport inventory size, usually people who change the maxstack of goods change the inventorysize as well to match. I don't agree with all these replies, being someone who changed the inventorySize of transport pets and the maxStack of goods many times already.
I could not do it.
when I'm level 50 appear more than 50 slots.
When I'm level 80 appear only 13.
09/30/2016 20:40 AceSpace#8
Quote:
Originally Posted by lepitismak View Post
thank you for the tips.
I changed the attack of the items.



I could not do it.
when I'm level 50 appear more than 50 slots.
When I'm level 80 appear only 13.
The reason is there are like 5 or 6 types of the transport pet and each has it's own level & hp & slots & resistance. So basically when I use this query:

Code:
SELECT * FROM SRO_VT_SHARD.._RefObjCommon WHERE CodeName128 LIKE '%BUFFALO%'
The results are as the following:

[Only registered and activated users can see links. Click Here To Register...]

The difference between them is one of them being a scroll and the others are the types of the transport pet which spawn depending on the player's level. So you have to edit the inventory slot on all of them (_20, _30, _45_, _60, _75, _90, _105_, _120).
09/30/2016 20:55 lepitismak#9
Quote:
Originally Posted by Locklyon View Post
The reason is there are like 5 or 6 types of the transport pet and each has it's own level & hp & slots & resistance. So basically when I use this query:

Code:
SELECT * FROM SRO_VT_SHARD.._RefObjCommon WHERE CodeName128 LIKE '%BUFFALO%'
The results are as the following:

[Only registered and activated users can see links. Click Here To Register...]

The difference between them is one of them being a scroll and the others are the types of the transport pet which spawn depending on the player's level. So you have to edit the inventory slot on all of them (_20, _30, _45_, _60, _75, _90, _105_, _120).

I have done this and still does not work.
I believe to be some procedure to report the amount of slot based on the char level.

if I'm lvl 50 appear over 50.
Level 80 13 appear.
level 110 appear more than 60.

I wanted to do some progressive thing, for example:

level 10 appear 10 slot
level 20 appear 20 slot
and so on.

it's possible?
10/06/2016 01:05 lepitismak#10
Quote:
Originally Posted by Locklyon View Post
The reason is there are like 5 or 6 types of the transport pet and each has it's own level & hp & slots & resistance. So basically when I use this query:

Code:
SELECT * FROM SRO_VT_SHARD.._RefObjCommon WHERE CodeName128 LIKE '%BUFFALO%'
The results are as the following:

[Only registered and activated users can see links. Click Here To Register...]

The difference between them is one of them being a scroll and the others are the types of the transport pet which spawn depending on the player's level. So you have to edit the inventory slot on all of them (_20, _30, _45_, _60, _75, _90, _105_, _120).
in the case of the behemoth.
it exists in only one level.
How do I change this?

even if I was not found in the buffalo which sets the amount of slot.

I did the following test, I took all white elephants and put 159 regardless of the level slots.
I changed the db and also on the client to not get errors.

When I use the pet still rather on the difference when I'm level 80 (char) and when I am level 52 (char). I am saying that this varies according my char and not the level of the pet.

You know something about it?