Re: Aleeda Emulator [C#, Deltar] R63+
Re: Aleeda Emulator [C#, Deltar] R63+
my snowlight is muchhhh better than dis snowlighta
Re: Aleeda Emulator [C#, Deltar] R63+
I did this on friday afternoon
You can now do neater mysql insert querys now. It's unique, fast and easier to read.
Not alot of updates atm, Development will sprout again when my friend matty13 (mattysouthall) adds the pathfinder; I've never done one so I plan to learn from him
Before
Code:
/*dbClient.ExecuteQuery("INSERT INTO room_items (`mID`, `x_axis`, `y_axis`, `rotation`, `sprite_id`, `trigger`, `isWallItem`) VALUES "
+ "('" + Client.GetHabbo().RoomId + "', '" + mX + "','" + mY + "', '" + mRotation + "', '" + mItem.SpriteID + "', 1, 0);");*/
After
Code:
Dictionary<string, object> KeyWithValue = new Dictionary<string, object>();
KeyWithValue.Add("mID", Client.GetHabbo().RoomId);
KeyWithValue.Add("x_axis", mX);
KeyWithValue.Add("y_axis", mY);
KeyWithValue.Add("rotation", mRotation);
KeyWithValue.Add("sprite_id", mItem.SpriteID);
KeyWithValue.Add("trigger", 0);
KeyWithValue.Add("isWallItem", Convert.ToInt32(false));
doQuery().doInsertQuery("room_items", KeyWithValue);
As you can see; I'm making things neater. So that others can understand and contribute upon it.
Re: Aleeda Emulator [C#, Deltar] R63+
Quote:
Originally Posted by
RobTheLobster
my snowlight is muchhhh better than dis snowlighta
TIS IS NOT SNOWLIGHT YOU IDIOT
this is aleeda, THE aleeda. :):
Re: Aleeda Emulator [C#, Deltar] R63+
Quote:
Originally Posted by
davidaap
TIS IS NOT SNOWLIGHT YOU IDIOT
this is aleeda, THE aleeda. :):
Ever seen his codes?
Re: Aleeda Emulator [C#, Deltar] R63+
Quote:
Originally Posted by
wichard
Ever seen his codes?
Yes, ever seen your duckemu codes? (Uber rip-off)
Re: Aleeda Emulator [C#, Deltar] R63+
let's not fight about this , aleeda is based from ION i have seen hes source oke? everyone have hes own ways just let's stop this , this is useless to put energy into this x]
Re: Aleeda Emulator [C#, Deltar] R63+
Quote:
Originally Posted by
vista4life
let's not fight about this , aleeda is based from ION i have seen hes source oke? everyone have hes own ways just let's stop this , this is useless to put energy into this x]
wichard need to stop with his i am pro behavior
Re: Aleeda Emulator [C#, Deltar] R63+
Quote:
Originally Posted by
wichard
Ever seen his codes?
Pretty sexy br0
Quote:
Originally Posted by
Quackster
I did this on friday afternoon
You can now do neater mysql insert querys now. It's unique, fast and easier to read.
Not alot of updates atm, Development will sprout again when my friend matty13 (mattysouthall) adds the pathfinder; I've never done one so I plan to learn from him
Before
Code:
/*dbClient.ExecuteQuery("INSERT INTO room_items (`mID`, `x_axis`, `y_axis`, `rotation`, `sprite_id`, `trigger`, `isWallItem`) VALUES "
+ "('" + Client.GetHabbo().RoomId + "', '" + mX + "','" + mY + "', '" + mRotation + "', '" + mItem.SpriteID + "', 1, 0);");*/
After
Code:
Dictionary<string, object> KeyWithValue = new Dictionary<string, object>();
KeyWithValue.Add("mID", Client.GetHabbo().RoomId);
KeyWithValue.Add("x_axis", mX);
KeyWithValue.Add("y_axis", mY);
KeyWithValue.Add("rotation", mRotation);
KeyWithValue.Add("sprite_id", mItem.SpriteID);
KeyWithValue.Add("trigger", 0);
KeyWithValue.Add("isWallItem", Convert.ToInt32(false));
doQuery().doInsertQuery("room_items", KeyWithValue);
As you can see; I'm making things neater. So that others can understand and contribute upon it.
Re: Aleeda Emulator [C#, Deltar] R63+
[QUOTE=davidaap;6516548]wichard need to stop with his i am pro behavior[/QUOTE
i understand david, we will see how it going be when those 2 servers are released
Re: Aleeda Emulator [C#, Deltar] R63+
Has any more progress been made with this Lord Quackster? Seems to have come to a stand still from my point of view.
Re: Aleeda Emulator [C#, Deltar] R63+
Re: Aleeda Emulator [C#, Deltar] R63+
Quote:
Originally Posted by
Hebbos
Good luck
STOP saying Good luck, you have 7 posts and every post has the message "Good luck"
Re: Aleeda Emulator [C#, Deltar] R63+
Alex, i hear you coded every feature today and that its all 100%. [lol jk]
good luck and keep it up though!
Re: Aleeda Emulator [C#, Deltar] R63+
When it's going to be released? I can-not wait!