Lol'd xD, Did that serieus work? :lol:
Printable View
Yeah, last_alive and registered_datetime can't be empty :p
Serious*
And This is How To Make It Work XD
1. Go To [PHP] class.user.php - Pastebin.com
2. Replace with orig one
3. create new user
4. have sex and period and stuff on ur hotel :D
---------- Post added at 06:43 PM ---------- Previous post was at 06:40 PM ----------
ok that failed X.x its happening again Crai
---------- Post added at 06:45 PM ---------- Previous post was at 06:43 PM ----------
oh nvm fixed
---------- Post added at 06:47 PM ---------- Previous post was at 06:45 PM ----------
X.x Placing Furni Dcs :O that fails
Told ya.
i ment buying furni Shred is ur hotel public if it is gimme link
or if u hav skype user ...?
I know, and no, I'm not giving the link to my hotel.
hint: its the notifications of new furni that dc's you.
and no, i cba to copy/paste the fix, too many places to copy from.
msg 2 shrtQuote:
and no, i cba to copy/paste the fix, too many places to copy from
I have this problem...How can I solve it
Joopie. hes a new guy and he doesnt know how. the least you could do was help him.
Lol, How should I help him?
If he can READ he could fix it:$:
Let me show it:
http://img593.imageshack.us/img593/6864/knipself.png
That wasn't hard isn't?
Yeah but he wants to know how to fix it
Yeah but he doesnt know where to get the file!
It is working after putting in the class_user thing Thanks !!!
I set this up with no issue :s thanks its going to be a good base type for me
ItemReactor.cs
Before:
After:Code:public void AddNewUpdate(int Id, int TabId, int HabboId)
{
ItemUpdates.Add(new KeyValuePair<int, int>(Id, TabId), HabboId);
// Doing SeenItem queru
using (QueryReactor Reactor = BrickEngine.GetQueryReactor())
{
Reactor.SetQuery("INSERT INTO new_item_updates (user_id, tab_id, item_id) VALUES (@habboid, @tabid, @itemid)");
Reactor.AddParam("habboid", HabboId);
Reactor.AddParam("tabid", TabId);
Reactor.AddParam("itemid", Id);
Reactor.ExcuteQuery();
}
}
Before:Code:/*public void AddNewUpdate(int Id, int TabId, int HabboId)
{
ItemUpdates.Add(new KeyValuePair<int, int>(Id, TabId), HabboId);
// Doing SeenItem queru
using (QueryReactor Reactor = BrickEngine.GetQueryReactor())
{
Reactor.SetQuery("INSERT INTO new_item_updates (user_id, tab_id, item_id) VALUES (@habboid, @tabid, @itemid)");
Reactor.AddParam("habboid", HabboId);
Reactor.AddParam("tabid", TabId);
Reactor.AddParam("itemid", Id);
Reactor.ExcuteQuery();
}
}*/
After:Code:AddNewUpdate(Item.Id, TabId, HabboId);
PetReactor.csCode://AddNewUpdate(Item.Id, TabId, HabboId);
Before:
After:Code:BrickEngine.GetItemReactor().AddNewUpdate(Pet.Id, 3, UserId);
And delete the query after DatabaseEngine.Initialize(); in BrickEngine.csCode://BrickEngine.GetItemReactor().AddNewUpdate(Pet.Id, 3, UserId);
Probably missed something, but you get the idea.
dno, its pretty much useless code - but a couple of kb never hurt anyone.
What makes this emulator different to others? That's the question.
The reason that you cannot login is you cannot leave anything empty in user db. And I don''t really like this, I see nothing special. We have to wait untill Wired comes out :)
Oops posted in wrong thread, delete haha!
When is full version released? with rare pets and horses, and maybe some other features.
Needs full banzai, football, freeze, wired.
If i was you guys i'd code of IHabbo it's fucking more then 10x better.
I may complete IHabbo when i got the time:laugh:
Okay...my bug is terrible.
I try and register and it says invalid capacha code each time I enter it correctly. Also, it had xampp errors in the register.php file, so, I deleted those lines and it started to work correctly. Also, how do I remove this bug? It's really annoying me...
Thank! Good post