Bcstorm Catalogue error

Results 1 to 4 of 4
  1. #1
    Enthusiast EmielJ is offline
    MemberRank
    Aug 2012 Join Date
    a HouseLocation
    44Posts

    Bcstorm Catalogue error

    So i used the Database converter wich Tdid make and i converted Jess's catalogue from phoenix to Bcstorm, i did te fixes but as soon as i start the emulator this happens:

    untitled.png


    When i press F5

    These errors wil show up

    untitled2.png


    I did the fixes, i checked it like 100 times but it just won't work.

    Any help ?


  2. #2
    Enthusiast EmielJ is offline
    MemberRank
    Aug 2012 Join Date
    a HouseLocation
    44Posts

    Re: Bcstorm Catalogue error

    bumpx

  3. #3
    Account Upgraded | Title Enabled! Giles121 is offline
    MemberRank
    Jul 2011 Join Date
    EnglandLocation
    291Posts

    Re: Bcstorm Catalogue error

    go to HabboHotel > Items > ItemManager and find
    Code:
    uint id = Convert.ToUInt16(row[0]);
    and change it to
    Code:
    uint id = Convert.ToUInt32(row[0]);

    Also Edit

    Go to butterfly/habbohotel/items/catalogs/catalogitems.cs
    Edit from:
    this.Items.Add((uint) int.Parse(this.ItemIdString));
    To:
    this.Items.Add((uint) uint.Parse(this.ItemIdString));

    do the above :)

  4. #4
    Account Upgraded | Title Enabled! Flurrie is offline
    MemberRank
    Jun 2010 Join Date
    281Posts

    Re: Bcstorm Catalogue error

    Quote Originally Posted by Giles121 View Post
    do the above :)
    Thank you very much x



Advertisement