1 Attachment(s)
SwiftEMU - Catalogue problem..
i'm using this catalogue; http://forum.ragezone.com/f353/bcstr...hoenix-906600/
Changed my hof_furnis, c_images and SQL's and still get this error:
(also changed product, and furnidata)
Attachment 138850
Re: SwiftEMU - Catalogue problem..
This could be due to serveral reasons.
I suggest you getting a new copy of your catalogue or install a backup if you have any.
Re: SwiftEMU - Catalogue problem..
Can you recommend any catalogs, just to be sure that they really work. I just want to know that am i doing something wrong.
Re: SwiftEMU - Catalogue problem..
Already did an backup still failed my dutch users getting angry that groups don't work @HillBilly
Re: SwiftEMU - Catalogue problem..
Quote:
Originally Posted by
Wbeu
Already did an backup still failed my dutch users getting angry that groups don't work @
HillBilly
Get your own help thread.
Quote:
Originally Posted by
York Town
Can you recommend any catalogs, just to be sure that they really work. I just want to know that am i doing something wrong.
Use the one that came with your database?
Re: SwiftEMU - Catalogue problem..
Quote:
Originally Posted by
HillBilly
Use the one that came with your database?
catalogue_items_copy table didn't work at that one.. idk why : P
Re: SwiftEMU - Catalogue problem..
Have you actually done this part?
Quote:
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));
Re: SwiftEMU - Catalogue problem..
Quote:
Originally Posted by
BaasHotel
Have you actually done this part?
Yap, there is no "catalogs" folder at my Emu, so i changed that same thing from btfly/habbohotel/catalogs/CatalogItem.cs :s
Re: SwiftEMU - Catalogue problem..
Quote:
Originally Posted by
BaasHotel
Have you actually done this part?
Would've thrown a console error if he had to change that.
Re: SwiftEMU - Catalogue problem..
Quote:
Originally Posted by
HillBilly
Would've thrown a console error if he had to change that.
Has always worked that way when I converted my phx catalog to bcstorm. :P However, York Town, if you boot the emulator and then press enter when it stops on the navigator, does it give you an error or does it stay empty?