ok your emu is connecting sorta thats really good,
Ok there could be two things wrong
1. DISABLE AD - BLOCKER
2. Check your swfs
Printable View
there was no user found with your session ticket, anyone help? i have revcms.
how do i change that lol?
Anyone have a working up to date version? My group furniture doesn't work, can't ride horses, can't do the plant seeds thing... basically nothing works?
Does anyone know where the commands are in the emu? And if you know of any custom butterstorm commands thanks!
Hey guys,
My hotel was running on Leon's edition (http://forum.ragezone.com/f353/sourc...boodle-902692/)
But I wanted to move to Leensters edition march updated(http://forum.ragezone.com/f353/bcsto...ch-3-a-915187/)
When I used Leensters edition I cound't acces any room so I ran this SQLcode:
Now I can acces the rooms but the items are gone? o.OQuote:
-- ----------------------------
-- Procedure structure for `getroomitems`
-- ----------------------------
DROP PROCEDURE IF EXISTS `getroomitems`;
DELIMITER ;;
CREATE DEFINER=`root`@`localhost` PROCEDURE `getroomitems`(IN `roomid` INT(10) UNSIGNED)
BEGIN
SELECT items_rooms.item_id, items_rooms.x, items_rooms.y, items_rooms.n, items.base_id, items_extradata.data, items.rareid, items.group_data, items.placedBy
FROM items_rooms
JOIN items ON (items.item_id = items_rooms.item_id)
LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id)
WHERE items_rooms.room_id = roomid;
END
;;
DELIMITER ;
-- ----------------------------
-- Procedure structure for `getuseritems`
-- ----------------------------
DROP PROCEDURE IF EXISTS `getuseritems`;
DELIMITER ;;
CREATE DEFINER=`root`@`localhost` PROCEDURE `getuseritems`(IN userid int(10) unsigned)
BEGIN
SELECT items_users.item_id, items.base_id, items_extradata.data, items.rareid, items.group_data
FROM items_users
JOIN items ON (items.item_id = items_users.item_id)
LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id)
WHERE items_users.user_id = userid;
END
;;
DELIMITER ;
Any fixes?
Hi. If a user places some furniture in their room, leaves then comes back, some of his/her furniture is missing from the room.
This only happens occasionally.
Does anyone have a fix for it? It's Swift Emulator.
Thanks.
Hi guys, i've been having this issue for the past few days now and it's really getting on my nerves, I need some help and will be willing to pay $5 if you fix it, otherwise if you're nice help for free :)
So this is the error: http://i.imgur.com/v1kWOnT.png
Servers logs critical error and this is what it says:
TokenID: 0Invalid Dario bug duing user login: System.NullReferenceException: Object reference not set to an instance of an object.
at Butterfly.HabboHotel.GameClients.GameClientManager.RegisterClient(GameClient client, UInt32 userID, String username) in C:\Users\Administrator\Desktop\Revision 5 - Alpha 3\Butterfly\HabboHotel\GameClients\GameClientManager.cs:line 675
at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in C:\Users\Administrator\Desktop\Revision 5 - Alpha 3\Butterfly\HabboHotel\GameClients\GameClient.cs:line 253
Would appreciate help, thank you..
Search for:
Replace:Code:internal void SendNotifWithScroll(string message)
With:Code:message2.AppendString("");
Code:message2.AppendString(message);
I'm still getting a black screen yet I changed banner.php to banner.png
Hello, I've just noticed many bugs in my client all of a sudden which has come as a shock to me as they weren't happening before. For example when I'm on hotel view and I click Go to my home room it just comes up with a black screen and when some pages on the catalog are clicked it disconnects me. Also when I click on the navigator on the 'rooms' or 'me' categories they just simply say 'Loading' or disconnect me. Are there any way to fix these bugs? I'd be grateful for a reply.
Thanks
Hello , when I add the furni into catalogue , it disconnects ? How can I make it not d/c ?
I disconnected when I click on the button to change
Done everything specified KyleVonnies thread specified. My client loads, and just before hotel view goes black. Nothing is appearing in my emu either, any help? I've checked the external vars & texts seem to be fine, also already checked config and emu settings. I'm also using KyleVonnies files.
Following this tutorial http://forum.ragezone.com/f335/tut-m...-retro-908441/ exactly everything worked apart from the client and ase page, it just loads black and after about a minute I get the errorIve tried increasing the rescource limit, this is my php.iniQuote:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261904 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 23
Is it my computer that is too slow/internet or something? Greatly appreciated if you can help :):Code:;;;;;;;;;;;;;;;;;;;; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 1000
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 60
; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
;max_input_nesting_level = 64
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 128M
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Problem fixed, see this thread if you have the problem. http://forum.ragezone.com/f333/bcsto...4/#post7735811
Group badges doesn't works
Whisper doesn't works
Kick & ban (rooms) doesn't works
Place furni on the wall doesn't works
Help me please?
I've got a weird bug with my groups:
http://snag.gy/X9YcT.jpg
There are no images or colours i can configure?
Why, can anyone help me? I use this SWFS:
working swfs+banner+imager - Download - 4shared - Adam R
You know the working swfs+banner+imager
If you can help me I would Rep+like you :P