[R63B] Pets speech not working

bramleyjordann

New Member
Oct 16, 2015
8
0
Hello all,

I am currently working to get my R63B hotel online but am trying to clear up the random bugs/faults. The pet commands at the moment are all like Unknown pet speach:speech pet 10

Anyone able to help?

Thanks!
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
What emulator is this?
Well it should be something like this depending on your database structure.
PHP:
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;');
 

Users who are viewing this thread

Top