RDB Tool crashes when trying to Load from SQL QuestResource 7.2
Hello everyone,
I am trying to make an rdb file for my server, I edited some quests and tried to export some recourse to see the effects in the game,
I downloaded RDB Tool and copied QuestResource from 7.1 and made some tweaks to it, but once I try to "Load from SQL" RDB Tool crashes, no error massages appears.
USE [Arcadia]
GO
/****** Object: Table [dbo].[QuestResource] Script Date: 3/7/2019 7:11:01 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[QuestResource](
[id] [int] NOT NULL,
[text_id_quest] [int] NOT NULL,
[text_id_summary] [int] NOT NULL,
[text_id_status] [int] NOT NULL,
[limit_begin_time] [int] NOT NULL,
[limit_end_time] [int] NOT NULL,
[limit_level] [int] NOT NULL,
[limit_job_level] [int] NOT NULL,
[limit_max_level] [int] NOT NULL,
[limit_max_job_level] [int] NOT NULL,
[limit_deva] [char](1) NOT NULL,
[limit_asura] [char](1) NOT NULL,
[limit_gaia] [char](1) NOT NULL,
[limit_fighter] [char](1) NOT NULL,
[limit_hunter] [char](1) NOT NULL,
[limit_magician] [char](1) NOT NULL,
[limit_summoner] [char](1) NOT NULL,
[limit_job] [int] NOT NULL,
[limit_favor_group_id] [int] NOT NULL,
[limit_favor] [int] NOT NULL,
[repeatable] [char](1) NOT NULL,
[invoke_condition] [int] NOT NULL,
[invoke_value] [int] NOT NULL,
[time_limit_type] [char](10) NOT NULL,
[time_limit] [int] NOT NULL,
[type] [int] NOT NULL,
[value1] [int] NOT NULL,
[value2] [int] NOT NULL,
[value3] [int] NOT NULL,
[value4] [int] NOT NULL,
[value5] [int] NOT NULL,
[value6] [int] NOT NULL,
[value7] [int] NOT NULL,
[value8] [int] NOT NULL,
[value9] [int] NOT NULL,
[value10] [int] NOT NULL,
[value11] [int] NOT NULL,
[value12] [int] NOT NULL,
[drop_group_id] [int] NOT NULL,
[quest_difficulty] [int] NOT NULL,
[favor_group_id] [int] NOT NULL,
[hate_group_id] [int] NOT NULL,
[favor] [int] NOT NULL,
[exp] [bigint] NOT NULL,
[jp] [int] NOT NULL,
[holicpoint] [int] NOT NULL,
[gold] [int] NOT NULL,
[default_reward_id] [int] NOT NULL,
[default_reward_level] [int] NOT NULL,
[default_reward_quantity] [int] NOT NULL,
[optional_reward_id1] [int] NOT NULL,
[optional_reward_level1] [int] NOT NULL,
[optional_reward_quantity1] [int] NOT NULL,
[optional_reward_id2] [int] NOT NULL,
[optional_reward_level2] [int] NOT NULL,
[optional_reward_quantity2] [int] NOT NULL,
[optional_reward_id3] [int] NOT NULL,
[optional_reward_level3] [int] NOT NULL,
[optional_reward_quantity3] [int] NOT NULL,
[optional_reward_id4] [int] NOT NULL,
[optional_reward_level4] [int] NOT NULL,
[optional_reward_quantity4] [int] NOT NULL,
[optional_reward_id5] [int] NOT NULL,
[optional_reward_level5] [int] NOT NULL,
[optional_reward_quantity5] [int] NOT NULL,
[optional_reward_id6] [int] NOT NULL,
[optional_reward_level6] [int] NOT NULL,
[optional_reward_quantity6] [int] NOT NULL,
[forequest1] [int] NOT NULL,
[forequest2] [int] NOT NULL,
[forequest3] [int] NOT NULL,
[or_flag] [char](1) NOT NULL,
[script_start_text] [varchar](512) NULL,
[script_end_text] [varchar](512) NULL,
[script_text] [varchar](512) NULL
) ON [PRIMARY]
GO
I use Revo 7.2 files.
If there were error messages I might be able to get it to work myself, but unfortunately it does not show any errors, so I need some help here.
[Guide] Dumping Clients, Importing RDB data to SQL, Updating RDBs (incl. strings) 07/14/2016 - Rappelz Private Server - 10 Replies Hi EPVP!
I want to share my knowledge about RDB editing. Like my last post, I'm sharing this because I wish it was laid out as plainly in a post for me. Alas, it wasn't, and it took a whole lot of "ooh" "aah" to figure out what I was doing. I hope I'm not wasting my time and duplicating what somebody else has written in the past, but oh well, here if so, here it is again.
YOUR TOOLKIT (Required)
RDB Editor
I don't want to get involved in sticky drama, so I will NOT PROVIDE A...
[Help]pls...RDB to SQL 12/15/2013 - Rappelz Private Server - 2 Replies Hello every bady...
i have a problem i want to merge those rdb to my sql bat there is no program support these rdb wich they :
1-db_charactermotion
2-db_creatureenhance
3-db_creaturefarm
4-db_effectresource
5-db_mixcategory
6-db_modeleffectresource
["Release"/Fix] US Client Current RDB & StringResource SQL 07/08/2013 - Rappelz Private Server - 7 Replies I dumped the US retail client's current (7/6/2013) string file and exported the results into the SQL table. The repack stickied at the top has an Arabic string table - this will overwrite that with the English strings that US client uses right now.
1) I use an older client and some new pets show up with empty strings!
Drag the .rdb file into your client's /resources/ folder and restart the client.
2) Why is my dbo.StringResource showing up in Arabic?
Download the .sql file and...
[RELEASE]RDB to SQL PerResource C++ Source code 12/09/2012 - Rappelz Private Server - 11 Replies Hey I give you the very hard source code*trololololo* for read rdb in C++
After you just have to change the structure and the SQL query for other RDB
//RDB TO SQL FOR db_creaturefarm by Gr4ph0s - Pastebin.com