Search:

Type: Posts; User: Cathrine

Search: Search took 0.01 seconds.

  1. Thread: Pura!

    by Cathrine
    Replies
    0
    Views
    354

    Pura!

    I have an issue I simply just don't manage to figure out of, almost all of the furniture in the category "Pura" does not work when just about all the other furniture does work.

    I've tried to find...
  2. Closed: I'm sorry, it's a bit hard for me to figure out...

    I'm sorry, it's a bit hard for me to figure out what to do without having access to the actual code.


    && !tItem.GetBaseItem().Name.Contains("cf")

    Try this. If that doesn't work, switch out...
  3. Closed: Re: Is it possible to stop diamonds/bars being used on rollers?

    The object reference is the current4 or whatever variable your emulator uses?
  4. Closed: Re: Is it possible to stop diamonds/bars being used on rollers?

    Try to search for
    ".baseitem.name" or just ".name" in the file or other project files and check capitalization, if you're not using current4 there replace that with whatever you're using and...
  5. Replies
    2
    Views
    520

    Re: I search Lido Furni Public

    http://habboo-a.akamaihd.net/dcr/hof_furni/45508/lido_bench.swf
    http://habboo-a.akamaihd.net/dcr/hof_furni/45508/lidowall3.swf
    http://habboo-a.akamaihd.net/dcr/hof_furni/45508/lido_parasol.swf...
  6. Closed: Re: Is it possible to stop diamonds/bars being used on rollers?

    Try to add


    || current4.BaseItem.Name.Contains("cf")
    or
    || current4.Name.Contains("cf") after



    if (_rollerItemsMoved.Contains(current4.Id)
  7. Closed: Re: Is it possible to stop diamonds/bars being used on rollers?

    It's not as easy as you'd might think. Looking at how the rollers work in RoomItemHandling.cs (Azure Source) it gets all the furniture by the ID and not the name, you could obviously try to create a...
  8. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    If anyone want to help with developing this project please send me a privat message.
  9. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    I was working on it, but got some issues with it working online. I had to use some PHP in the code to get it work, which it does now.
  10. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    It doesn't necessarily have to be any noticable lag, take a look when it's finished instead.

    - - - Updated - - -

    Now the

    http://nutcracker.xyz/v4/resources/i...?dir=7&act=wlk

    works...
  11. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    Work in progress:

    http://nutcracker.xyz/v4/resources/images/?dir=7&act=wlk

    "dir" (direction) can at the moment be 0, 1, 2, 3 and 7
    "act" (action) can at the moment be "std" (standing) and...
  12. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    The IDs are generated by the flooresigner and is just coordinates. The style of the objects go by the class. The inline-styling is also generated by the floordesigner to get the correct position...
  13. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    0 just means there's nothing there. Same as outside walking area.
  14. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    W = Wall
    0 = Blank space

    https://forum.ragezone.com/cache.php?img=http%3A%2F%2Fpuu.sh%2Fj0HJ6%2F69b92475d8.png

    This is what would have happened if it was a wall there @fallenfate

    - - -...
  15. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    <?php


    include "general.php";
    $result = $mysqli->query("SELECT * FROM action_queue WHERE time > ".time()." - 30 ORDER BY id DESC");
    $count = 0;
  16. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    No, it probably isn't yet. I just noticed how people played around there and I've fixed that now.
  17. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    Update:

    Floor generator is updated, generates walls. Uses roommaps.

    5 room types added to demo. Switch between them by using command
    (:floor 1-5)

    Movements gets added to action queue.
    ...
  18. Closed: Re: HabboScript | Jquery, php, css, javascript client | No packets

    All actions you do gets saved in a queue server-side which the site automatically loads (the actions relevant for the current user) every 100ms (by default).
  19. Closed: HabboScript | Jquery, php, css, javascript client | No packets

    Hi!

    I've just recently started working on this project, which I plan to release as soon as I've come to a level where it's somewhat usable and can be added new furniture, clothes etc. to without...
Results 1 to 19 of 21

Advertisement