Welcome to the RaGEZONE - MMORPG development forums.

[poof command]v26 - fixed

This is a discussion on [poof command]v26 - fixed within the Habbo Tutorials forums, part of the Habbo Hotel category; Well i see that on some usable emulators :poof dont work . so learn on how to fix it : ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    RaGEZONER
    Rank
    Newbie
    Join Date
    Oct 2010
    Location
    PHP files
    Posts
    91
    Liked
    10

    [poof command]v26 - fixed

    Tabo Hotel
    Well i see that on some usable emulators :poof dont work . so learn on how to fix it :

    go to source>virtual>users>virtualUser.cs .

    Find
    PHP Code:
    case "poof"// Use the poof animation in room
                    
    {
                        
    refreshAppearance(falsefalsefalse);
                        break;
                    } 
    replace with
    PHP Code:
    case "poof"// Use the poof animation in room
                    
    {
                        
    refreshAppearance(truetruetrue);
                        break;
                    } 
    Sorry if this is released but i really didnt find it anywhere .
    no screenies because this is SO SIMPLE (for noobs) so..

    Credits goes to me - releasing , fixing , obv and to others that created , edited etc.. holograph emulator .

    rate tut pls
    Last edited by StronGCoder; 05-11-10 at 10:32 AM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Im Back!
    Rank
    Member +
    Join Date
    Sep 2010
    Posts
    308
    Liked
    22

    Re: [poof command]v26 - fixed

    Nice tutorial mate.

  4. #3
    RaGEZONER
    Rank
    Newbie
    Join Date
    Oct 2010
    Location
    PHP files
    Posts
    91
    Liked
    10

    Re: [poof command]v26 - fixed

    thank you . comment more please

  5. #4
    Newbie
    Rank
    Newbie
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0

    Re: [poof command]v26 - fixed

    I've Holograph Emu XZ and it doesnt work D:

  6. #5
    RaGEZONER
    Rank
    Newbie
    Join Date
    Oct 2010
    Location
    PHP files
    Posts
    91
    Liked
    10

    Re: [poof command]v26 - fixed

    sure you have changed to (true, true, true) ?

    ---------- Post added at 01:31 PM ---------- Previous post was at 01:30 PM ----------

    oh yeah and it doesnt work because i am sure u didnt debug but you just restarted the emulator

  7. #6
    Newbie
    Rank
    Newbie
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0

    Re: [poof command]v26 - fixed

    Yes... all right but doesnt work.

    I've restart Server all.. :l

    #region poof
    case "poof": // Use the poof animation in room
    {
    refreshAppearance(true, true, true);
    break;
    }
    Last edited by MostWanted; 06-11-10 at 12:37 PM.

  8. #7
    RaGEZONER
    Rank
    Newbie
    Join Date
    Oct 2010
    Location
    PHP files
    Posts
    91
    Liked
    10

    Re: [poof command]v26 - fixed

    did u debug in .csproj file ? clicking green button or F5 ?

  9. #8
    Newbie
    Rank
    Newbie
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0

    Re: [poof command]v26 - fixed

    sry im noob D:
    where I have to debug?

  10. #9
    RaGEZONER
    Rank
    Newbie
    Join Date
    Oct 2010
    Location
    PHP files
    Posts
    91
    Liked
    10

    Re: [poof command]v26 - fixed

    xD . go to the emulator>.csproj file , then click F5

  11. #10
    Newbie
    Rank
    Newbie
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0

    Re: [poof command]v26 - fixed

    Dam.. i hate it Dx
    doesnt work. -.-

  12. #11
    RaGEZONER
    Rank
    Newbie
    Join Date
    Oct 2010
    Location
    PHP files
    Posts
    91
    Liked
    10

    Re: [poof command]v26 - fixed

    ur doing it wrong.. it worked to me.

  13. #12
    Newbie
    Rank
    Newbie
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0

    Re: [poof command]v26 - fixed

    Yes.. you right. Anything I do wrong :D
    you are german? then its easiler D:

  14. #13
    RaGEZONER
    Rank
    Newbie
    Join Date
    Oct 2010
    Location
    PHP files
    Posts
    91
    Liked
    10

    Re: [poof command]v26 - fixed

    nah i am not german

  15. #14
    Newbie
    Rank
    Newbie
    Join Date
    Aug 2010
    Posts
    8
    Liked
    0

    Re: [poof command]v26 - fixed

    ah ok D:
    all commands i had edit doesnt work.. D:
    visualUser is unfixxed too..

  16. #15
    RaGEZONER
    Rank
    Newbie
    Join Date
    Oct 2010
    Location
    PHP files
    Posts
    91
    Liked
    10

    Re: [poof command]v26 - fixed

    i had that problem too:) i used other emulator and worked.

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •