[CSRO-R] Pet LEVEL PACKET OR EXP ?

01/22/2020 12:54 Hercules*#1
can any one help me with those packets ?
is csro r have pet level packet ?
or how i can parse exp packet
01/23/2020 11:29 JellyBitz#2
Quote:
SERVER_PET_UPDATE = 0x30C9
uint petUniqueID
byte updateType
Talking about vsro. 1.188.. But I think it should be the same thing.
PHP Code:
if (updateType == 7// Model changed
{
uint newModelID
// The only way to change the model of pet is by level up/down (a query can give you the  level probably)

Parsing the exp will consume extra resources/processes from server side and using recursivity to handle properly all the levels..
01/23/2020 17:24 Hercules*#3
Quote:
Originally Posted by JellyBitz View Post
Talking about vsro. 1.188.. But I think it should be the same thing.
PHP Code:
if (updateType == 7// Model changed
{
uint newModelID
// The only way to change the model of pet is by level up/down (a query can give you the  level probably)

Parsing the exp will consume extra resources/processes from server side and using recursivity to handle properly all the levels..
yeah its same packet but not the same struct
01/23/2020 19:00 albayim#4
Talking about fellows?
01/23/2020 19:31 Hercules*#5
Quote:
Originally Posted by albayim View Post
Talking about fellows?
attack pets yea
01/23/2020 23:37 JellyBitz#6
Quote:
Originally Posted by Hercules* View Post
yeah its same packet but not the same struct
Shouldn't be so different, you don't even need the rest of structure, first two are enough to apply query or something else..

Show a packet example to check how different it is.
01/24/2020 21:16 kebabas1600#7
Iv got offsets for it :rollsafe:
01/25/2020 14:48 Hercules*#8
Quote:
Originally Posted by kebabas1600 View Post
Iv got offsets for it :rollsafe:
can you share it or send via PM?
03/25/2020 19:34 kebabas1600#9
Quote:
Originally Posted by Hercules* View Post
can you share it or send via PM?

If i will find it in my messy txt files


Sent from my iPhone using Tapatalk