Inventory Items Fix + My Leave

Results 1 to 14 of 14
  1. #1
    Valued Member GheddoMonsta is offline
    MemberRank
    Feb 2011 Join Date
    127Posts

    Inventory Items Fix + My Leave

    Hello today i Release the Furni Buy bug fix for Buy 33333 items and more okay ;) this are my last Release. I Leave the Scene ;)

    search For the Call getuseritems functions in the source and replace all the Call getuseritems Lines with
    Code:
    adapter.setQuery("SELECT items_users.item_id, items.base_id, items_extradata.data, items.rareid, items.group_data FROM items_users JOIN items ON (items.item_id = items_users.item_id) LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id) WHERE items_users.user_id = " + userId);
    Now search for Call Getroomitems and Repleace all the Getroomitems lines with

    Code:
    adapter.setQuery("SELECT items_rooms.item_id, items_rooms.x, items_rooms.y, items_rooms.n, items.base_id, items_extradata.data, items.rareid, items.group_data FROM items_rooms JOIN items ON (items.item_id = items_rooms.item_id) LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id) WHERE items_rooms.room_id = @roomid");
    adapter.addParameter("roomid", room.RoomId);
    credits: Meik2010 50% for the Idea and 50% to me For Coding ;)


  2. #2
    Just out there.. Flare is offline
    MemberRank
    Jun 2012 Join Date
    269Posts

    Re: Inventory Items Fix + My Leave

    thanks man. sad 2 see you leaving.

  3. #3
    Valued Member GheddoMonsta is offline
    MemberRank
    Feb 2011 Join Date
    127Posts

    Re: Inventory Items Fix + My Leave

    No problem..

  4. #4
    Account Upgraded | Title Enabled! KyleeIsProzZ is offline
    MemberRank
    Oct 2012 Join Date
    C:Location
    548Posts

    Re: Inventory Items Fix + My Leave

    Can anyone confirm this code working without debug errors etc.

  5. #5
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: Inventory Items Fix + My Leave

    Why do you leave man? How sad..
    Thanks for the fix! ;)

  6. #6
    Valued Member GheddoMonsta is offline
    MemberRank
    Feb 2011 Join Date
    127Posts

    Re: Inventory Items Fix + My Leave

    the German scene is not what it used to be .. Released what it is and makes you stupid;)

  7. #7
    Member LickUrDig is offline
    MemberRank
    Aug 2011 Join Date
    On a CloudLocation
    66Posts

    Re: Inventory Items Fix + My Leave

    Thanks for the share.

  8. #8
    Novice xoofer is offline
    MemberRank
    Nov 2012 Join Date
    4Posts

    Re: Inventory Items Fix + My Leave

    Thanks but my client crash again when i have 3361 items. :/

  9. #9
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: Inventory Items Fix + My Leave

    Thanks for the share. Will test it out :)

    ~tdid
    Last edited by HabMoon; 27-01-13 at 08:11 PM.

  10. #10
    Valued Member GheddoMonsta is offline
    MemberRank
    Feb 2011 Join Date
    127Posts

    Re: Inventory Items Fix + My Leave

    Edit: i'm coding a Last Fix ;) a Club gift page ^^ like habbo ;D i need the Packet? o.o have every one the Packet or can Search? ^^ for Release63-201211141113-913728051

  11. #11
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: Inventory Items Fix + My Leave

    What the hell is this? i don't get it lolz?

  12. #12
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: Inventory Items Fix + My Leave

    This doesn't run for me says "Error 2 The name 'userId' does not exist in the current context"

  13. #13
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,372Posts

    Re: Inventory Items Fix + My Leave

    You're setting the query but not executing it ?

  14. #14
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: Inventory Items Fix + My Leave

    Hmm works when I use this @userid"); instead of " + userId);

    Also I use + userId"); and now it runs.
    Last edited by BoomHotel; 28-01-13 at 12:19 PM.



Advertisement