Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PlusEMU - Habboon Edit all new fixes

Junior Spellweaver
Joined
Dec 22, 2012
Messages
143
Reaction score
47
Hello RagZone,
Tom Lammers - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums

Here is the PlusEMU - Habboon Edit with all the fixes from http://forum.ragezone.com/f333/official-plusemu-habboon-edit-help



I will update this topic if there are new fixes.
Download link
Use navicat to import the database.

Fixes:
  • Display Badges
  • Saving Pets
  • Edit floor tiles
  • Chatlog
  • Remove Saddle From Horse
  • Saving Saddle
  • MassGiveCommand :massgive %USER% %TYPE% %AMOUNT%
  • GlobalGiveCommand :globalgive %USER% %TYPE% %AMOUNT%
  • Moodlights (Still buggy by some people?)
  • StringCharFilter
  • Horse energy zero
  • Moderation Ticket Category


PlusEMU Update Habbo Version PRODUCTION-201602082203-712976078

New download link on

Thanks wesley66101 for the new Packets update
Fixes:
  • Fix for new trading (Thanks to cabeludo007!)

Run this for moodlight
Code:
SET @@global.sql_mode= '';

Room no avatar showing:
Go to Control Panel:
GTKFILI - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums

Then click on clock language and region
PwcyYJW - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums

Click on Region and language
RRp1U - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums

Now go to Additional settings...
WSaxfgw - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums

At "Decimal symbol:" change , to .
And you ready to go!


Fix for UberCMS unknown column 'status' in 'field list' run this:
PHP:
DROP TABLE IF EXISTS `server_status`;
CREATE TABLE `server_status` (
  `users_online` int(11) NOT NULL DEFAULT '0',
  `loaded_rooms` int(11) NOT NULL DEFAULT '0',
  `status` enum('0','1','2') NOT NULL DEFAULT '0',
  `rooms_loaded` int(11) NOT NULL DEFAULT '0',
  `server_ver` text NOT NULL,
  `stamp` double NOT NULL,
  `minutesuptime` int(11) NOT NULL,
  `userpeak` int(11) NOT NULL DEFAULT '0',
  `bannerdata` varchar(1000) NOT NULL DEFAULT '',
  `id` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_online` (`users_online`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

Not showing group badges fix:
IIS
Code:
<rule name="Habbo Imaging Group Badges">
          <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatarimage 1">
          <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatar Image 2">
          <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatar Head">
          <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
        </rule>

Xampp
Code:
RewriteEngine On 
RewriteRule ^habbo-imaging/badge/(.*).gif$ ./habbo-imaging/badge.php?badge=$1

Nginx
Code:
location /habbo-imaging {
rewrite ^/habbo-imaging/badge/(.*).gif$ /habbo-imaging/badge.php?badge=$1;
}


Ok so, most of you may not understand the way perms are handled within this emulator. So I thought i'd explain a little.

`permissions` table
  • this is the rights table which shows each ID and name for each fuse_right.


`permissions_right` Table
  • this is the table which sets the rank & vip rank for each fuse_right.


`permissions_commands` Table
  • This is your fuse_cmds table with extra added.
  • The Group_id is the required rank of the user.
  • The subscription_id is the required vip Rank of the user. (rank_vip in the users table).


`permissions_groups` Table
  • this is your ranks table, here you can edit the badge, name & description for each rank .

`permissions_subscriptions` Table
  • this is the vip_ranks config, here you can add more vip_ranks or remove some.
If I'm incorrect in some places, bare with me. this is new to me too! :p



On standsingle fixes for the EMU

Credits:
  • Sledmore for releasing this emu
  • To all the people of the help section
 

Attachments

You must be registered for see attachments list
Last edited:
Divine Celestial
Loyal Member
Joined
Oct 2, 2011
Messages
858
Reaction score
272
What version xammp is best to use ?
 
Divine Celestial
Loyal Member
Joined
Oct 2, 2011
Messages
858
Reaction score
272
Um yes it does phpmyadmin some versions wont allow me upload the database.... It has a ton to do with the emu actually...
 
Junior Spellweaver
Joined
Dec 22, 2012
Messages
143
Reaction score
47
Define "fixes" please. Emulator is stable and is working 100% AFAIK at release, so these are rather modifications and soon its gonna be called EpicSwagFireEmulator

And was it necessary with a release thread?
I know that, but there are "noobs" who do not know how to edit the emu. that's why i have make this release
 
Junior Spellweaver
Joined
Dec 22, 2012
Messages
143
Reaction score
47
Wait huh? All of this stuff is in the help thread already!

Yes i know? i added all the fixes from there, There are "noobs" who do not know how to edit the emu. that's why i have make this release
 
Divine Celestial
Loyal Member
Joined
Oct 2, 2011
Messages
858
Reaction score
272
I agree this is helpful, it puts all the main issues people run into when they're creating their hotel or trying to use the emu. Its a quick reference guide!
 
Joined
Mar 30, 2007
Messages
962
Reaction score
166
Some people are just rude Tom. Whether they can edit the emu or not is besides the point. The point is he did it all for you so you won't have to. Isn't that what people want right? to be spoon fed?
It just goes to show how ungrateful people are. They complain when you don't help out with fixes, they complain when you give it all to them ready to use.
I thank you for this. Keep it up.

P.s. Loving RR also, good job
 
Elite Diviner
Joined
Aug 4, 2013
Messages
466
Reaction score
169
There are tutorials for how to edit and compile an emulator and there are tutorials on how to make changes to emulators already. This thread is pointless. If you don't know how to follow a tutorial or are too lazy to learn, then don't run a hotel or hire someone who does. Having someone just provide you with an already compiled and edited emulator doesn't allow you to learn how to do these types of things either.

This is not a resource. This is a mere hand out and doesn't help the community what so ever.
 
Newbie Spellweaver
Joined
Jan 11, 2016
Messages
29
Reaction score
0
Some people don't have the mental capability to modify code and recompile.
Anyways, I decided to get this to see if it fixed my mood lights issue, but upon compiling

KJBqd6K - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Dec 22, 2012
Messages
143
Reaction score
47
Some people don't have the mental capability to modify code and recompile.
Anyways, I decided to get this to see if it fixed my mood lights issue, but upon compiling

KJBqd6K - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums

reed the error, Only one usage of each socket address
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 11, 2016
Messages
29
Reaction score
0
reed the error, Only one usage of each socket address

I have read the error. I only have one thing running using the socket.
It fixed itself once I restarted it though.

Also, this didn't fix my mood light issue, still can't place them.
 
Junior Spellweaver
Joined
Dec 22, 2012
Messages
143
Reaction score
47
I have read the error. I only have one thing running using the socket.
It fixed itself once I restarted it though.

Also, this didn't fix my mood light issue, still can't place them.

I have update the download link now you can place them
 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
Mood switch works in the orginal version
pN7gLRc - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 11, 2016
Messages
29
Reaction score
0
Mood switch works in the orginal version
pN7gLRc - PlusEMU - Habboon Edit all new fixes - RaGEZONE Forums

I did try the original release and for some reason it wouldn't work for me
 

Attachments

You must be registered for see attachments list
Back
Top