Adding Commands?

Status
Not open for further replies.

Antisj

Member
Apr 21, 2014
126
13
Adding Commands?
Do i need to do something more then changing the commandmanager.cs and inserting the commandname.cs to the specific folder in HabboHotel?
Help would be much appreciated!
 

Antisj

Member
Apr 21, 2014
126
13
Do you add the Class command just copy and paste from folder or from visual studio just like right click > add > class
I got 2 different PlusEMU emulators.
First one got: All my commands from my retro in 2016
Second one: The one i got now so i copied all HabboHotel files from first emu (old one) into the one i have now.

Do i need to "connect them" in visual studio?
 

Velaski

winner
Aug 4, 2015
562
165
1. Open the project/solution
You must be registered for see images attach


2. Create the command in what ever file you want, preferably you'd want it in HabboHotel -> Rooms -> Chat -> Commands -> User

3. Go to CommandManager.cs, in the RegisterUser method and register your command:
PHP:
this.Register("<the name you want the command to be>", new TheClassName());

4. Update the permissions_command table, make sure it corresponds to the value you gave it in PermissionsRequired.

I'm on work experience and I'm in a rush. If you need further help, pm me for my Skype!
 
  • Like
Reactions: Joe

Antisj

Member
Apr 21, 2014
126
13
1. Open the project/solution
You must be registered for see images attach


2. Create the command in what ever file you want, preferably you'd want it in HabboHotel -> Rooms -> Chat -> Commands -> User

3. Go to CommandManager.cs, in the RegisterUser method and register your command:
PHP:
this.Register("<the name you want the command to be>", new TheClassName());

4. Update the permissions_command table, make sure it corresponds to the value you gave it in PermissionsRequired.

I'm on work experience and I'm in a rush. If you need further help, pm me for my Skype!
Thanks for the tut! Managed to do it by myself! Great tut :D
 
Status
Not open for further replies.

Users who are viewing this thread

Top