plus emulator command

Results 1 to 3 of 3
  1. #1
    Novice slikerbr is offline
    MemberRank
    Aug 2017 Join Date
    2Posts

    plus emulator command

    I'm looking for a custom command for the emulator PLUS, which makes it possible to mention(@) any user and send a message to it, does anyone here have it?


  2. #2
    Valued Member treebeard is offline
    MemberRank
    Jun 2018 Join Date
    Middle EarthLocation
    102Posts

    Re: plus emulator command

    Quote Originally Posted by slikerbr View Post
    I'm looking for a custom command for the emulator PLUS, which makes it possible to mention(@) any user and send a message to it, does anyone here have it?
    I've personally never seen this command.

    Also, iirc the commands need to be used with a prefix ':' which is what signifies that the following term/s are a command to be handled by CommandManager or whatever it's called in Plus.

    Making a command like ':message userName' seems more feasible and would really just require you to copy the format of another command, change the name, desc, etc. and then for the actual logic you would just send the packet for sending a message, (which can easily be located) along with a String that contains the payload from :message

  3. #3
    Apprentice Goldfinch is offline
    MemberRank
    Dec 2018 Join Date
    13Posts

    Re: plus emulator command

    Hi there,
    After observing the setup and development of several habbo retro's, I can say that I have never come across this command before.
    As mentioned above, it would be more appropriate to make a command such as that.
    If you are still looking to develop a command like you have outlined, I would recommend looking around on some sites such as github - as others may have developed what you are looking for.

    Best regards. :)



Advertisement