Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to Create a r63b Habbo retro (2014!)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dontay" data-source="post: 300131" data-attributes="member: 50670"><p>I have discovered a bug where the pets speech will show up as "unknown pets speach:speech.pet15"</p><p>Take this code & ran a query in navicat, use Brackston example to ran a query in his tutorial</p><p></p><p>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?;'),</p><p>('pet.respected', 'was respected'),</p><p>('pet.tired', 'ZzZzzzzz;*sleeps*;Tired... *sleeps*;ZzZzZZzzzZZz;zzZzzZzzz;... Yawnn ..;ZzZzzZ;'),</p><p>('pet.unknowncommand', '*confused*;What?;Huh?;What is that?;hmm..?;'),</p><p>('speech.pet0', 'woof woof woof!!!;hooooowl;wooooof!;Woof Woof!;sit;lay;snf;Woof;'),</p><p>('speech.pet1', 'meow;meow...meOW;muew..muew;lay;sit;lay;'),</p><p>('speech.pet10', 'Grrr;'),</p><p>('speech.pet11', 'Grrr;'),</p><p>('speech.pet12', 'Grrr;'),</p><p>('speech.pet13', 'Horse;Goes;Neyyyy;'),</p><p>('speech.pet14', 'Grrr;'),</p><p>('speech.pet15', 'neiiigh;*trots around*;Neeeigh;*looks at*;*flicks tail*;'),</p><p>('speech.pet2', 'Rrrr....Grrrrrg....;*Mellow*;Tick tock tick....;*feels like eating my owner*;Nom Nom Nom;.. Yawwnn!;snf;'),</p><p>('speech.pet3', 'woof woof woof!!!;hooooowl;wooooof!;Woof Woof!;sit;lay;snf;Woof;'),</p><p>('speech.pet4', '*pack of fresh salmon please*;Rawrrr!;*sniff sniff*;Yawnnnn..;Rawr! ... Rawrrrrr?;snf;'),</p><p>('speech.pet5', 'Oink Oink..;*Mellow*;Sniff... Sniff..;snf;Oink!;snf;lay;oink;'),</p><p>('speech.pet6', 'Grrr;'),</p><p>('speech.pet7', 'Grrr;'),</p><p>('speech.pet8', 'Grrr;'),</p><p>('speech.pet9', 'Grrr;');</p><p></p><p>If anyone knows how to fix the clothes issue, please let me know</p><p>It shows the character has clothes in the lobby but in the client, it doesnt work.</p><p>You cant change clothes as well.</p><p>I have done some testing & I believe Brackston swf are ok but their is an issue with his external_variables.txt</p><p>I can not work the line but if anyone has solved it, please share</p></blockquote><p></p>
[QUOTE="Dontay, post: 300131, member: 50670"] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to Create a r63b Habbo retro (2014!)
Top