Looks more like a RP emulator. If you want to create that you better switch to Butterfly.
Looks more like a RP emulator. If you want to create that you better switch to Butterfly.
Phoenix better emulator.... stability = bad :(
Can you get the Juxebox to work as it should be :)
If i change the GetNowPlayingMessageEvent.cs to :
But after completion of the song it stops playing, where is set the repeat function in the class ?PHP Code:using System;
using Phoenix.HabboHotel.GameClients;
using Phoenix.Messages;
namespace Phoenix.Communication.Messages.Sound
{
internal sealed class GetNowPlayingMessageEvent : Interface
{
public void Handle(GameClient Session, ClientMessage Event)
{
Random rnd = new Random();
int play = rnd.Next(1, 16); // creates a number between 1 and 16
ServerMessage Message = new ServerMessage(327u);
Message.AppendInt32(play);
Message.AppendInt32(6);
Message.AppendInt32(3);
Message.AppendInt32(0);
if (Session.GetHabbo().Class14_0 != null)
{
Message.AppendInt32(Session.GetHabbo().Class14_0.int_13);
}
else
{
Message.AppendInt32(0);
}
Session.SendMessage(Message);
}
}
}
Often has there problems with the commands, good release!
Is in error in the "sit" command and "lay" you off the screen
Sorry my English
I think its the language bug. You need to change the settings from , to .
in this version Imagican fix it
http://forum.ragezone.com/f353/imagi...ol-sit-982507/
Please... fix 100% cpu ?
use : http://www.red-gate.com/products/dot...ance-profiler/ and mabey find the cause, when do don't forget to share it :)
Where would i change the rank from rank 8 to rank 9 in the source i cant seem to find it i dont want the MOD's having certain commands
Very bad EMU in my opinion. Seems more aimed at a Roleplay than a regular hotel. Imagicians source is a lot better to build on as this one is just bad for your CPU and it had loads of bugs.
I don't have any problems with this EMU. CPU loads is normal.
In the Source i must add the new commands in the table commands_permission to change it for the rank level.
Nice EMU. I love it. A great EMU to make some features Thanks
Hey,
I fixed three commands on this emu => roomfreeze / convertshells & convertpixels (about those two Meik2010 you forget to define method_20 and 21 in the inventorycomponent.cs)
Let me know if you want I share my things.