Page 1 of 1

Chocobo pacte question...

Posted: Sat Jun 28, 2014 7:38 pm
by Signature
I noticed that in zones of the past When you rent or addeffect of chocobo it calls forth a black one.

i've spent quite some time trying to figure out how to make it send that same packet regardless of what zone your in with no success.

is that something in the source code? or in the dat files themselves?

Would really love to be able to summon different colored chocobos.

or even how to link your chocoboid to your choco whistle.

Re: Chocobo pacte question...

Posted: Sat Jun 28, 2014 7:45 pm
by kjLotus
pretty sure the client decides which chocobo to use depending on your zone, and the chocobo to use in the past is determined partly by 0x0D (and probably 0x37)

Re: Chocobo pacte question...

Posted: Sat Jun 28, 2014 8:00 pm
by Signature
this? how to use this??

Code: Select all

WBUFL(data,(0x34)-4) = 0x010CA248; // black chocobo

Re: Chocobo pacte question...

Posted: Sat Jun 28, 2014 8:06 pm
by Signature
will this effect the choco model/color?

Code: Select all

 case MODEL_CHOCOBO:
{
this->size = 0x24;

memcpy(data + (0x30) - 4, &(PEntity->look), 20);
}

Re: Chocobo pacte question...

Posted: Sat Jun 28, 2014 8:17 pm
by kjLotus
how to use it? no idea, you're on your own there

the second post will affect a chocobo that is not being ridden by anyone probably..