• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

The new Pets (Lion+rhino) [SQL]

Status
Not open for further replies.
Junior Spellweaver
Joined
Feb 10, 2009
Messages
163
Reaction score
14
Hey Guys...

I want to release today 2 new Pets

a lion
+
a rhino

If u dont have the swfs of the lion then download this pack

Credits : Maintence for the pack

but the swf of the Rhino comming soon ...

Now go to phpmyadmin -> Your Database and import this Stuff

Code:
[COLOR="Blue"]INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(167, 14, 'Lion', 1, 1, '1', '1', 1, '0', '0', 0, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', ''),
(168, 14, 'Rino', 1, 1, '1', '1', 1, '0', '0', 6, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '');

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(7457, 167, '84586', 'a0 pet6', 20, 0, 1),
(5354, 168, '83545', 'a0 pet7', 20, 0, 1);

INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(83545, 'a0 pet7', 'a0 pet7', 's', 1, 1, 1, '1', '0', '0', 5354, '0', '0', '0', '0', '0', 'pet', 0, '0'),
(84586, 'Leon', 'a0 pet6', 's', 1, 1, 1, '1', '0', '0', 7457, '1', '1', '1', '1', '1', 'pet', 0, '0');[/COLOR]

After That go to
-> your Uberemu folder
-> Habbo Hotel
-> Catalog
-> Open Catalogs.cs with Notepad

-> Search for
Code:
[COLOR="Green"]case "2434":
    PetType = 2; // Crocodile
    break;[/COLOR]

-> Replace with this
Code:
[COLOR="SeaGreen"]      case "2434":
          PetType = 2; // Crocodile
          break;

      case "7457":
          PetType = 6; // Lion
          break;

      case "5354":
          PetType = 7; // Rino
          break;[/COLOR]

-> Save it
-> Debugg your Uberemu
-> Have fun

Image :
taylan - The new Pets (Lion+rhino) [SQL] - RaGEZONE Forums


You can use Habbo.coms Variables too...

Note: This SQLS Are not made by me
I get it from another Forum...
 
Last edited:
BFH Experience Loader
Joined
Oct 27, 2007
Messages
464
Reaction score
52
i think the R56 are protected so why people should use it ???
 
Newbie Spellweaver
Joined
Apr 25, 2009
Messages
43
Reaction score
0
when i go in my catalog i see the names but i see a blank page this doesnt work unless you have a fix can you please tell me?
 
Banned
Banned
Joined
Jan 9, 2010
Messages
1,850
Reaction score
503
when i go in my catalog i see the names but i see a blank page this doesnt work unless you have a fix can you please tell me?
Decompile the r56 swf's and delete the crossdomain thingie.
 
Junior Spellweaver
Joined
May 28, 2007
Messages
168
Reaction score
5
offtopic: how do I decompile swf files?
ontopic: these don't work..only get pet layout without pet.
 
Banned
Banned
Joined
Jan 9, 2010
Messages
1,850
Reaction score
503
offtopic: how do I decompile swf files?
ontopic: these don't work..only get pet layout without pet.
Ehm, idk :p, but i will try to decompile them myself and if its 100% done, i release it @ ragezone
 
Junior Spellweaver
Joined
Nov 29, 2007
Messages
186
Reaction score
7
Lions its doesnt work >_<

pets server codes is poop -.-
 
Last edited:
Status
Not open for further replies.
Back
Top