the red farm quest

12/04/2021 07:46 essadaga#1
i have problem in red farm quest not working
any code make it work ?
12/05/2021 15:32 ThunderNikk#2
Moving this to the correct forum
12/05/2021 15:36 Rappelz Divine#3
Quote:
Originally Posted by essadaga View Post
i have problem in red farm quest not working
any code make it work ?
Could you please specify more, I'd love to know exactly what isn't working.
If you can provide me this information in understandable English I'll be able to help out :)
12/05/2021 17:30 ThunderNikk#4
Team Revo deleted the starting quest from the database.

Run the following query...

Code:
INSERT INTO [dbo].[QuestResource] ([id], [text_id_quest], [text_id_summary], [text_id_status], [limit_begin_time], [limit_end_time], [limit_level], [limit_job_level], [limit_max_level], [limit_max_job_level], [limit_deva], [limit_asura], [limit_gaia], [limit_fighter], [limit_hunter], [limit_magician], [limit_summoner], [limit_job], [job_depth], [limit_favor_group_id], [limit_favor], [repeatable], [invoke_condition], [invoke_value], [time_limit_type], [time_limit], [type], [value1], [value2], [value3], [value4], [value5], [value6], [value7], [value8], [value9], [value10], [value11], [value12], [drop_group_id], [quest_difficulty], [favor_group_id], [hate_group_id], [favor], [exp], [jp], [holicpoint], [gold], [default_reward_id], [default_reward_level], [default_reward_quantity], [optional_reward_id1], [optional_reward_level1], [optional_reward_quantity1], [optional_reward_id2], [optional_reward_level2], [optional_reward_quantity2], [optional_reward_id3], [optional_reward_level3], [optional_reward_quantity3], [optional_reward_id4], [optional_reward_level4], [optional_reward_quantity4], [optional_reward_id5], [optional_reward_level5], [optional_reward_quantity5], [optional_reward_id6], [optional_reward_level6], [optional_reward_quantity6], [forequest1], [forequest2], [forequest3], [or_flag], [script_start_text], [script_end_text], [script_drop_text], [show_target_type], [show_target_id], [mark_hide], [cool_time], [accept_cool_time]) VALUES ('2000', '80002000', '81002000', '82002000', '0', '0', '50', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '15', '0', '0', '0', '1', '0', '0         ', '0', '401', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '999', '0', '1', '59799', '11959', '165', '100000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');