Needing Help With Crafting

Parsov

Member
May 18, 2016
315
206
Howdy there! I need some help with Craft-able Items. Emulator is Plus Emulator but the function was taken from HabboEmulator.
I did everything that was required. & added some items to test it out. I never got it to work. I don't know if I'm doing it wrong or if it's not functioning properly as I've never used the Habbo Crafting System.

In the crafting_recipes I added this:
SQL:
INSERT INTO `crafting_recipes` VALUES ('test', 'hween_c15_purecrystal3:5', 'hween_c15_purecrystal2', 1);

After I added this into crafting_items
SQL:
INSERT INTO `crafting_items` VALUES ('hween_c15_purecrystal3');

This is the result:
You must be registered for see images attach


This means that the recipe was not found.

SQL:
// I have these also which came with the HabboEmulator Database in crafting_items

INSERT INTO `crafting_items` VALUES ('craft_clr_01');
INSERT INTO `crafting_items` VALUES ('craft_clr_02');
INSERT INTO `crafting_items` VALUES ('craft_clr_03');
INSERT INTO `crafting_items` VALUES ('craft_clr_04');
INSERT INTO `crafting_items` VALUES ('craft_clr_05');
INSERT INTO `crafting_items` VALUES ('craft_clr_06');

So I have no idea what to do now as it keeps telling me this with every item I add.
Maybe I'm doing it wrong.
 

Users who are viewing this thread

Top