[Request] Clean (non-Revo) Arcadia 9.5.2

08/12/2024 21:13 r4nd0mncknm#1
If anyone has a "clean" Arcadia for version 9.5.2 identical to the official servers, please share.

Arcadia from Revo does not really like all its "tweaks" (non-working quest lines, edited loot, ...).

Just in case, I'll mention that this ([Only registered and activated users can see links. Click Here To Register...]) topic appears to have the same Arcadia as Revo, so it won't fit.

Thank you very much.
08/13/2024 23:19 ThunderNikk#2
The following fixes the red farm and following master class quest lines...

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');
I don't believe there was ever any arcadia released that was not Revolutions release. We just fixed the things that werent to our liking.
08/14/2024 06:35 r4nd0mncknm#3
Quote:
Originally Posted by ThunderNikk View Post
The following fixes the red farm and following master class quest lines...

...
Yes, I have already seen this query written by you and have already applied it, thanks a lot for it, and for the information regarding Arcadia.

Only the original query didn't work for me, I had to adjust it a little bit:
Code:
[Arcadia].[dbo].[QuestResource]
Well, in that case I will try to adjust the tables little by little, adapting them to my own preferences.