Help with Plusemu R2

Results 1 to 8 of 8
  1. #1
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Help with Plusemu R2

    Well,

    tdid release his camwijs edit, but i cant get it to work.
    Can anyone help me?


  2. #2
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: Help with Plusemu R2

    What errors?

  3. #3
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: Help with Plusemu R2

    Code:
    Bug duing user login: System.IndexOutOfRangeException: Cannot find column 13.
       at System.Data.DataColumnCollection.get_Item(Int32 index)
       at System.Data.DataRow.get_Item(Int32 columnIndex)
       at Silverwave.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Administrator\Downloads\Silver\Silverwave Emulator\HabboHotel\Users\UserData\UserDataFactory.cs:line 280
       at Silverwave.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Administrator\Downloads\Silver\Silverwave Emulator\HabboHotel\GameClients\GameClient.cs:line 134
    Is what i get, on line 280 is:
    Code:
    group = Convert.ToUInt32(dRow[13]);
    If i copy a code:
    Code:
                List<UserItem> inventory = new List<UserItem>();
    
                uint itemID;
                uint baseItem;
                string extraData;
                uint group;
                int limno;
                int limtot;
                foreach (DataRow dRow in dInventory.Rows)
                {
                    itemID = Convert.ToUInt32(dRow[0]);
                    baseItem = Convert.ToUInt32(dRow[3]);
                    if (!DBNull.Value.Equals(dRow[4]))
                        extraData = (string)dRow[4];
                    else
                        extraData = string.Empty;
    
                    group = Convert.ToUInt32(dRow[13]);
                    limno = Convert.ToInt32(dRow[11]);
                    limtot = Convert.ToInt32(dRow[12]);
                    inventory.Add(new UserItem(itemID, baseItem, extraData, group, limno, limtot));
                }
    - - - Updated - - -

    Can anybody help me?
    Last edited by Twan; 19-04-14 at 02:10 AM.

  4. #4
    Enthusiast FoxLulz is offline
    MemberRank
    Jul 2012 Join Date
    36Posts

    Re: Help with Plusemu R2

    Use a different EMU his must be bugged i can't tell exactly what's wrong with it but use this one : http://forum.ragezone.com/f353/pluse...pdated-994546/

  5. #5
    Account Upgraded | Title Enabled! HotelMaker is offline
    MemberRank
    Dec 2012 Join Date
    288Posts

    Re: Help with Plusemu R2

    @Ace Retros that emu dont got the wired fix

  6. #6
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: Help with Plusemu R2

    Right, thats why i ask.

  7. #7
    Enthusiast FoxLulz is offline
    MemberRank
    Jul 2012 Join Date
    36Posts

    Re: Help with Plusemu R2

    Quote Originally Posted by Twan View Post
    Right, thats why i ask.
    I have the wired fix for it i will upload it in a bit..

  8. #8
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: Help with Plusemu R2

    Quote Originally Posted by Ace Retros View Post
    I have the wired fix for it i will upload it in a bit..
    That should be nice, thanks!



Advertisement