Commands missing..

Lex12

New Member
Nov 15, 2014
17
0
Hi,
I am using currently using Nova emulator and i just saw that the commands ":update_settings, :update_catalogue, :update_items" etc, does not exist. Does anyone know how to add them?

@Kiss
 

flyest

Doctor
Mar 3, 2013
94
13
Here is what you should do:
  • Due to that Nova is based off Butterfly, download another edit of Butterfly.
  • Look for the files named ChatCommandHandler.cs and ChatCommandRegister.cs.
  • Copy whatever command you want (from the downloaded Butterfly edit) and paste it into the files (above).
  • Edit the code to make it fit with yours (read errors given in VS).
For commands such as pull, push, disablediagonal, etc, you might wanna check Gamemap.cs, Pathfinder.cs and RoomUserManager.cs aswell.
 
Last edited:

Lex12

New Member
Nov 15, 2014
17
0
Here is what you should do:
  • Due to that Nova is based off Butterfly, download another edit of Butterfly.
  • Look for the files named ChatCommandHandler.cs and ChatCommandRegister.cs.
  • Copy whatever command you want (from the downloaded Butterfly edit) and paste it into the files (above).
  • Edit the code to make it fit with yours.
For commands such as pull, push, disablediagonal, etc, you might wanna check Gamemap.cs, Pathfinder.cs and RoomUserManager.cs aswell.
Thanks, buddy.
 

Users who are viewing this thread

Top