Why can't people read? "Information: Please dont forget to run the FIX.sql in the SQL file." If you did that everything will work fine and to enable :lay command go to permissions_rank change cmd_lay to 1.
Printable View
Why can't people read? "Information: Please dont forget to run the FIX.sql in the SQL file." If you did that everything will work fine and to enable :lay command go to permissions_rank change cmd_lay to 1.
Hey, the emu runs fine, but I can't connect in the hotel, did i miss something in the config.conf ?
i've a linux server for the db and an other windows one for the emu.
## Licence Server Information
LicenceServer.URL=http://mydomain.com/phx/
## MySQL Configuration
db.hostname=mydbhost
db.port=3306
db.username=mydbusernmae
db.password=mydbpass
db.name=mydbname
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
## Staff Chat Configuration
emu.staffchat.name=Staff Chat
emu.staffchat.roomid=0
I was and still able to connect to my hotel with the last phoenix and BUI's server licence,
i've done the sql updates. I have no exception or whatever, just no connection on emulator when i try to connect on my hotel...
Thx for help.
I will not share the Source and if someone decompile and release the Source, the development will be stopped.
For the guys that have problems with the command -> :commands empty the table texts and using the one supplied with the emulator and then run fix.sql.
:lay must be working fine, what is exactly the problem? dont forget to activate cmd_lay in permissions_ranks.
Loading Roles... Failted to boot, key not found -> something wrong in permissions_ranks, permissions_users or texts table.
@Krako Bobbaz: what is your skypename? i'll help you.
You can try the following :
Did a :PHP Code:## Phoenix 3.0 System Configuration File
## Licence Information
##autoremoved o taku##.username=##Username##
##autoremoved o taku##.password=##Pass###
## Licence Server Information
LicenceServer.URL=http://##YOUR URL##/phx/
db.hostname=
db.port=3306
db.username=
db.password=
db.name=
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=150
## Game TCP/IP Configuration
game.tcp.bindip=0.0.0.0
game.tcp.port=1232
game.tcp.conlimit=1200
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=1234
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0
## Staff Chat Configuration
emu.staffchat.name=Staff Chat
emu.staffchat.roomid=0
truncate table texts
Imported the texts from phoenix 3.11.0.sql then i run the fix.sql but still no luck :(
What is your skypename?
I'll try to help you.
Regards, Imagician.
---------
edit:
New Update (Feature added):
- room polls, you can create now polls
picture:
Attachment 141747
Regards, Imagician.
Imagician has exceeded their stored private messages quota and cannot accept further messages until they clear some space. :(
Can you code staffpicks for Phoenix @Imagician?
I'll add the staffpicks too, no problem :)
Regards, Imagician.
Replaced the texts, thanks to Imagician to the following (p.s. download link is dead):
PHP Code:CREATE TABLE IF NOT EXISTS `texts` (
`identifier` varchar(50) NOT NULL,
`display_text` mediumtext NOT NULL,
PRIMARY KEY (`identifier`),
KEY `identifier` (`identifier`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Daten für Tabelle `texts`
--
INSERT INTO `texts` (`identifier`, `display_text`) VALUES
('cmd_about_desc', ':about - Server Information'),
('cmd_about_name', 'info'),
('cmd_alert_desc', ':alert <username> <message> - Alerts the target user with the message provided'),
('cmd_alert_name', 'alert'),
('cmd_award_desc', ':award <username> <achievement id> - The target user unlocks the selected achievement'),
('cmd_award_name', 'award'),
('cmd_ban_desc', ':ban <username> <time in seconds> - Bans the targetted user for the specified time in seconds. Minimum ban length of 10 minutes (600).'),
('cmd_ban_name', 'ban'),
('cmd_buy_desc', ':buy <count> - Modifies the quantity of your next catalogue purchase'),
('cmd_buy_name', 'buy'),
('cmd_coins_desc', ':coins <username> <amount> - Gives the target user the set amount of credits'),
('cmd_coins_name', 'coins'),
('cmd_commands_name', 'commands'),
('cmd_coords_desc', ':coords - Returns your current co-ordinates'),
('cmd_coords_name', 'coords'),
('cmd_disablediagonal_desc', ':disablediagonal - Disable diagonal walking in the room'),
('cmd_disablediagonal_name', 'disablediagonal'),
('cmd_disconnect_name', 'disconnect'),
('cmd_emptyitems_desc', ':emptyitems - Clears your inventory'),
('cmd_emptyitems_name', 'emptyitems'),
('cmd_empty_desc', ':empty <username> - Clears targets inventory'),
('cmd_empty_name', 'empty'),
('cmd_enable_desc', ':enable <effect id> - Applies the provided effect ID to yourself'),
('cmd_enable_name', 'enable'),
('cmd_error_disabled', 'This command has been disabled by the hotel owner, sorry!'),
('cmd_error_permission_vip', 'This command is restricted to VIP members only, for more info on VIP check out the website!'),
('cmd_flagme_desc', ':flagme - Allows you to change your username'),
('cmd_flagme_name', 'flagme'),
('cmd_follow_desc', ':follow <username> - Follows the target whether they''re a friend or not'),
('cmd_follow_name', 'follow'),
('cmd_freeze_desc', ':freeze <username> - Disables pathfinding for the targetted user, thus freezing them in place'),
('cmd_freeze_name', 'freeze'),
('cmd_givebadge_desc', ':givebadge <username> <badge id> - Gives the targetted user the specified badge'),
('cmd_givebadge_name', 'givebadge'),
('cmd_globalcredits_desc', ':globalcredits <amount> - Gives all users the specified amount of credits, including offline users'),
('cmd_globalcredits_name', 'globalcredits'),
('cmd_globalpixels_desc', ':globalpixels <amount> - Gives all users the specified amount of pixels, including offline users'),
('cmd_globalpixels_name', 'globalpixels'),
('cmd_globalpoints_desc', ':globalpoints <amount> - Gives all users the specified amount of points, including offline users'),
('cmd_globalpoints_name', 'globalpoints'),
('cmd_hal_desc', ':hal <url> <message> - Sends out a hotel-wide alert with the provided message and a link to the provided url'),
('cmd_hal_name', 'hal'),
('cmd_hal_title', 'Notice from Hotel Management:'),
('cmd_ha_desc', ':ha <message> - Sends out a hotel-wide alert with the provided message'),
('cmd_ha_name', 'ha'),
('cmd_ha_title', 'Important Notice from Hotel Management'),
('cmd_invisible_desc', ':invisible - Puts you into spectator mode, you won''t be visible to anyone else, you''ll need to reload the hotel to remove this effect'),
('cmd_invisible_name', 'invisible'),
('cmd_ipban_desc', ':ipban <user> - Permanently bans the targetted user and applies an IP ban'),
('cmd_ipban_name', 'ipban'),
('cmd_kick_desc', ':kick <username> <reason> - Kicks the target user from the room with the reason provided'),
('cmd_kick_name', 'kick'),
('cmd_massbadge_desc', ':massbadge <badge id> - Gives all online users the specified badge'),
('cmd_massbadge_name', 'massbadge'),
('cmd_masscredits_desc', ':masscredits <amount> - Gives all online users the specified amount of credits'),
('cmd_masscredits_name', 'masscredits'),
('cmd_masspixels_desc', ':masspixels <amount> - Gives all online users the specified amount of pixels'),
('cmd_masspixels_name', 'masspixels'),
('cmd_masspoints_desc', ':masspoints <amount> - Gives all online users the specified amount of points'),
('cmd_masspoints_name', 'masspoints'),
('cmd_mimic_desc', ':mimic <username> - Copies the target users looks and applies them to yourself'),
('cmd_mimic_name', 'mimic'),
('cmd_moonwalk_desc', ':moonwalk - Toggles the ability to moonwalk'),
('cmd_moonwalk_name', 'moonwalk'),
('cmd_motd_desc', ':motd <username> <message> - Alerts the target user with the message provided'),
('cmd_motd_name', 'motd'),
('cmd_mute_desc', ':mute <username> - Mutes the targetted user'),
('cmd_mute_name', 'mute'),
('cmd_override_desc', ':override - Enables you to ignore pathfinding and walk across/through any surface'),
('cmd_override_name', 'override'),
('cmd_pickall_desc', ':pickall - Pick up all furni'),
('cmd_pickall_name', 'pickall'),
('cmd_pixels_desc', ':pixels <username> <amount> - Gives the target user the set amount of pixels'),
('cmd_pixels_name', 'pixels'),
('cmd_points_desc', ':points <username> <amount> - Gives the target user the set amount of points'),
('cmd_points_name', 'points'),
('cmd_pull_desc', ':pull <username> - Pulls the target user to yourself'),
('cmd_pull_name', 'pull'),
('cmd_push_desc', ':push <username> - Pushes the target user 1 step away from yourself'),
('cmd_push_name', 'push'),
('cmd_redeemcreds_desc', ':redeemcredits - Turns all exchange items in your hand back into coins'),
('cmd_redeemcreds_name', 'convertcredits'),
('cmd_removebadge_desc', ':removebadge <username> <badge id> - Removes the specified badge from the targetted user'),
('cmd_removebadge_name', 'removebadge'),
('cmd_ride_desc', ':ride <horsename> - Allows you to ride a horse'),
('cmd_ride_err_nothorse', 'You cannot ride other users or small animals, sorry! :('),
('cmd_ride_err_riding', 'You need to :dismount before you can ride another animal!'),
('cmd_ride_err_swimming', 'You cannot ride animals while taking a swim, sorry! :('),
('cmd_ride_err_toofar', 'You need to get close to ride this animal!'),
('cmd_ride_err_tooslow', 'That animal already has a rider, sorry! :('),
('cmd_ride_instr_getoff', 'To get off the animal you can use :dismount or :getoff'),
('cmd_ride_name', 'ride'),
('cmd_roomalert_desc', ':roomalert <message> - Alerts everyone in the current room with the message provided'),
('cmd_roomalert_name', 'roomalert'),
('cmd_roombadge_desc', ':roombadge <badge id> - Gives all users in the current room the specified badge'),
('cmd_roombadge_name', 'roombadge'),
('cmd_roominfo_name', 'roominfo'),
('cmd_roomkick_desc', ':roomkick <reason> - Kicks everyone from the current room with the reason provided'),
('cmd_roomkick_name', 'roomkick'),
('cmd_roommute_desc', ':roommute - Enables/Disables a room-wide mute'),
('cmd_roommute_name', 'roommute'),
('cmd_sa_desc', ':sa <message> - Sends a message to other staff members with the receive_sa permission'),
('cmd_sa_name', 'sa'),
('cmd_sa_title', 'Staff Announcement'),
('cmd_setmax_desc', ':setmax <count> Updates maximum allowed users in the room'),
('cmd_setmax_name', 'setmax'),
('cmd_setspeed_desc', ':setspeed <speed> - Changes the speed of rollers in the current room'),
('cmd_setspeed_name', 'setspeed'),
('cmd_shutdown_desc', ':shutdown - Immediately begins a server shutdown'),
('cmd_shutdown_name', 'shutdown'),
('cmd_spull_desc', ':spull <username> - Forces the target user to walk towards you'),
('cmd_spull_name', 'spull'),
('cmd_summon_desc', ':summon <username> - Forces the target user to load your current room'),
('cmd_summon_name', 'summon'),
('cmd_superban_desc', ':superban <username> - Permanently bans the targetted user'),
('cmd_superban_name', 'superban'),
('cmd_teleport_desc', ':teleport - Clicking on a location will teleport you to it - walking is for losers!'),
('cmd_teleport_name', 'teleport'),
('cmd_unload_desc', ':unload - Unloads the room'),
('cmd_unload_name', 'unload'),
('cmd_unmute_desc', ':unmute <username> - Unmutes the targetted user'),
('cmd_unmute_name', 'unmute'),
('cmd_update_achievements_desc', ':update_achievements - Reloads achievements data from the database'),
('cmd_update_achievements_name', 'update_achievements'),
('cmd_update_bans_desc', ':update_bans - Re-applies all active bans from the bans database'),
('cmd_update_bans_name', 'update_bans'),
('cmd_update_bots_desc', ':update_bots - Reloads the bots from the bots table'),
('cmd_update_bots_name', 'update_bots'),
('cmd_update_catalogue_desc', ':update_catalogue - Reloads the catalogue pages and items from the database'),
('cmd_update_catalogue_name', 'update_catalogue'),
('cmd_update_filter_desc', ':update_filter - Reloads the hotel filter from the database'),
('cmd_update_filter_name', 'update_filter'),
('cmd_update_items_desc', ':update_items - Reloads the furniture settings from the furniture table'),
('cmd_update_items_name', 'update_items'),
('cmd_update_navigator_desc', ':update_navigator - Reloads the room models and navigator settings'),
('cmd_update_navigator_name', 'update_navigator'),
('cmd_update_permissions_desc', ':update_permissions - Reloads the permissions settings from the database'),
('cmd_update_permissions_name', 'update_permissions'),
('cmd_update_settings_desc', ':update_settings - Re-applies the settings from the server_settings table'),
('cmd_update_settings_name', 'update_settings'),
('cmd_update_texts_desc', ':update_texts - Updates texts from database'),
('cmd_update_texts_name', 'update_texts'),
('cmd_userinfo_desc', ':userinfo <username> - Returns some information about the target user to you'),
('cmd_userinfo_name', 'userinfo'),
('emu_cleandb', 'Cleaning up database..'),
('emu_connectdb', 'Connecting to database..'),
('emu_loadroles', 'Loading Roles..'),
('emu_loadsettings', 'Loading Settings..'),
('emu_loadtexts', 'Loading Texts..'),
('emu_sso_wrong', 'Login error: Your SSO ticket was incorrect'),
('emu_sso_wrong_secure', ' AND/OR your current IP doesn''t match our database '),
('error_maxpets', 'There are too many pets in this room. The maximum number of pets in a room is :'),
('error_roomunload', 'Oops, something went wrong with the room you were in, sorry!'),
('guidebot_welcome1', 'Hello and welcome to YOUR HOTEL! I am a bot Guide and I''m here to help you.'),
('guidebot_welcome2', 'I can give you tips and hints on what to do here, just ask me a question :)'),
('mod_error_permission_ban', 'You do not have permission to ban that user.'),
('mod_error_permission_caution', 'You do not have permission to caution that user, sending as a regular message instead.'),
('mod_error_permission_kick', 'You do not have permission to kick that user.'),
('mod_inappropriate_roomdesc', 'Inappropriate to Hotel Managament'),
('mod_inappropriate_roomname', 'Inappropriate to Hotel Managament'),
('mod_tool_category1', 'Room Problems'),
('mod_tool_category1_problem1', 'Door Problem'),
('mod_tool_category1_problem2', 'Final Warning'),
('mod_tool_category1_problem3', 'Persisting Issue'),
('mod_tool_category1_problem4', 'Swearing Issue'),
('mod_tool_category1_problem5', 'Forum Assist'),
('mod_tool_category1_problem6', 'Flooding Room'),
('mod_tool_category1_problem7', 'Room Name'),
('mod_tool_category1_problem8', 'Furni Loading'),
('mod_tool_category1_solution1', 'Please check that there is nothing blocking the doorway. If the problem persists please report it again and we will investigate further.'),
('mod_tool_category1_solution2', 'This is your final warning regarding your actions within YOUR HOTEL. The next step will be a ban.'),
('mod_tool_category1_solution3', 'We understand that the problem you were having is continuing to occur. Please update us with all the details. '),
('mod_tool_category1_solution4', 'The language you are using in the room is not acceptable and is insulting other users please stop doing this or you will be kicked, possibly banned from YOUR HOTEL.'),
('mod_tool_category1_solution5', 'Please go to **************.com and submit your problem in the YOUR HOTEL forums.'),
('mod_tool_category1_solution6', 'Attention, we''ve noticed you are filling up the chat with mindless and senseless speech. This is what is known as flooding the room. Please stop doing this immeadiately or you will be kicked from the room.'),
('mod_tool_category1_solution7', 'Please change your room name otherwise we will do it.'),
('mod_tool_category1_solution8', 'Furniture not loading in rooms is a rare occurance in YOUR HOTEL. Please try reloading YOUR HOTEL, or clearing your internet browsers cache. There are tutorials on how to on our help website. Go to YOUR HOTEL.com/help. '),
('mod_tool_category2', 'Player Support'),
('mod_tool_category2_problem1', 'Player Bug'),
('mod_tool_category2_problem2', 'Login Problem'),
('mod_tool_category2_problem3', 'Report Bug'),
('mod_tool_category2_problem4', 'CFH Abuse'),
('mod_tool_category2_problem5', 'Private Information'),
('mod_tool_category2_problem6', 'SWF Error'),
('mod_tool_category2_problem7', 'Cache'),
('mod_tool_category2_problem8', 'Temp. Problem'),
('mod_tool_category2_solution1', 'Thank you for contacting us regarding the bug. Please report it to the uservoice. www.YOUR HOTEL.uservoice.com'),
('mod_tool_category2_solution2', 'Please use the uservoice forum to report this problem. www.YOUR HOTEL.uservoice.com'),
('mod_tool_category2_solution3', 'Please report all bugs to our uservoice forum. www.YOUR HOTEL.uservoice.com'),
('mod_tool_category2_solution4', 'Please stop abusing the call for help system. It is only to be used in the event of an EMERGENCY. If you have general questions please seek the advice of an eXpert.'),
('mod_tool_category2_solution5', 'It is unsafe to give out your personal information.'),
('mod_tool_category2_solution6', 'Please report this bug and how to recreate the bug and post it at our uservoice forum. www.YOUR HOTEL.uservoice.com'),
('mod_tool_category2_solution7', 'If you are having problems with your comptuer memory, clear your cache.'),
('mod_tool_category2_solution8', 'Delete your temporary history!'),
('mod_tool_category3', 'Users Problems'),
('mod_tool_category3_problem1', 'Scamming'),
('mod_tool_category3_problem2', 'Trading Scam'),
('mod_tool_category3_problem3', 'Disconnection'),
('mod_tool_category3_problem4', 'Room Blocking'),
('mod_tool_category3_problem5', 'Freezing'),
('mod_tool_category3_problem6', 'Job Info'),
('mod_tool_category3_problem7', 'Flooding'),
('mod_tool_category3_problem8', 'Updates'),
('mod_tool_category3_solution1', 'There is no need to report scammers on YOUR HOTEL. YOUR HOTEL gives away 50 free coins every 15 minutes (along with Pixels) therefore it is useless to report scammers when our services are free. Please Note: All trading done within YOUR HOTEL is done at your own risk.'),
('mod_tool_category3_solution2', 'If you have been scammed by trade in YOUR HOTEL we can only apologise, there is no way of us retreiving the furniture that you have lost. Please note that all trading done on YOUR HOTEL is done at your own risk, you should be vigilent when trading. '),
('mod_tool_category3_solution3', 'There are often times when we are updating the hotel or there may be a slight bug within the system that would cause you to disconnect. Disconnections shouldn''t happen often, if they do please seek help on our forums at **************.com'),
('mod_tool_category3_solution4', 'If there is a user in a room whom is blocking your path, ask the room owner to remove the user from the room. If the room ownwer is not there, please let us know and we will come and assist you.'),
('mod_tool_category3_solution5', 'Can explain us what happens to cause the freezing?'),
('mod_tool_category3_solution6', 'Please do not ask to be Staff in YOUR HOTEL.Staff members are chosen from the eXpert team. To become a member of hotel staff first you must be an eXpert. To become an eXpert you must be active on the hotel, friendly, buid some good rooms. Please be patient if you do all of these things, we are bound to notice you. '),
('mod_tool_category3_solution7', 'Attention, we''ve noticed you''re flooding or spamming YOUR HOTEL with text. Please do not continue doing this or you will be kicked and even possibly banned from YOUR HOTEL. Thank-You.\r\n'),
('mod_tool_category3_solution8', 'Updates are conducted when needed in YOUR HOTEL to give users the best experience possible we thank you for taking the time to contact us regarding updates on the hotel. If there are new things to add to the hotel you can be sure they are coming in the future.\r\n'),
('mod_tool_category4', 'Debug Problems'),
('mod_tool_category4_problem1', 'Lag'),
('mod_tool_category4_problem2', 'Disconnection'),
('mod_tool_category4_problem3', 'SSO Problem'),
('mod_tool_category4_problem4', 'Char. Filter'),
('mod_tool_category4_problem5', 'System Check'),
('mod_tool_category4_problem6', 'WireEncoding Error'),
('mod_tool_category4_problem7', 'BASE64 Error'),
('mod_tool_category4_problem8', 'Flash Player Problem'),
('mod_tool_category4_solution1', 'Try to leave the room or perhaps reload the hotel to get rid of the lag.'),
('mod_tool_category4_solution2', 'Often times we are updating the hotel or there may be a slight bug within the system that would cause a disconnection. Although it is rare, please bear with us while we update our services.'),
('mod_tool_category4_solution3', 'Please contact us by posting on our uservoice forum. www.YOUR HOTEL.uservoice.com'),
('mod_tool_category4_solution4', 'Can you say the username? We''ll take action if needed.'),
('mod_tool_category4_solution5', 'We already checking everything and debuging stuff'),
('mod_tool_category4_solution6', 'Please contact us by posting on our uservoice forum. www.YOUR HOTEL.uservoice.com'),
('mod_tool_category4_solution7', 'Please contact us by posting on our uservoice forum. www.YOUR HOTEL.uservoice.com'),
('mod_tool_category4_solution8', 'Please contact us by posting on our uservoice forum. www.YOUR HOTEL.uservoice.com'),
('mod_tool_category5', 'System Problems'),
('mod_tool_category5_problem1', 'Version'),
('mod_tool_category5_problem2', 'SWF Build'),
('mod_tool_category5_problem3', 'Freeze'),
('mod_tool_category5_problem4', 'Name Filter'),
('mod_tool_category5_problem5', 'Nickname Filter'),
('mod_tool_category5_problem6', 'Catalogue Issue'),
('mod_tool_category5_problem7', 'Swearing Filter'),
('mod_tool_category5_problem8', 'Update Filter'),
('mod_tool_category5_solution1', 'YOUR HOTEL is always in the latest possible version.'),
('mod_tool_category5_solution2', 'Currenly We use the same version like Habbo.com'),
('mod_tool_category5_solution3', 'Can explain us what happens to cause the freezing?"'),
('mod_tool_category5_solution4', 'Can you say the username? We''ll take action if needed.'),
('mod_tool_category5_solution5', 'Can you say the usersname? We''ll take action if needed.'),
('mod_tool_category5_solution6', 'What item are you trying to buy and what section is it in? If possible could you report this bug to our uservoice forum? www.YOUR HOTEL.uservoice.com'),
('mod_tool_category5_solution7', 'If possible, leave the room and ignore the user. If their speech is highly inappropriate and is offending other users send another call. We''ll take care of it.'),
('mod_tool_category5_solution8', 'We will update your words in the filter Thanks for your report.'),
('mod_tool_category6', 'Common Issues'),
('mod_tool_category6_problem1', 'eXpert Info'),
('mod_tool_category6_problem2', 'Moderator Info'),
('mod_tool_category6_problem3', 'Rights Info'),
('mod_tool_category6_problem4', 'Weekly Rare'),
('mod_tool_category6_problem5', 'Coins'),
('mod_tool_category6_problem6', 'Swearing'),
('mod_tool_category6_problem7', 'Inappropriate Actions'),
('mod_tool_category6_problem8', 'Staff Members'),
('mod_tool_category6_solution1', 'YOUR HOTEL hires eXperts based on many things. Users must be active within YOUR HOTEL, friendly and stay out of trouble, Users wanting to become eXperts shouldn''t ask to be. We look for users who have a decent amount of furni filled rooms. Please wait for us to recognize you, do not ask to be an eXpert. It will only lower your chances.'),
('mod_tool_category6_solution2', 'YOUR HOTEL Moderators are promoted from eXperts. Please do not ask to be a Moderator, it is very inappropriate to ask to be staff. If you are caught pestering staff you may be kicked from the room.'),
('mod_tool_category6_solution3', 'If you have given users rights to move furniture in your room and they have let you down by trashing your room, this is not something we can govern. It''s upto you whom you give room rights out to. We suggest you are more careful as to whom you give room rights out to in the future. We apologise we can''t be of anymore help.'),
('mod_tool_category6_solution4', 'The weekly rare listed in the catalouge under limited edition is changed at the beginning or near the end of the week. Please wait till then for a new rare to be released.'),
('mod_tool_category6_solution5', 'Coins are distributed every 15 minutes along with pixels. Open the catalouge to find out other easy ways to get coins.'),
('mod_tool_category6_solution6', 'Your language has been deemed inappropriate and adverse action may be taken on your account if you do not stop.'),
('mod_tool_category6_solution7', 'Your actions have been deemed inappropriate and adverse action may be taken on your account if you do not stop.'),
('mod_tool_category6_solution8', 'If you would like to see which Staff members are currently online. Please go to the YOUR HOTEL homepage, click community then Staff and eXperts. It will say next to the name which are online and offline. '),
('mus_alert_title', 'Important Notice from Hotel Management'),
('mus_hal_tail', 'Sent from Housekeeping'),
('mus_hal_title', 'Notice from Hotel Management:'),
('mus_ha_title', 'Important Notice from Hotel Management'),
('pet_breeds_0', 'QFHHIHHIIHHJIHHKIHHPAIHHQAIHHRAIHHSAIHHPBIHHQBIHHRBIHHSBIHHPCIHHQCIHHRCIHHSCIHHPDIHHQDIHHRDIHHSDIHHPEIHHQEIHHREIHHSEIHHPFIH'),
('pet_breeds_1', 'QFIHIHIIIHIJIHIKIHIPAIHIQAIHIRAIHISAIHIPBIHIQBIHIRBIHISBIHIPCIHIQCIHIRCIHISCIHIPDIHIQDIHIRDIHISDIHIPEIHIQEIHIREIHISEIHIPFIH'),
('pet_breeds_10', 'IRBHIH'),
('pet_breeds_11', 'RCSBIIHSBJIHSBKIHSBPAIHSBQAIHSBRAIHSBPBHHSBQBIHSBRBIHSBSBIHSBPCIHSBQCIHSBSCIHSBRDIH'),
('pet_breeds_12', 'RAPCHIHPCIIHPCJIHPCKIHPCPAIHPCQAIH'),
('pet_breeds_13', 'KQCRHIHQCRGIHQCKIH'),
('pet_breeds_14', 'PBRCHIHRCIIHRCJIHRCKHIRCPAIHRCQAIHRCRAIHRCSAIH'),
('pet_breeds_15', 'ISCHIH'),
('pet_breeds_16', 'IPDHIH'),
('pet_breeds_17', 'IQDHIH'),
('pet_breeds_18', 'IRDHIH'),
('pet_breeds_19', 'ISDHIH'),
('pet_breeds_2', 'PCJHIHJIIHJJIHJKIHJPAIHJQAIHJRAIHJSAIHJPBIHJQBIHJRBIHJSBIH'),
('pet_breeds_20', 'IPEHIH'),
('pet_breeds_3', 'SAKHIHKIIHKJIHKKIHKPAIHKQAIHKRAIH'),
('pet_breeds_4', 'PAPAHIHPAIIHPAJIHPAKIH'),
('pet_breeds_5', 'SAQAHIHQAIIHQAJIHQAKIHQAQAIHQASAIHQAPBIH'),
('pet_breeds_6', 'QCRAHIHRAIIHRAJIHRAKIHRAPAIHRAQAIHRARAHIRASAHIRAPBHIRAQBHIRARBHIRASBIHRAPCHI'),
('pet_breeds_7', 'PBSAHIHSAIIHSAJIHSAKHISAPAIHSAQAIHSARAIHSASAIH'),
('pet_breeds_8', 'QCPBHIHPBIIHPBJIHPBKIHPBPAIHPBQAIHPBRAIHPBSAIHPBPBIHPBQBIHPBRBIHPBSBIHPBRCIH'),
('pet_breeds_9', 'QBQBHIHQBIIHQBJIHQBKIHQBPAIHQBQAIHQBRAIHQBSAIHQBPBIH'),
('pet_chatter_bear1', 'Rawwwwwr'),
('pet_chatter_bear2', '*roars*'),
('pet_chatter_bear3', 'Grrrr'),
('pet_chatter_bear4', '*sniff sniff*'),
('pet_chatter_bear5', '*yawns*'),
('pet_chatter_cat1', 'Purrrrr'),
('pet_chatter_cat2', 'Meeeeeow!'),
('pet_chatter_cat3', '*yawns*'),
('pet_chatter_cat4', '*purrs*'),
('pet_chatter_cat5', 'meow :3'),
('pet_chatter_chic1', 'tweet tweet'),
('pet_chatter_chic2', '*flaps wings*'),
('pet_chatter_chic3', 'AWK AWK'),
('pet_chatter_chic4', '*pecks*'),
('pet_chatter_chic5', '*runs around pointlessly*'),
('pet_chatter_croc1', '*feels like eating my owner*'),
('pet_chatter_croc2', 'tick, tock, tick, tock'),
('pet_chatter_croc3', '*snaps jaws*'),
('pet_chatter_croc4', 'Rrrr.. Grrrrr'),
('pet_chatter_croc5', '*yawns*'),
('pet_chatter_dog1', 'woof woof woof!!!'),
('pet_chatter_dog2', 'Hooooowl'),
('pet_chatter_dog3', '*wags tail*'),
('pet_chatter_dog4', '*chases tail*'),
('pet_chatter_dog5', '*pants*'),
('pet_chatter_dragon1', '*flies around*'),
('pet_chatter_dragon2', '*thinks about torching things*'),
('pet_chatter_dragon3', '*looks for something to fry*'),
('pet_chatter_dragon4', '*eyes you up*'),
('pet_chatter_dragon5', '*soars down*'),
('pet_chatter_frog1', 'Ribbit..'),
('pet_chatter_frog2', '*bounces around*'),
('pet_chatter_frog3', '*croaks*'),
('pet_chatter_frog4', 'rrrribbit!'),
('pet_chatter_frog5', '*stretches*'),
('pet_chatter_generic1', 'Hmm..'),
('pet_chatter_generic2', '*looks for food*'),
('pet_chatter_generic3', '*Humms*'),
('pet_chatter_generic4', '*looks at*'),
('pet_chatter_generic5', '*looks for water*'),
('pet_chatter_horse1', 'neiiigh'),
('pet_chatter_horse2', '*trots around*'),
('pet_chatter_horse3', 'Neeeigh'),
('pet_chatter_horse4', '*looks at*'),
('pet_chatter_horse5', '*flicks tail*'),
('pet_chatter_lion1', 'Rawwrrrr'),
('pet_chatter_lion2', '*stares*'),
('pet_chatter_lion3', 'Grrrr'),
('pet_chatter_lion4', '*roars*'),
('pet_chatter_lion5', '*looks at*'),
('pet_chatter_monkey1', 'Oo oo oo (I wanna be like you-oo-oo!)'),
('pet_chatter_monkey2', '*swings around*'),
('pet_chatter_monkey3', 'Ooo oo!'),
('pet_chatter_monkey4', '*looks at*'),
('pet_chatter_monkey5', '*grooms myself*'),
('pet_chatter_pig1', 'Oink Oink!'),
('pet_chatter_pig2', '*snorts*'),
('pet_chatter_pig3', '*sniffs around*'),
('pet_chatter_pig4', 'Oink!'),
('pet_chatter_pig5', '*looks for mud*'),
('pet_chatter_rhino1', 'CHARGEEEEE!'),
('pet_chatter_rhino2', '*stomps around*'),
('pet_chatter_rhino3', '*snorts*'),
('pet_chatter_rhino4', '*prepares to charge*'),
('pet_chatter_rhino5', 'ARGHHHHHHHHHH!!'),
('pet_chatter_spider1', '*spins a web*'),
('pet_chatter_spider2', '*crawls around*'),
('pet_chatter_spider3', '*sneaks up on you*'),
('pet_chatter_spider4', '*hangs around*'),
('pet_chatter_spider5', '*looks at*'),
('pet_chatter_turtle1', '*hides in my shell*'),
('pet_chatter_turtle2', '*pokes head out of shell*'),
('pet_chatter_turtle3', '*casually walks along*'),
('pet_chatter_turtle4', '*looks at you*'),
('pet_chatter_turtle5', 'o.O'),
('pet_response_confused1', '*confused*'),
('pet_response_confused2', 'What?'),
('pet_response_confused3', 'Huh?'),
('pet_response_confused4', 'Meh..'),
('pet_response_confused5', 'Hmm..?'),
('pet_response_confused6', '?'),
('pet_response_confused7', ':s'),
('pet_response_refusal1', '*ignores you*'),
('pet_response_refusal2', '*refuses*'),
('pet_response_refusal3', 'No, you do it!'),
('pet_response_refusal4', 'Who do you think I am??'),
('pet_response_refusal5', 'I''m not your slave!'),
('pet_response_silent', '*shuts up*'),
('pet_response_sleep', 'ZzzZZZzzzzZzz'),
('pet_response_sleeping1', 'ZzZzzzzz'),
('pet_response_sleeping2', 'Tired... *sleeps*'),
('pet_response_sleeping3', '*sleeping*'),
('pet_response_sleeping4', 'ZzZzzZ'),
('pet_response_sleeping5', 'Zzzz Zzzz Zzzz'),
('trade_error_targetdisabled', 'That user has disabled trading.'),
('cmd_emptyitems_success', 'Inventory items cleared!'),
('cmd_emptypets_success', 'Inventory pets cleared!'),
('cmd_emptypets_name', 'emptypets'),
('cmd_emptypets_desc', ':emptypets - Removes all pets from your inventory'),
('marketplace_error_expired', 'Sorry, this offer has expired.'),
('marketplace_error_credits', 'Sorry, you don''t have enough credits!'),
('wired_error_permissions', 'Saving item failed, you do not have permission to play with this item'),
('pet_breeds_21', 'IQEHIH'),
('pet_breeds_22', 'IREHIH'),
('pet_breeds_23', 'ISEHIH'),
('pet_breeds_24', 'IPFHIH'),
('pet_breeds_25', 'IQFHIH'),
('pet_breeds_26', 'IRFHIH'),
('pet_breeds_27', 'ISFHIH'),
('pet_breeds_28', 'IPGHIH'),
('pet_breeds_29', 'IQGHIH'),
('pet_breeds_30', 'IRGHIH'),
('pet_cmd_sleep', 'sleep'),
('pet_cmd_free', 'free'),
('pet_cmd_sit', 'sit'),
('pet_cmd_lay', 'lay'),
('pet_cmd_stay', 'stay'),
('pet_cmd_here', 'here'),
('pet_cmd_dead', 'dead'),
('pet_cmd_beg', 'beg'),
('pet_cmd_jump', 'jump'),
('pet_cmd_stfu', 'shutup'),
('pet_cmd_talk', 'talk'),
('trade_error_roomdisabled', 'Trading has been disabled in this room, sorry!'),
('error_muted', 'You are muted.'),
('cmd_dance_desc', ':dance <username> - Make the selected user dance'),
('cmd_rave_desc', ':rave - Make everyone dance'),
('cmd_roll_desc', ':roll <username> <number> - Make a user roll the selected number'),
('cmd_control_desc', ':control <username> - Control the selected user'),
('cmd_makesay_desc', ':makesay <username> <message> - Make the selected user say a message'),
('cmd_sitdown_desc', ':sitdown - Make everyone sitdown'),
('cmd_dance_name', 'dance'),
('cmd_rave_name', 'rave'),
('cmd_roll_name', 'roll'),
('cmd_control_name', 'control'),
('cmd_makesay_name', 'makesay'),
('cmd_sitdown_name', 'sitdown'),
('cmd_redeempixel_name', 'convertpixels'),
('cmd_lay_name', 'lay'),
('cmd_redeempixel_desc', ':convertpixels'),
('cmd_lay_desc', ':lay'),
('cmd_roomfreeze_name', 'roomfreeze'),
('cmd_roomfreeze_desc', ':roomfreeze'),
('cmd_redeemshell_name', 'convertshells'),
('cmd_redeemshell_desc', ':convertshells'),
('cmd_startquestion_desc', ':startquestion'),
('cmd_startquestion_name', 'startquestion'),
('cmd_handitem_desc', ':handitem <id>'),
('cmd_handitem_name', 'handitem');
Wat if someone decompile sit and uses it for their own retro with out release? Also who's edit are you using netos? What update?
I downloaded then was getting source and thought to my self why am i wasting my time with this when it's dead, no one does this shit no more other than 10 year olds and people who try to make money from it! Move on habbos dead & that wont change.