Good work Quackster :)
Posted via Mobile Device
I have made it so the public room IDs don't conflict with the private room IDs. (:
---------- Post added at 12:53 PM ---------- Previous post was at 12:51 PM ----------
Also fixed so when you seat, and pick up the item you are sitting on, you now stand :D
---------- Post added at 01:01 PM ---------- Previous post was at 12:53 PM ----------
Now when you rotate, you rotate with the object :)
TODO NOW: When you move it, you now stand.
If anyone will help me implement a pathfinder, I would greatly appreciate it.
Add me on MSN; quacky@winterpartys.org![]()
Added.
my snowlight is muchhhh better than dis snowlighta
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
AfterCode:/*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);");*/
As you can see; I'm making things neater. So that others can understand and contribute upon it.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);
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]
[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
Has any more progress been made with this Lord Quackster? Seems to have come to a stand still from my point of view.
Good luck
Alex, i hear you coded every feature today and that its all 100%. [lol jk]
good luck and keep it up though!
When it's going to be released? I can-not wait!
Yay, release, yay.
Wow. Amazing lord Quack, and did u blocked me from MSN?