re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
Wuzix
Can you help me with this error over teamviewer? :blush:
You should have posted all of this in the help section.
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
Bjork
this happends every time you go in a "invalid" room like the name shows up "..." or maybe ur look is flagged thats my 2 best guess - iknow it happens on my own user when ill go to a room with name "..."
re: Plus Emulator Revision RB3.0 [Community Project]
what cms can I use for this emulator?
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
hexa
what cms can I use for this emulator?
Any CMS, basically.
IlluminaCMS, RevCMS, HoloCMS - you name it!
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
Matata
Any CMS, basically.
IlluminaCMS, RevCMS, HoloCMS - you name it!
Allright, thank you ;)
I asked because it didn't worked with HabboExtreme CMS... :/
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
hexa
Allright, thank you ;)
I asked because it didn't worked with HabboExtreme CMS... :/
It can work on any CMS, but you may need to edit the config to make it work with the client etc such as SSO tickets and other stuff.
re: Plus Emulator Revision RB3.0 [Community Project]
I saw that The Navigator Flatcats were a different language.
Heres a small translation/fix
INSERT INTO `navigator_flatcats` VALUES ('15', 'No Category', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('1', 'HOTELNAME Staff Rooms', '1', '7');
INSERT INTO `navigator_flatcats` VALUES ('2', 'Competition Category', '0', '1');
INSERT INTO `navigator_flatcats` VALUES ('3', 'ROTW Winners', '0', '1');
INSERT INTO `navigator_flatcats` VALUES ('4', 'Themed & RPG Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('5', 'Restaurant, Bar & Night Club Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('6', 'Club & Group Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('7', 'Chat, Chill & Discussion Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('8', 'Maze & Theme Park Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('9', 'Trading & Shopping Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('10', 'Gaming & Race Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('11', 'Hair Salons & Modelling Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('12', 'Help Centre, Guide & Service Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('13', 'School, Daycare & Adoption Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('14', 'All Other Rooms', '1', '1');
re: Plus Emulator Revision RB3.0 [Community Project]
Is the database include in the emu? I can't seem to find it so could someone give me it please?
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
amarkey10
Is the database include in the emu? I can't seem to find it so could someone give me it please?
https://mega.co.nz/#!FJtFULCZ!VLlk-H...nRfK76lx8vLwg4
Re: RELEASE63-201405071257-197450526 - PlusR2
Hi guys,
I'm trying to add some MUS functions from Gold Tree / Butterfly but I'm stumbling quite a bit. The two functions I want to add are signout and reloadbans.<br>Here's where I'm at with reloadbans:
Code:
case "reloadbans": {
using (IQueryAdapter dbClient = SilverwaveEnvironment.GetDatabaseManager().getQueryreactor())
{
SilverwaveEnvironment.GetGame().GetBanManager().LoadBans(dbClient);
}
return;
}
Which prompts the emulator to show it successfully processed the MUS command when sent from HK but nothing client-side happens when a user is banned from HK.
Trust me, I'm not a coder. Any help is greatly appreciated.
Re: RELEASE63-201405071257-197450526 - PlusR2
Quote:
Originally Posted by
MOD-Kedo
Hi guys,
I'm trying to add some MUS functions from Gold Tree / Butterfly but I'm stumbling quite a bit. The two functions I want to add are signout and reloadbans.<br>Here's where I'm at with reloadbans:
Code:
case "reloadbans": {
using (IQueryAdapter dbClient = SilverwaveEnvironment.GetDatabaseManager().getQueryreactor())
{
SilverwaveEnvironment.GetGame().GetBanManager().LoadBans(dbClient);
}
return;
}
Which prompts the emulator to show it successfully processed the MUS command when sent from HK but nothing client-side happens when a user is banned from HK.
Trust me, I'm not a coder. Any help is greatly appreciated.
Add break after any case else it will continue with the next case.
case "a": doA(); break;
case "b": doB(); break;
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
Konquer
Does anyone have a version with working wireds in? I know i could take it from tdids, but it would save some time if smeone have already done it.
Mine is just the same without any updated headers and fixes in this thread applied.
Seems like you don't want to spend some time and rather have other people do the work.
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
The General
Mine is just the same without any updated headers and fixes in this thread applied.
Seems like you don't want to spend some time and rather have other people do the work.
Totally Agree!
Download the emulator in the main thread and use the fixes that are released. This could let you have some nice emulator trust me ;)
Re: Plus Emulator R2.1 [Update] , [Release] &amp; [Fixes]
Quote:
Originally Posted by
Joe Richardson
Gets suck at 87% when loading the client
- - - Updated - - -
Here's the errors im facing. Groups when bought, d/c me and don't actually give me them. Diamonds dont work
- - - Updated - - -
Also, i found a foreign database, and tested it out. This database allows working badge displays, and hc club. On the other sql, hc club and the displays dont work.
All the problems you have can be fixed by looking through the pages on this thread.
re: Plus Emulator Revision RB3.0 [Community Project]
Someone needs to just post an emulator with every fixes ever posted on this whole thread and any previous threads. so it will leave no complications and people asking for help on this thread will just make it get closed, and nobody wants that.