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!

Official PlusEMU - Help Thread

Status
Not open for further replies.
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Post your help requests related to the PlusEMU emulator here.

Please use the SPOILER tags if you're going to post screenshots or a large chunk of code.
Also make sure your code is between the CODE tags to make it easier to read.

WARNING:
When replying to a post, QUOTE the post. There's a link under the user's post "Reply With Quote" - use it. If you're not replying to a question with quote, it will be considered as Spam.

Edit 01/05/16: Please! Make sure to add your emulator version, if it's either Habboon or any other edit, or original PlusEMU. There's a lot of PlusEmu edits out there, and we would like the questions get to be made in only one thread.
 
Last edited by a moderator:
Joined
Oct 13, 2009
Messages
881
Reaction score
118
This did not work, I've also tried to update the PlusStaticGameSettings.cs but that did not work either.
PHP:
DROP TABLE IF EXISTS `subscriptions`;
CREATE TABLE `subscriptions` (
  `id` int(10) NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL,
  `badge_code` varchar(10) NOT NULL,
  `credits` int(11) NOT NULL DEFAULT '100',
  `duckets` int(11) NOT NULL DEFAULT '100',
  `respects` int(11) NOT NULL DEFAULT '3',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of subscriptions
-- ----------------------------
INSERT INTO `subscriptions` VALUES ('1', 'Silver VIP', 'SVIP', '500', '5', '15');
INSERT INTO `subscriptions` VALUES ('2', 'Gold VIP', 'GVIP', '1000', '10', '20');
INSERT INTO `subscriptions` VALUES ('3', 'Events Staff', 'EVENT', '1000', '50', '20');
If users have vip_rank = 1 when the 25 minutes or how ever long your timer is they get 500, if they are vip_rank 2 they get 1,000 u get it?
 
Upvote 0
Junior Spellweaver
Joined
Mar 4, 2013
Messages
121
Reaction score
6
PHP:
DROP TABLE IF EXISTS `subscriptions`;
CREATE TABLE `subscriptions` (
  `id` int(10) NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL,
  `badge_code` varchar(10) NOT NULL,
  `credits` int(11) NOT NULL DEFAULT '100',
  `duckets` int(11) NOT NULL DEFAULT '100',
  `respects` int(11) NOT NULL DEFAULT '3',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of subscriptions
-- ----------------------------
INSERT INTO `subscriptions` VALUES ('1', 'Silver VIP', 'SVIP', '500', '5', '15');
INSERT INTO `subscriptions` VALUES ('2', 'Gold VIP', 'GVIP', '1000', '10', '20');
INSERT INTO `subscriptions` VALUES ('3', 'Events Staff', 'EVENT', '1000', '50', '20');
If users have vip_rank = 1 when the 25 minutes or how ever long your timer is they get 500, if they are vip_rank 2 they get 1,000 u get it?
I have the exact same subscriptions table as you? but my users are still receiving 100 coins / 15minutes.
 
Upvote 0
Junior Spellweaver
Joined
Mar 4, 2013
Messages
121
Reaction score
6
Edit that inside of the emulator set it to 0, Also check server_settings table!
My subscriptions table:

My server_settings table:

My plusenviroment.cs:

My PlusStaticGameSettings.cs:


Still not working tho, it keeps giving 100 coins and 100 pixels even tho I change it.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jan 17, 2016
Messages
28
Reaction score
1
I'm sorry to keep posting this, but I have no clue what to do. How do I define a clothing_id? It's definitely not the set id from figuredata.
 
Upvote 0
Junior Spellweaver
Joined
Jul 31, 2012
Messages
188
Reaction score
5
Mh.. I must to fix the moveball (the user can walk on ball). It depends, I think, from Vector3D
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Plus.HabboHotel.Pathfinding
{
    sealed class Vector3D
    {
        private int x;
        private int y;
        private double z;

        public int X
        {
            get
            {
                return this.x;
            }
            set
            {
                this.x = value;
            }
        }

        public int Y
        {
            get
            {
                return this.y;
            }
            set
            {
                this.y = value;
            }
        }

        public double Z
        {
            get
            {
                return this.z;
            }
            set
            {
                this.z = value;
            }
        }

        public Vector3D() { }

        public Vector3D(int x, int y, double z)
        {
            this.x = x;
            this.y = y;
            this.z = z;
        }

        public Vector2D ToVector2D()
        {
            return new Vector2D(this.x, this.y);
        }
    }
}
that isn't "collocate" in the pathfinder. Any idea?..
 
Upvote 0
Newbie Spellweaver
Joined
Mar 1, 2013
Messages
10
Reaction score
0
You need to install the following update (KB2919355) from your Windows Update before trying to install the .NET Framework 4.6...
This question could be avoided by reading the error ...

I did that... And I saw the error (also researched it)... That is why I'm posting this here...
 
Upvote 0
Junior Spellweaver
Joined
Mar 4, 2013
Messages
121
Reaction score
6
Anyone got a fix for the football gate? Its not saving the clothes and you're not getting the same outfit as the one you made in the "editor".
This item:
 
Upvote 0
git bisect -m
Loyal Member
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
Plus Emulator and Butterfly Emulator, and Azure, Yupi, etc, Doesn't work good in .NET Framework 4.6, the case study was issued as some new bugs on the Framework. The Emulator Thread crashes randomly, and that doesn't happen in .NET 4.5.X, a friend of me said that. I didn't investigated why, only reproduced.

Also 3D Vector has nothing related as FootBall being walkable. Check the Furni Settings for the FootBall, or how is handled the FootBall interaction.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 18, 2016
Messages
67
Reaction score
1
Hi!

How to remove GOTW ?



Thank you !

Hello Martoun. Open your external_flash_texts.txt and look for:
purse.seasonal.currency=GOTW Points

and change GOTW Points to whatever you desire. However if you want to remove the whole thing, I think that's done in the swf file or on the second line in external_override_variables.txt

seasonalcurrencyindicator.enabled=true / change true to false.
 
Upvote 0
Junior Spellweaver
Joined
Jul 31, 2012
Messages
188
Reaction score
5
@ovflowd maybe the Threedpoint? I don't know. But I saw that I can walk on ball when the difference.X & .Y is 0. I don't know how to edit this.

I tried to set up the "is_walkable" to 0, but nothing.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Sep 11, 2013
Messages
20
Reaction score
0
Thank you <3 !

You know how to remove the categories? Just bear Most popular rooms

Hello Martoun. Open your external_flash_texts.txt and look for:
purse.seasonal.currency=GOTW Points

and change GOTW Points to whatever you desire. However if you want to remove the whole thing, I think that's done in the swf file or on the second line in external_override_variables.txt

seasonalcurrencyindicator.enabled=true / change true to false.
 
Upvote 0
Initiate Mage
Joined
Feb 19, 2016
Messages
3
Reaction score
0
Im having this problem with the emulator --- Log :
Error in query:
UPDATE `users` SET `online` = '0', `last_online` = '1455899932,55908', `activity_points` = '500', `credits` = '20000', `vip_points` = '0', `home_room` = '1', `gotw_points` = '0', `time_muted` = '0',`friend_bar_state` = '1' WHERE id = '36' LIMIT 1;UPDATE `user_stats` SET `roomvisits` = '0', `onlineTime` = '0,817910194396973', `respect` = '0', `respectGiven` = '0', `giftsGiven` = '0', `giftsReceived` = '0', `dailyRespectPoints` = '20', `dailyPetRespectPoints` = '20', `AchievementScore` = '0', `quest_id` = '0', `quest_progress` = '0', `groupid` = '0',`forum_posts` = '0' WHERE `id` = '36' LIMIT 1;
MySql.Data.MySqlCli ent.MySqlException (0x80004005): Data truncated for column 'last_online' at row 1
en MySql.Data.MySqlCli ent.MySqlStream.Rea dPacket()
en MySql.Data.MySqlCli ent.NativeDriver.Ge tResult(Int32& affectedRow, Int64& insertedId)
en MySql.Data.MySqlCli ent.Driver.NextResu lt(Int32 statementId, Boolean force)
en MySql.Data.MySqlCli ent.MySqlDataReader .NextResult()
en MySql.Data.MySqlCli ent.MySqlCommand.Ex ecuteReader(CommandBehavior behavior)
en MySql.Data.MySqlCli ent.MySqlCommand.Ex ecuteNonQuery()
en Plus.Database.Adapt er.QueryAdapter.Run Query() en C:\Users\Sledmore\Desktop\PRODUCTION-201601012205-226667486\Database\Adapter\QueryAdapter.cs:l?nea 177
 
Upvote 0
Newbie Spellweaver
Joined
Feb 20, 2016
Messages
9
Reaction score
0
Re: PlusEMU - Habboon Edit - PRODUCTION-201601012205-226667486

Hey,

I'm looking for an working cms for this Emulator.

Would be great if someone can tell me which would work or has a Link.

Thanks a lot!
 
Upvote 0
Status
Not open for further replies.
Back
Top