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.
Chocobo pacte question...
Re: Chocobo pacte question...
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...
this? how to use this??
Code: Select all
WBUFL(data,(0x34)-4) = 0x010CA248; // black chocobo
Re: Chocobo pacte question...
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...
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..
the second post will affect a chocobo that is not being ridden by anyone probably..