Search:

Type: Posts; User: asesinato

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    520

    Re: acturus and your friends

    Please add some more information about your help request.
  2. Closed: re: Icarus Server (Production) - [Python, Multi-DB/MySQL]

    Approved. Good luck with your development.
  3. Replies
    1
    Views
    329

    Re: Hotelview images doesn't show

    Your path to your images aren't linked up correctly or you do not have the images. Open up your console(f12) and correct the errors by editing the path in your external_flash_texts
  4. Replies
    3
    Views
    335

    Re: Furni stays in room after pick up

    If you're referring to Azure 0190, then you're wrong. Nova is better than 0190. Azure 2.0 will be out soon, I'm sure they have made huge improvements.
  5. Replies
    16
    Views
    3,079

    Closed: Re: CheerCMS New Improved RevCMS

    Apart from a new Housekeeping, what's so great about this CMS which will make other people use it?
  6. Re: [RELEASE / REQUEST] Tiger Hat / Panda Hat Recolor

    Thanks for this, would love to see more

    Fixed SWF
    Download

    New Part ID; 7378
  7. Replies
    3
    Views
    688

    Closed: Re: Habbo is currently unavalible?

    All Habbos were offline for a period of time.
  8. Replies
    9
    Views
    482

    Re: [Help] Adding a custom issue

    First of all you're trying to run a query that isn't even SQL. That is why it's returning an error. Furni Data belongs in furnidata.txt (if r63)

    Run these queries:


    INSERT INTO `furniture`...
  9. Replies
    5
    Views
    560

    Re: How do you create a Retro Hotel?

    Phoenix & Rev
  10. Replies
    18
    Views
    1,426

    Closed: Re: Working Emulator with MercuryCMS?

    Think i found your issue, change your swf path to this


    $_CONFIG['hotel']['external_vars'] = '%www%/gamedata/external_variables/external_variables.txt';
    $_CONFIG['hotel']['external_texts'] =...
  11. Re: Security breach / logging everything on revcms

    You most probably have an exploit in your automatic payment system. Recheck your code. If you cant find it / don't know how, paste the code on here and i'm sure somebody will point out the exploit.
  12. Replies
    4
    Views
    511

    Re: Stats in me.php

    http://pastebin.com/jmV0vBcZ Enjoy :)
  13. Replies
    3
    Views
    489

    Re: Database Column?

    You can run this query


    ALTER TABLE `users` ADD experience int(11) NOT NULL AFTER `real_name`


    Or you can just right click on the table and click "Design Table" and add the column manually.
  14. Replies
    4
    Views
    536

    Re: Ingame - r63b - Help | +Appreciated

    You'll need to change your Habbo.swf
  15. Replies
    19
    Views
    2,963

    Re: Coca Cola Custom Set [Phx/Gte]

    The top of the rocket & bottlecap stool needs some work, but overall great, original customs.

    Thanks for sharing :love:
  16. Replies
    8
    Views
    1,451

    Re: [Release]Candy Teddy[By ScripteX]

    Haha this is cute! Thanks for the release man, great work.
  17. Replies
    4
    Views
    494

    Re: Automatic VIP and Shop help

    I'm not stupid. I know that's what he's talking about. All he has to do is copy and paste the original code for vip & change the UPDATE query
  18. Replies
    4
    Views
    494

    Re: Automatic VIP and Shop help

    It isn't too hard to do. In your query you've done to rank them VIP, change the update from


    UPDATE users SET rank =


    to
  19. Replies
    21
    Views
    3,569

    Re: Candyland Rare Set 2015 [Phoenix/GTE]

    ^
    Atleast somebody knows what they're talking about
  20. Replies
    21
    Views
    3,569

    Re: Candyland Rare Set 2015 [Phoenix/GTE]

    You didn't make this, so I won't credit you for a 'good work' like others have.
  21. Replies
    4
    Views
    422

    Re: Client Help Neede

    Could be SWF related, have you modified your SWF?
  22. Replies
    3
    Views
    1,097

    Re: Where to add pets to r63b habbo.swf

    Doesn't work like that on newer SWFs, it doesn't decompile properly. You have to modify the edit.bat to make it work.
  23. Replies
    2
    Views
    536

    Re: Problem Mercury 2.3 Emulator

    Try re-registering. It seems that your account that you're logged in with doesn't exist in the database (possibly re executed the database when logged in)
  24. Replies
    1
    Views
    355

    Re: avatarimage / Figur?

    hr = hair
    hd = body
    cc = jacket
    ch = shirt
    ca = chest
    sh = shoes
  25. Closed: Re: Comet Server (Old version - June 2014) [Java]

    Nice, probably the first decent release on here in a long time.
  26. Re: How do i give ranks Mod Tools im using Gold Tree Emulator?

    In your permission_ranks table there should be a column called acc_supporttool. Set the row to '1' on the rank you wish to have the permission.
  27. Re: Search Habbo.swf or retroserver which has a

    Download Link is down though
  28. Replies
    30
    Views
    2,907

    Re: What is it like for new retros?

    Well that's awkward.
  29. Replies
    30
    Views
    2,907

    Re: What is it like for new retros?

    Well that's just ridiculous. I've seen you use the Help section. Yeah, it may be easy to you to do some stuff but to others its like trying to talk a foreign language. Once somebody gives them a...
  30. Thread: Wired Error

    by asesinato
    Replies
    9
    Views
    634

    Re: Wired Error

    I fixed the issue about 3 weeks ago for a friend, I've forgotten myself how I done it but I can point you in the right direction, I'm 110% sure it's in RoomItemHandling.cs in


    internal void...
  31. Replies
    3
    Views
    440

    Re: How to make commands?

    Never used GoldTree, but should be something like



    // 5000+ = Custom Commands
    case 5000:
    if (Session.GetHabbo().GetEffectsInventoryComponent().int_0 != 100)
    {
    ...
  32. Replies
    3
    Views
    440

    Re: How to make commands?

    Open up your ChatCommandHandler.cs and create a new case.

    Then you'll want to open up RoleManager.cs and create a new method


    this.dictionary_4.Add(GoldTreeEnvironment.smethod_1("CMD_NAME"),...
  33. Replies
    11
    Views
    967

    Re: Coding Custom furni

    Strange, I've never encountered that issue before, even when I used XML.

    .txt > .xml
  34. Replies
    11
    Views
    967

    Re: Coding Custom furni

    Wrong furnidata shouldn't crash your emu. It would only appear as a black box. Most probably a SQL issue.
  35. Replies
    1
    Views
    339

    Closed: Re: :kiss x only works for staff? lol.

    Issue resolved, thread closed.
  36. Replies
    9
    Views
    3,662

    Closed: Re: 4 New Habbo Clothes

    Thread closed since I don't have a backup of these.
  37. Closed: Re: Protect against DDOS and other Server Attacks

    There is an entire thread dedicated to VPS/DDoS protection, you can find it here
    https://forum.ragezone.com/f333/vps-ddos-protection-thread-1051863

    Thread closed
  38. Replies
    1
    Views
    286

    Re: How to remove widgets on landing view

    Remove it in external_flash_texts
  39. Replies
    39
    Views
    9,658

    Re: [REL] 42 new Dino Furnis [SWFs//SQLs]

    Cheers for the quick release! I knew that Habbo was going to make a pre-historic furniture line & it looks great so far. I wonder what else they're going to make.
  40. Replies
    87
    Views
    15,994

    Closed: Re: MangoRP - Generic Roleplay Emulator

    Nice work Francis, I wish you the best of luck with this project.

    Its nice to finally see somebody use Mango, especially turning it into a role-play.
  41. Re: Reality RP Remake Emulator {Heavily Edited}

    No, no, no... do not do this.
  42. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Thread closed.
  43. Replies
    10
    Views
    690

    Re: Furniture Cannot sit

    I presumed since Azure is one of the most used emulators beside Phoenix. He said he already made it can_sit in the database but no luck.
  44. Replies
    10
    Views
    690

    Re: Furniture Cannot sit

    You need to edit furnidata_xml file. There should be something like <cansiton>0</cansiton> change it to 1

    Best of luck
  45. Thread: Commands

    by asesinato
    Replies
    2
    Views
    516

    Re: Commands

    I don't really work with Phoenix, but you will need to edit your RoleManager.cs too.
  46. Poll: Closed: Re: Open Source Community Project [Unofficial] [CMS] [EMU]

    Thread closed since you guys can't behave yourself.
  47. Replies
    9
    Views
    2,878

    Re: Custom Roomads (might be habbo's)

    There is two images because there is a door. If you put it all on 1 image, you will walk over the door. Using 1 image with the offsetZ as 9000 and the door image as 9999.
  48. Replies
    29
    Views
    4,181

    Closed: Re: [Tool] Productdata-generator [windows]

    24+ hours & no response, thread closed.

    Feel free to PM me if you want the thread reopened providing you are able to fix the broken links.
  49. Replies
    29
    Views
    4,181

    Closed: Re: [Tool] Productdata-generator [windows]

    Xesause I'll give you 24 hours to fix the links otherwise I'll close the thread.
  50. Replies
    1
    Views
    566

    Closed: Re: Habbo V5 DCRS!

    Thread closed upon OPs request.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4

Advertisement