I have discovered a bug where the pets speech will show up as "unknown pets speach:speech.pet15"
Take this code & ran a query in navicat, use Brackston example to ran a query in his tutorial
INSERT INTO `bots_pet_responses` (`pet_id`, `responses`) VALUES('pet.lazy', '*sigh*;*refuses*; ... ;Who do you think you are?;you do it;Grr!;*laughs*;Why?;'),
('pet.respected', 'was respected'),
('pet.tired', 'ZzZzzzzz;*sleeps*;Tired... *sleeps*;ZzZzZZzzzZZz;zzZzzZzzz;... Yawnn ..;ZzZzzZ;'),
('pet.unknowncommand', '*confused*;What?;Huh?;What is that?;hmm..?;'),
('speech.pet0', 'woof woof woof!!!;hooooowl;wooooof!;Woof Woof!;sit;lay;snf;Woof;'),
('speech.pet1', 'meow;meow...meOW;muew..muew;lay;sit;lay;'),
('speech.pet10', 'Grrr;'),
('speech.pet11', 'Grrr;'),
('speech.pet12', 'Grrr;'),
('speech.pet13', 'Horse;Goes;Neyyyy;'),
('speech.pet14', 'Grrr;'),
('speech.pet15', 'neiiigh;*trots around*;Neeeigh;*looks at*;*flicks tail*;'),
('speech.pet2', 'Rrrr....Grrrrrg....;*Mellow*;Tick tock tick....;*feels like eating my owner*;Nom Nom Nom;.. Yawwnn!;snf;'),
('speech.pet3', 'woof woof woof!!!;hooooowl;wooooof!;Woof Woof!;sit;lay;snf;Woof;'),
('speech.pet4', '*pack of fresh salmon please*;Rawrrr!;*sniff sniff*;Yawnnnn..;Rawr! ... Rawrrrrr?;snf;'),
('speech.pet5', 'Oink Oink..;*Mellow*;Sniff... Sniff..;snf;Oink!;snf;lay;oink;'),
('speech.pet6', 'Grrr;'),
('speech.pet7', 'Grrr;'),
('speech.pet8', 'Grrr;'),
('speech.pet9', 'Grrr;');
If anyone knows how to fix the clothes issue, please let me know
It shows the character has clothes in the lobby but in the client, it doesnt work.
You cant change clothes as well.
I have done some testing & I believe Brackston swf are ok but their is an issue with his external_variables.txt
I can not work the line but if anyone has solved it, please share
Take this code & ran a query in navicat, use Brackston example to ran a query in his tutorial
INSERT INTO `bots_pet_responses` (`pet_id`, `responses`) VALUES('pet.lazy', '*sigh*;*refuses*; ... ;Who do you think you are?;you do it;Grr!;*laughs*;Why?;'),
('pet.respected', 'was respected'),
('pet.tired', 'ZzZzzzzz;*sleeps*;Tired... *sleeps*;ZzZzZZzzzZZz;zzZzzZzzz;... Yawnn ..;ZzZzzZ;'),
('pet.unknowncommand', '*confused*;What?;Huh?;What is that?;hmm..?;'),
('speech.pet0', 'woof woof woof!!!;hooooowl;wooooof!;Woof Woof!;sit;lay;snf;Woof;'),
('speech.pet1', 'meow;meow...meOW;muew..muew;lay;sit;lay;'),
('speech.pet10', 'Grrr;'),
('speech.pet11', 'Grrr;'),
('speech.pet12', 'Grrr;'),
('speech.pet13', 'Horse;Goes;Neyyyy;'),
('speech.pet14', 'Grrr;'),
('speech.pet15', 'neiiigh;*trots around*;Neeeigh;*looks at*;*flicks tail*;'),
('speech.pet2', 'Rrrr....Grrrrrg....;*Mellow*;Tick tock tick....;*feels like eating my owner*;Nom Nom Nom;.. Yawwnn!;snf;'),
('speech.pet3', 'woof woof woof!!!;hooooowl;wooooof!;Woof Woof!;sit;lay;snf;Woof;'),
('speech.pet4', '*pack of fresh salmon please*;Rawrrr!;*sniff sniff*;Yawnnnn..;Rawr! ... Rawrrrrr?;snf;'),
('speech.pet5', 'Oink Oink..;*Mellow*;Sniff... Sniff..;snf;Oink!;snf;lay;oink;'),
('speech.pet6', 'Grrr;'),
('speech.pet7', 'Grrr;'),
('speech.pet8', 'Grrr;'),
('speech.pet9', 'Grrr;');
If anyone knows how to fix the clothes issue, please let me know
It shows the character has clothes in the lobby but in the client, it doesnt work.
You cant change clothes as well.
I have done some testing & I believe Brackston swf are ok but their is an issue with his external_variables.txt
I can not work the line but if anyone has solved it, please share