-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
here is translate convert credits/pixels/shells
Deutsch
Code:
INSERT INTO `texts` VALUES ('cmd_redeemcreds_name', 'convertcredits');
INSERT INTO `texts` VALUES ('cmd_redeemcreds_desc', ':convertcredits -> Verwandle alle Taler in deinem Inventar in deine Geldbörse');
INSERT INTO `texts` VALUES ('cmd_redeempixel_name', 'convertpixels');
INSERT INTO `texts` VALUES ('cmd_redeempixel_desc', ':convertpixels -> Verwandle alle Pixels in deinem Inventar in deine Geldbörse');
INSERT INTO `texts` VALUES ('cmd_redeemshell_name', 'convertshells');
INSERT INTO `texts` VALUES ('cmd_redeemshell_desc', ':convertshells -> Verwandle alle Muscheln in deinem Inventar in deine Geldbörse');
English
Code:
INSERT INTO `texts` VALUES ('cmd_redeemcreds_name', 'convertcredits');
INSERT INTO `texts` VALUES ('cmd_redeemcreds_desc', ':convertcredits - Turns all exchange items in your hand back into Taler');
INSERT INTO `texts` VALUES ('cmd_redeempixel_name', 'convertpixels');
INSERT INTO `texts` VALUES ('cmd_redeempixel_desc', ':convertpixels - Turns all exchange items in your hand back into Pixels');
INSERT INTO `texts` VALUES ('cmd_redeemshell_name', 'convertshells');
INSERT INTO `texts` VALUES ('cmd_redeemshell_desc', ':convertshells - Turns all exchange items in your hand back into Shells');
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
StaffJunior
How i can fix this fucking error
Code:
12.01.2014 16:36:10: Error: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '1000025514' for key 'PRIMARY'
bei MySql.Data.MySqlClient.MySqlStream.ReadPacket()
bei MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
bei MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
bei MySql.Data.MySqlClient.MySqlDataReader.NextResult()
bei MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
bei MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
bei Phoenix.Storage.DatabaseClient.ExecuteQuery(String sQuery)
bei Phoenix.HabboHotel.Users.Inventory.InventoryComponent.method_11(UInt32 uint_1, UInt32 uint_2, String string_0, Boolean bool_0)
bei Phoenix.HabboHotel.Catalogs.Catalog.method_9(GameClient Session, Item Item, Int32 int_0, String string_0, Boolean bool_0, UInt32 uint_1)
bei Phoenix.HabboHotel.Catalogs.Catalog.method_6(GameClient Session, Int32 int_0, UInt32 uint_1, String string_0, Boolean bool_0, String string_1, String string_2, Boolean bool_1)
bei Phoenix.Communication.Messages.Catalog.PurchaseFromCatalogEvent.Handle(GameClient Session, ClientMessage Event)
bei Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0)
The problem is in the colum items the EMU try to create a ID there is used by a item where a user buy in the webshop.
Fixed it is when a user buy a furni in the catalogue the next auto_incromed value from the table is use for the next ID:
how i can fix it?
ALTER TABLE items AUTO_INCREMENT= Last ID + 1 example:
( LAST ID = 999 ) ALTER TABLE items AUTO_INCREMENT=1000
Before making any change which, make a backup before.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
ruflesbpt
ALTER TABLE items AUTO_INCREMENT= Last ID + 1 example:
( LAST ID = 999 ) ALTER TABLE items AUTO_INCREMENT=1000
Before making any change which, make a backup before.
Hi,
thank you but i try it before and its not work.
The EMU get the auto_incromed value when the emu starts. After this he not check the correct value again.
Now my Shop System on the Website add the auto_incromed value 1000 and a other people buy a furni in the Catalogue now the EMU crash.
The problem is the EMU don't know he mus set the id now to 1001, he don't use the auto_incromed value... I think he count the up by him self.
I use the Live EMU but i think here is the same problem and i search for a fix.
I hope you understand me now.
THanks
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
StaffJunior
Hi,
thank you but i try it before and its not work.
The EMU get the auto_incromed value when the emu starts. After this he not check the correct value again.
Now my Shop System on the Website add the auto_incromed value 1000 and a other people buy a furni in the Catalogue now the EMU crash.
The problem is the EMU don't know he mus set the id now to 1001, he don't use the auto_incromed value... I think he count the up by him self.
I use the Live EMU but i think here is the same problem and i search for a fix.
I hope you understand me now.
THanks
Use the MUS "giveitem" for giving items, so hard? lol^^
Regards, Imagician.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
Imagician
Use the MUS "giveitem" for giving items, so hard? lol^^
Regards, Imagician.
Thanks,
but how i can use a MUS Command in PHP?
Sorry, i dosen't do it bevore.
Thanks
EDIT: Thank You, i find it.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
When we send 1 item from the store to match the phoenix was not even there.
If it starts with 1000 it goes up to 2,000. if you enter 1050, for example, it doubles the 1050, giving error.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
can someboddy reupploadthe last version?
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Thanks for the release! I do plan on using this in the future. :]
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
It's 'hookah' not 'hokah' x)
As for the release, just another edit.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Looks more like a RP emulator. If you want to create that you better switch to Butterfly.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Phoenix better emulator.... stability = bad :(
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
HillBilly
Looks more like a RP emulator. If you want to create that you better switch to Butterfly.
I love butterfly and the SwiftEMU but there are not works the Wireds.
Any fix for it?
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Can you get the Juxebox to work as it should be :)
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
If i change the GetNowPlayingMessageEvent.cs to :
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);
}
}
}
But after completion of the song it stops playing, where is set the repeat function in the class ?
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Often has there problems with the commands, good release!
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Is in error in the "sit" command and "lay" you off the screen
Sorry my English
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
Austinfactory
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/
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
use : http://www.red-gate.com/products/dot...ance-profiler/ and mabey find the cause, when do don't forget to share it :)
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
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
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
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.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
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
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
RyanVS
Whats not new
haven't seen
Fly or kiss(the way i have added) in any phx version till date nor kill(the way i have added) nor rank nor ach
or control pets or make pets say
- - - Updated - - -
Okay ill agree with you on this one but on the ip mainly 3 digits are gone xxx so they can be anything in about 999 combinations or more,
Anyways just wanted to show that everything works on that screen shot,
Thus thanking for pointing that out this will help me improve on my future releases..
- - - Updated - - -
Welcome appreciate your time i have cleaned my mailbox and i dont have skype sorry
Regards,
RyanVs
Hello you may return the download?
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
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.