Goodluck i guess.
Project renamed to Sierra
Got a problem..? I don't care.
Anyway more updates soon.
--
Finished catalogue category listing
Code:using System; using System.Collections.Generic; using System.Data; using System.Text; using Sierra.Managers.Client.Connected; using Sierra.Util; using Sierra.Habbo_Hotel.Shop; namespace Sierra.Messages.Incomming { public partial class Process { public void ShopCategories(GameClient mSession, Request Request) { List<MainCategories> Cats = new List<MainCategories>(SierraEnvironment.GetHabboHotel().GetShopCats().GetCategories().Values); Response Response = new Response(); Response.Initialize(ServerComposers.ShopCategories); Response.AppendBoolean(true); Response.AppendInt32(0); Response.AppendInt32(0); Response.AppendInt32(-1); Response.AppendBoolean(false); Response.AppendBoolean(false); Response.AppendInt32(Cats.Count); foreach (MainCategories Cat in Cats) { List<SubCategories> SubCats = new List<SubCategories>(SierraEnvironment.GetHabboHotel().GetShopSubCats().GetCategories(Cat.Id).Values); Response.AppendBoolean(true); Response.AppendInt32(Cat.Colour); Response.AppendInt32(Cat.Icon); Response.AppendInt32(Cat.Id); Response.AppendString(Cat.Label); Response.AppendInt32(SubCats.Count); foreach (SubCategories SubCat in SubCats) { Response.AppendBoolean(true); Response.AppendInt32(SubCat.Colour); Response.AppendInt32(SubCat.Icon); Response.AppendInt32(SubCat.Id); Response.AppendString(SubCat.Label); Response.AppendInt32(0); } } Response.AppendBoolean(false); mSession.Send(Response); } } }
You should really think about doing the basics..
- Logging in
- inventory (furniture/wall/badges)
- catalogue (categories/pages/items (purchase items))
- Navigator (public/guest/create rooms/own rooms/favourties)
- Room (enter/leave/walk/interact with furniture/rights)
- Mod tool (blaba)
Think I've covered all the basics. The rest are mere extras.
Good luck anyway.
Habbo r63 doesnt use dcrs.
I think he was watching a movie/gamming :P
Sierra Entertainment - Wikipedia, the free encyclopedia
Dude, I think Indigo had a fucking sick name. Anyway, good luck with Sierra.
I wouldn't mind but your post is relevant to nothing! I do not create development threads so I do not let anyone down when I do not finish things. The two things I released, UberCMS Housekeeping Layout and RevCMS Habbo Template went down very well, and since I just created them without getting some huge 'hype' up just to let people down, people were and still are relatively happy with what I have and am doing.
So for your information, I have completed the 2 projects that I have publicly released, and talked about, the housekeeping layout and template.