Aleeda Emulator [C#, Deltar] R63+

Page 28 of 29 FirstFirst ... 1820212223242526272829 LastLast
Results 406 to 420 of 425
  1. #406
    Proficient Member Alexx. is offline
    MemberRank
    Feb 2011 Join Date
    160Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Added.

  2. #407
    hi i'm robbie Roper is offline
    MemberRank
    Oct 2008 Join Date
    /home/roperLocation
    2,283Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    my snowlight is muchhhh better than dis snowlighta

  3. #408
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,479Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    I did this on friday afternoon

    You can now do neater mysql insert querys now. It's unique, fast and easier to read.

    Not alot of updates atm, Development will sprout again when my friend matty13 (mattysouthall) adds the pathfinder; I've never done one so I plan to learn from him

    Before

    Code:
                            /*dbClient.ExecuteQuery("INSERT INTO room_items (`mID`, `x_axis`, `y_axis`, `rotation`, `sprite_id`, `trigger`, `isWallItem`) VALUES "
    
                                + "('" + Client.GetHabbo().RoomId + "', '" + mX + "','" + mY + "', '" + mRotation + "', '" + mItem.SpriteID + "', 1, 0);");*/
    After

    Code:
                            Dictionary<string, object> KeyWithValue = new Dictionary<string, object>();
    
                            KeyWithValue.Add("mID", Client.GetHabbo().RoomId);
                            KeyWithValue.Add("x_axis", mX);
                            KeyWithValue.Add("y_axis", mY);
                            KeyWithValue.Add("rotation", mRotation);
                            KeyWithValue.Add("sprite_id", mItem.SpriteID);
                            KeyWithValue.Add("trigger", 0);
                            KeyWithValue.Add("isWallItem", Convert.ToInt32(false));
    
                            doQuery().doInsertQuery("room_items", KeyWithValue);
    As you can see; I'm making things neater. So that others can understand and contribute upon it.

  4. #409
    What about no. Davidaap is offline
    MemberRank
    Nov 2009 Join Date
    773Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Quote Originally Posted by RobTheLobster View Post
    my snowlight is muchhhh better than dis snowlighta
    TIS IS NOT SNOWLIGHT YOU IDIOT
    this is aleeda, THE aleeda.

  5. #410
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Quote Originally Posted by davidaap View Post
    TIS IS NOT SNOWLIGHT YOU IDIOT
    this is aleeda, THE aleeda.
    Ever seen his codes?

  6. #411
    What about no. Davidaap is offline
    MemberRank
    Nov 2009 Join Date
    773Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Quote Originally Posted by wichard View Post
    Ever seen his codes?
    Yes, ever seen your duckemu codes? (Uber rip-off)

  7. #412
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    let's not fight about this , aleeda is based from ION i have seen hes source oke? everyone have hes own ways just let's stop this , this is useless to put energy into this x]

  8. #413
    What about no. Davidaap is offline
    MemberRank
    Nov 2009 Join Date
    773Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Quote Originally Posted by vista4life View Post
    let's not fight about this , aleeda is based from ION i have seen hes source oke? everyone have hes own ways just let's stop this , this is useless to put energy into this x]
    wichard need to stop with his i am pro behavior

  9. #414
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,479Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Quote Originally Posted by wichard View Post
    Ever seen his codes?
    Pretty sexy br0

    Quote Originally Posted by Quackster View Post
    I did this on friday afternoon

    You can now do neater mysql insert querys now. It's unique, fast and easier to read.

    Not alot of updates atm, Development will sprout again when my friend matty13 (mattysouthall) adds the pathfinder; I've never done one so I plan to learn from him

    Before

    Code:
                            /*dbClient.ExecuteQuery("INSERT INTO room_items (`mID`, `x_axis`, `y_axis`, `rotation`, `sprite_id`, `trigger`, `isWallItem`) VALUES "
    
                                + "('" + Client.GetHabbo().RoomId + "', '" + mX + "','" + mY + "', '" + mRotation + "', '" + mItem.SpriteID + "', 1, 0);");*/
    After

    Code:
                            Dictionary<string, object> KeyWithValue = new Dictionary<string, object>();
    
                            KeyWithValue.Add("mID", Client.GetHabbo().RoomId);
                            KeyWithValue.Add("x_axis", mX);
                            KeyWithValue.Add("y_axis", mY);
                            KeyWithValue.Add("rotation", mRotation);
                            KeyWithValue.Add("sprite_id", mItem.SpriteID);
                            KeyWithValue.Add("trigger", 0);
                            KeyWithValue.Add("isWallItem", Convert.ToInt32(false));
    
                            doQuery().doInsertQuery("room_items", KeyWithValue);
    As you can see; I'm making things neater. So that others can understand and contribute upon it.

  10. #415
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    [QUOTE=davidaap;6516548]wichard need to stop with his i am pro behavior[/QUOTE

    i understand david, we will see how it going be when those 2 servers are released

  11. #416
    Member Jaxite is offline
    MemberRank
    Sep 2011 Join Date
    EnglandLocation
    50Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Has any more progress been made with this Lord Quackster? Seems to have come to a stand still from my point of view.

  12. #417
    Apprentice Hebbos is offline
    MemberRank
    Aug 2011 Join Date
    10Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Good luck

  13. #418
    What about no. Davidaap is offline
    MemberRank
    Nov 2009 Join Date
    773Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Quote Originally Posted by Hebbos View Post
    Good luck
    STOP saying Good luck, you have 7 posts and every post has the message "Good luck"

  14. #419
    Member Jaxite is offline
    MemberRank
    Sep 2011 Join Date
    EnglandLocation
    50Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    Alex, i hear you coded every feature today and that its all 100%. [lol jk]

    good luck and keep it up though!

  15. #420
    Account Upgraded | Title Enabled! George2000 is offline
    MemberRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Re: Aleeda Emulator [C#, Deltar] R63+

    When it's going to be released? I can-not wait!



Advertisement