The ID for that item I have got is; 5538.
To find the item you look in the catalog_pages table. Then find the page name you want to look into, and then get that ID (Which is the first column);
Once you've found that, you can run this as a query;
SELECT * FROM catalog_items WHERE page_id =...
Run this as a query; ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall`...
Make sure that your configs are correct Your external_variables, external_override_variables, and client.php. Also look in your emulator log files to see if there is any errors in there, if there is post them here, because that is probably stopping you from connecting. As well as that, make sure...
Fixed; I just edited his vars by editing the bottom line;
productdata.load.url=http://localhost/swfs/gamedata/productdata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae
external.texts.txt=http://localhost/swfs/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae...
In your client.php your links have "localhost/swf", but in your recent vars it says "localhost/swfs". You need to make sure that your links are correct.
Like SaW said, make sure that your configs are correct in your config.ini in your emulator folder. "Failed to connect to the specified MySQL server" means that either the username / password / db is incorrect.
Have you looked in the console for any errors? If so, what are they?
Have you also added the correct furnidata for your furniture? furnidata.xml
And also made sure that you have imported your furniture queries etc?
This is a AFK command, but you can easily change it to BRB if you want.
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.Communication.Packets.Outgoing.Rooms.Avatar;
using Plus.HabboHotel.Rooms;
using Plus.HabboHotel.Items;
using...
Here's the full command. Just create a new class in the User > Fun folder using visual studio.
using System;
using Plus.HabboHotel.Rooms;
using Plus.HabboHotel.GameClients;
using Plus.Communication.Packets.Outgoing.Rooms.Chat;
using System.Threading;
namespace...