[C#] Woodpecker v3 [Shockwave][MySQL]

Page 4 of 4 FirstFirst 1234
Results 46 to 49 of 49
  1. #46
    The Omega Superfun is offline
    MemberRank
    Dec 2006 Join Date
    The NetherlandsLocation
    5,227Posts

    Re: [C#] Woodpecker v3 [Shockwave][MySQL]

    If someone opens up a server with this (which i recommend highly):

    fuse_any_room_controller overrides fuse_pick_up_any_furni, allowing to pickup the furni even if you dont have the fuse_pick_up_any_furni fuse.



    Just looking at the source files, 2008, wow!

    PHP Code:
    /*===================================================+
    || # Woodpecker Housekeeping
    |+====================================================+
    || # Copyright Ā© 2008 All rights reserved. 

  2. #47
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: [C#] Woodpecker v3 [Shockwave][MySQL]

    Some useful methods are those like:
    Code:
    Engine.Update();
    which basically `cleans` the emulator's cache, i.e
    Code:
    Moderation.dropExpiredBans();
                        Messenger.Postmaster.dropInvalidMessages();
                        Rooms.dropInvalidFavoriteRoomEntries();
                        Rooms.destroyInactiveRoomInstances();
    The built in garbage collector is called to free resources:
    Code:
       GC.Collect(); // Force garbage collecting
    This determines how many connections one can make through their IP
    Code:
      mMaxConnectionsPerIP;

    In "clientMessageTargetMethodNames.cs", you can find a huge list of packets (I believe) and what they do.
    Private Paste - Pastie
    Those are raw, they need to be encoded

    This is probably useless, just thought I'd add a little something ^^

  3. #48
    What about no. Davidaap is offline
    MemberRank
    Nov 2009 Join Date
    773Posts

    Re: [C#] Woodpecker v3 [Shockwave][MySQL]

    Quote Originally Posted by joopie View Post
    Rule #1

    Don't.

    This is really the most important rule. It's fair to say that most usages of GC.Collect() are a bad idea and I went into that in some detail in the orginal posting so I won't repeat all that here. So let's move on to...
    *is deleting GC.Collect(); out his uber edit {A}*

  4. #49
    Developer Eronisch is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    1,328Posts

    Re: [C#] Woodpecker v3 [Shockwave][MySQL]

    Bump, When i try to register on the client and click Finish it disconnects, with logging in too.

    Is it only possible to login with sso or what?



Page 4 of 4 FirstFirst 1234

Advertisement