Thanks for the re-release but I really can't stand these kinds of people. They created all of the SQL's and uploaded everything. You simply just did Copy + Paste into a new thread and give yourself 20% credit?Credits:
80% toYou must be registered for see links
20% to me for releasing it here on DevBest
Oh, hello. I forgot to change the credits.. I just copied "Credits" from my friend that have released something else, gonna fix it now.Thanks for the re-release but I really can't stand these kinds of people. They created all of the SQL's and uploaded everything. You simply just did Copy + Paste into a new thread and give yourself 20% credit?
You are the type of person that just opens your emulator and change the credits, but don't touch anything else and rename it aren't you
Hello, steps:How do I add them exactly?
Hello, steps:
Step 1: Download the winrar file from mediafire.
Step 2: Take all the .swf files and drag it into hof_furni
Step 3: Copy the codes from furnidata and paste it into the furnidata in your swf map.
Step 4: Run the SQLs in your database.
That has nothing to do with the furnidata... the furniture items are missing from the database. Your SQL was incorrect or didn't completely properly. Try re-running it with MySQL Strict mode disabled.Are you sure the furnidata run 100% correct?
Post a help thread if you'd like help. This is a release thread.lol either the sql is buggy or the fact navicat cant do a simple sql file in a text document
[SQL] CATALOG PAGES:
INSERT INTO `DB`.`catalog_pages` (`id`, `parent_id`, `caption`, `icon_image`, `visible`, `enabled`, `min_rank`, `min_vip`, `order_num`, `page_link`, `page_layout`, `page_strings_1`, `page_strings_2`) VALUES (912363, '-1', 'Floresta', '776', '1', '1', '1', '0', '7', '', 'default_3x3', '', '');
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CATALOG PAGES:
INSERT INTO `DB`.`catalog_pages` (`id`, `parent_id`, `captio' at line 1
that with the MySQL strict disabled
First of all I doubt your database name is "DB"lol either the sql is buggy or the fact navicat cant do a simple sql file in a text document
[SQL] CATALOG PAGES:
INSERT INTO `DB`.`catalog_pages` (`id`, `parent_id`, `caption`, `icon_image`, `visible`, `enabled`, `min_rank`, `min_vip`, `order_num`, `page_link`, `page_layout`, `page_strings_1`, `page_strings_2`) VALUES (912363, '-1', 'Floresta', '776', '1', '1', '1', '0', '7', '', 'default_3x3', '', '');
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CATALOG PAGES:
INSERT INTO `DB`.`catalog_pages` (`id`, `parent_id`, `captio' at line 1
that with the MySQL strict disabled
Yes, preach.First of all I doubt your database name is "DB"
INTO `DB`.`catalog_pages`
Second of all there is an error in this release, they put single quotes in a few of the catalog item names and it throws an error you have to adjust them or add a slash.
Lastly,
Do not bitch because Navicat isn't setup for idiots who don't know what their database name is. Navicat follows a syntax, the same syntax as default phpmyadmin, and when you tell it you want to put something in DB it says ->WHERE IS DATABASE `DB`?
I'v tried a few swfs and create my own sqls but it doenst make the difference :SI had the same issue when I added them and I didn't feel like remaking 71 SQL's