Chocobo pacte question...

Post Reply
User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Chocobo pacte question...

Post by Signature » Sat Jun 28, 2014 7:38 pm

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.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Chocobo pacte question...

Post by kjLotus » Sat Jun 28, 2014 7:45 pm

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)

User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Re: Chocobo pacte question...

Post by Signature » Sat Jun 28, 2014 8:00 pm

this? how to use this??

Code: Select all

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

User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Re: Chocobo pacte question...

Post by Signature » Sat Jun 28, 2014 8:06 pm

will this effect the choco model/color?

Code: Select all

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

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

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Chocobo pacte question...

Post by kjLotus » Sat Jun 28, 2014 8:17 pm

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..

Post Reply