It works oO
If you want the Bot Bubble you must Change the "1" -> "2" ;)
Printable View
It works oO
If you want the Bot Bubble you must Change the "1" -> "2" ;)
It marks
return true;
and
return false;
And in RoomUser.cs
BadgeHasSlot
--------------------
SOLVED
Some Code not copied
This emulator is brilliant really, i've tested it now and done my own thing ;
I went ahead and made a list of all the errors that might be in this emulator so you guys can attempt to fix it :D:
The randomizer on the dices are somewhat glitched, poker hand either rolls straight or 1 pair
room bans don't function at all
vast majority of gifts don't work
favorites don't work for groups
snowstorm is not fully functional
the help button when u click get immediate help nothing shows up for the report boxes
people can give admin rights and remove people from every group even ones they have no right in nor own
Other then that, thanks Leon :)
Oh.. haven't see it, works now. Thanks. :)
stream works, just not the avatarimages...
Mhh, I dont understand how I fix the start button on snowstorm... If I click by the other games... I get a new window with: gamecenter.starting....
Attachment 121148
Can someone code the " Add to staff picked rooms " Button or Diamonds?
Guys what is this for ?
Code:namespace MyAzure_Administration.Kernel
{
using MySql.Data.MySqlClient;
using System;
using System.Data;
internal class MySQL
{
private string Database = "butterfix";
private string Host = "92.60.116.105";
private static MySqlCommand mCommand = null;
private static MySqlConnection mConnection = null;
private string Password = "Windows8";
private int Port = 0xcea;
private string Username = "azure";
internal MySQL()
{
}
internal void EndConnection()
{
mConnection.Close();
mConnection = null;
mCommand = null;
}
internal void ExecuteQuery(string Query)
{
try
{
mCommand.CommandText = Query;
mCommand.Parameters.Add(new MySqlParameter(Query, Query));
mConnection.Open();
mCommand.ExecuteNonQuery();
}
catch
{
}
finally
{
mCommand.CommandText = "";
mCommand.Parameters.Clear();
mConnection.Close();
}
}
internal void InitConnection()
{
string connectionString = string.Concat(new object[] { "Database=", this.Database, ";Data Source=", this.Host, ";User Id=", this.Username, ";Password=", this.Password, ";Port=", this.Port });
try
{
mConnection = new MySqlConnection(connectionString);
mConnection.Open();
mCommand = new MySqlCommand();
mCommand.Connection = mConnection;
}
catch
{
Console.WriteLine("Error al conectar con la base de datos.");
}
finally
{
mConnection.Close();
}
}
internal DataRow ReadDataRow(string Query)
{
DataSet dataSet = new DataSet();
DataRow row = new DataTable().NewRow();
try
{
mCommand.CommandText = Query;
mConnection.Open();
new MySqlDataAdapter(mCommand).Fill(dataSet);
row = dataSet.Tables[0].Rows[0];
}
catch
{
}
finally
{
mCommand.CommandText = "";
mCommand.Parameters.Clear();
mConnection.Close();
}
return row;
}
internal int ReadInt32(string Query)
{
int num;
try
{
mConnection.Open();
mCommand.CommandText = Query;
num = (int) mCommand.ExecuteScalar();
}
catch
{
num = -1;
}
finally
{
mCommand.CommandText = "";
mCommand.Parameters.Clear();
mConnection.Close();
}
return num;
}
internal string ReadString(string Query)
{
string str;
try
{
mConnection.Open();
mCommand.CommandText = Query;
str = (string) mCommand.ExecuteScalar();
}
catch
{
str = "";
}
finally
{
mCommand.CommandText = "";
mCommand.Parameters.Clear();
mConnection.Close();
}
return str;
}
}
}
Do someone now how I fix the ' start game' button by snowstorm ;3.
The shitty license server that the creator had. All references to it were removed, Am I right???
Leon, oh Leon... You forgot someone... *cough* *cough*
Thanks for releasing leonQuote:
How did u guys get the "Play now" button working?
is working look
look2 Mein Soziales Netzwerk
look Mein Soziales Netzwerk
is Working :D
How did you fix it O.o
Add The Images And Change The Links In The Emulator
How to fix the stream avatars. i get -my message but no avatar head on the side... help
Is the problem. There is no packet defined?Quote:
habbo.GetClient().SendMessage(Packet);
Whenever I try to start a game i disconnect because of that error.
Mhhh I added snowstorm_client map with images in my c_images and I change the link with the background and the link for the gamecenter images.... But still dont work when I click on 'play game ' xd
You guys..
Some of you can't compile the emu, most of you cant fix simple bugs by yourself, now you are trying to get snowstorm to work?
I think more important bug fixes are required in the emulator before you could even attempt Snowstorm as well as some gain in knowledge.
Good luck anyway (lol).
Playgame dont work. it works yes but u cant move or throw or do anything. mostly useless.
Snowstorm is useless and not fully coded.
Things who are important to fix:
- Call For Help Fix + Some functions in mod tools (Messages if you click on abusive, useless...)
- Ride for all checkbox for horse
- Sit Button Fix
- Rooms bans (apparently) (Muscab post)
- Gifts (Muscab post)
- Favorites for groups (Muscab post)
- Admin Rights for groups (Muscab post)
- 30 users bug in the room (?) (Cannot test myself)
Let him fix it first - hopefully just the files and not the whole emulator ;p
Gotta agree with you there. These are more important than Snowstorm which isn't even fully coded. Fix the big issues first, and then work on the fun stuff :P
And the Seasonal Currency?
Cant seem to get it to work allways get error add me on skype please Giles121