-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
@sant0ro You Might uploading your version with debug emu? xd
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Fix Commands :summon
Code:
using System;
using Azure.HabboHotel.GameClients;
namespace Azure.HabboHotel.Commands.List
{
/// <summary>
/// Class Summon. This class cannot be inherited.
/// </summary>
internal sealed class Summon : Command
{
/// <summary>
/// Initializes a new instance of the <see cref="Summon"/> class.
/// </summary>
public Summon()
{
MinRank = 7;
Description = "Summon the selected user to where you are.";
Usage = ":summon [USERNAME]";
MinParams = 1;
}
/// <summary>
/// Executes the specified session.
/// </summary>
/// <param name="session">The session.</param>
/// <param name="pms">The PMS.</param>
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
public override bool Execute(GameClient session, string[] pms)
{
var userName = pms[0];
if (string.IsNullOrEmpty(userName)) return true;
var clientByUserName = Azure.GetGame().GetClientManager().GetClientByUserName(userName);
if (clientByUserName == null || clientByUserName.GetHabbo() == null)
return true;
{
if (String.Equals(userName, session.GetHabbo().UserName,
StringComparison.CurrentCultureIgnoreCase))
{
session.SendNotif(Azure.GetLanguage().GetVar("summon_yourself"));
return true;
}
var client = Azure.GetGame().GetClientManager().GetClientByUserName(userName);
if (client == null)
{
session.SendNotif(Azure.GetLanguage().GetVar("user_not_found"));
return true;
}
if (session.GetHabbo().CurrentRoom != null &&
session.GetHabbo().CurrentRoomId != client.GetHabbo().CurrentRoomId)
client.GetMessageHandler()
.PrepareRoomForUser(session.GetHabbo().CurrentRoom.RoomId,
session.GetHabbo().CurrentRoom.RoomData.PassWord);
return true;
}
}
}
}
;)
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Quote:
Originally Posted by
sant0ro
Which RELEASE version?
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Background aren't fixed dude ? :(
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Quote:
Originally Posted by
Lololafolle
Background aren't fixed dude ? :(
They were never broken, you just have to change the interaction type in catalog_furnis to background. That has been posted many times, you just had to search in the thread.
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Oh, so nicen thanks dude :D
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Quote:
Originally Posted by
multify
which release version?
release63-201410151001-47842918
-
Re: Azure Emulator 1.2 [Dev-Release] - [Stable and Fast]
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
BG don't work with "background" in interaction_type. The screen alreay black :D
-
Re: Azure Emulator 1.2 [Dev-Release] - [Stable and Fast]
ads_mpu is The interactiontype
-
Re: Azure Emulator 1.2 [Dev-Release] - [Stable and Fast]
Quote:
Originally Posted by
sant0ro
No isn't that release.
Might want to update your Repository then.
-
Re: Azure Emulator 1.2 [Dev-Release] - [Stable and Fast]
Azure.Emulator/Building/Packets/
Why I wrote Mercury? ._.
-
Re: Azure Emulator 1.2 [Dev-Release] - [Stable and Fast]
Quote:
Originally Posted by
sant0ro
ads_mpu is The interactiontype
Same, don't work!
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Release63-201502101007-127402421
-
Re: Azure Emulator 1.2 [Dev-Release] - [Stable and Fast]
Quote:
Originally Posted by
sant0ro
Ah... ,e.e
A tip
Suicide! U.u
Seriously? why don't work with the good interaction_type? need variables activate?
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Why my Background don't work with the good interaction_type i have already check my cache, change my SWF and change the version of Azure Emu, i tried to recompile it but, same! Backgrounds don't work, only black screen!
- - - Updated - - -
http://image.noelshack.com/fichiers/...5436191-bg.pngSee :(
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Quote:
Originally Posted by
Lololafolle
Why my Background don't work with the good interaction_type i have already check my cache, change my SWF and change the version of Azure Emu, i tried to recompile it but, same! Backgrounds don't work, only black screen!
- - - Updated - - -
http://image.noelshack.com/fichiers/...5436191-bg.pngSee :(
Check your item's extradata and see if the settings are being saved, don't forget to post the results.
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
http://image.noelshack.com/fichiers/...859-result.pngdont save :/
- - - Updated - - -
Quote:
Originally Posted by
Droppy
Check your item's extradata and see if the settings are being saved, don't forget to post the results.
The SQL query saved when i put "ads_background" in interaction_type but, background stay black.
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Quote:
Originally Posted by
ησвяαιη
Release63-201502101007-127402421
I posted a full swf pack that works without no problems with newest update of Azure, which uses the habbo release, you stated => RELEASE63-201502101007-127402421, I posted the link to it on Page 18. Jamal tomorrow is going to update the main thread with the link, also. #PeopleShouldLook
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Quote:
Originally Posted by
KyleeIsProzZ
I posted a full swf pack that works without no problems with newest update of Azure, which uses the habbo release, you stated => RELEASE63-201502101007-127402421, I posted the link to it on Page 18. Jamal tomorrow is going to update the main thread with the link, also.
#PeopleShouldLook
For those that are looking: http://forum.ragezone.com/redirect-t...D.zip%3Fdl%3D0
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Quote:
Originally Posted by
snor
Bug is fixed or not ?
What bug!? There are many.
And I'd like to see a changelog with every release too.
Quote:
Originally Posted by
KyleeIsProzZ
I posted a full swf pack that works without no problems with newest update of Azure, which uses the habbo release, you stated => RELEASE63-201502101007-127402421, I posted the link to it on Page 18. Jamal tomorrow is going to update the main thread with the link, also.
#PeopleShouldLook
Whats in the swf pack? All new Habbo clothes? Other new stuff? Or only newest Habbo.swf?
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Quote:
Originally Posted by
KyleeIsProzZ
I posted a full swf pack that works without no problems with newest update of Azure, which uses the habbo release, you stated => RELEASE63-201502101007-127402421, I posted the link to it on Page 18. Jamal tomorrow is going to update the main thread with the link, also.
#PeopleShouldLook
But santOro says that is not the release Azure uses now
-
Re: Azure Emulator 1.0 [Dev Release] - [Regularly Updated] - [Stable and Fast]
Don't understand why you don't just update the first page of the thread each time you make a new build and add in spoilers the changelog? it stop all the questions asking whats fixed and not. if the main thread was constantly updated with the builds and edits.