Search results

  1. Velaski

    How can remove HC Bar?

    Try it again, it happens to me. The swf just breaks for some reason...
  2. Velaski

    Using FluxRP Emu

    Try changing that to: BaseId = Items.Keys.FirstOrDefault().ItemId;
  3. Velaski

    How can remove HC Bar?

    You already posted about this tho? These are the steps I go through when using the UI Editor: 1. Browse for your Habbo.Swf 2. BACKUP!! - Very important 3. Do whatever changes I need to do 4. Save 5. Copy to original (extra) If the changes work, I backup it up again (it's the most recent...
  4. Velaski

    Using FluxRP Emu

    Which one is Line 133?
  5. Velaski

    [Submissions] Extending the functionality of any Habbo Emulator

    These are the people that hate criticism whether it be constructive or not. Get a grip.
  6. Velaski

    PlusEMU Catalogue kicks me

    Check out the errors in the emulator.
  7. Velaski

    Adding Commands?

    1. Open the project/solution 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: this.Register("<the name you want the command to be>"...
  8. Velaski

    [HELP] butterfly emu

    White screen! More time you haven't linked your habbo.swf.
  9. Velaski

    hotel under attack

    You don't really need to use "30000" for your emulator port also.
  10. Velaski

    Pack rp

    http://sulake.cc/Packs - HoloRP
  11. Velaski

    Recruiting Someone to open a hotel with me

    If you believe him you're drunk! He doesn't even know what a integer is in maths.
  12. Velaski

    Novic RP!

    Novic RP!
  13. Velaski

    [Suggestion] Staff System

    News sections sounds gucci.
  14. Velaski

    [SWF & SQL] Zlatan Ibrahimović Throne

    This is so shit only because Zlatans there :D Jokes apart, this is nice. Thank you!
  15. Velaski

    3x Free Templates

    Looks nice :)
  16. Velaski

    Habbo staff badge above head

    He isn't asking for that. He is wondering why the staff badge hasn't changed after he has replaced it.
  17. Velaski

    [PlusEMU] Emulator Development [UPDATED]

    Also, with permissions_commands, I didn't want to keep adding unto it. Instead of command_(command), I used command_user if it was a user command, command_vip, if the command was VIP. In the command cs file, just do this: public string PermissionsRequired => "command_user"; And the query...
  18. Velaski

    Edit R63B RP emulator

    Please mark my post as the best answer.
  19. Velaski

    [Help] Plus Emu Edit

    Basically, you have to route to the command. So SuperPullCommand.cs. Look for : public string Description { get { return "Edit this to your liking...."; } } Debug it, and you're good to go.
  20. Velaski

    [PLUSEMU] VIP Alert

    It only shows to the "Session". You need to add a foreach so it shows to everyone ABOVE RANK 2.. As Damien said, You already returned if the "Session" is less than 2. After that you could add an else. So it would be: if (Session.GetHabbo().Rank < 2) {...
Top