Problem quest

02/16/2012 00:25 darckistyle#1
Hello, I have a problem quest for, out of the island of apprentices


[Only registered and activated users can see links. Click Here To Register...]

Thanks
02/16/2012 00:43 demonlordace#2
Quote:
Originally Posted by darckistyle View Post
Hello, I have a problem sortire quest for the trainee's island

Wait until the video is finished upload

[Only registered and activated users can see links. Click Here To Register...]

Thanks
if its what i think u mean u can just go into
Arcadia.dbo.QuestResource
and set all the optional_reward_id's to 0 this will get rid of optional rewards then u just need to fix 3 quests

UPDATE Arcadia.dbo.QuestResource
SET
optional_reward_id1 = 0,
optional_reward_level1 = 1,
optional_reward_quantity1 = 0,
optional_reward_id2 = 0,
optional_reward_level2 = 1,
optional_reward_quantity2 = 0,
optional_reward_id3 = 0,
optional_reward_level3 = 1,
optional_reward_quantity3 = 0

-- Reporting first job transfer to Gildas --
UPDATE Arcadia.dbo.QuestResource
SET default_reward_id = 900012,
default_reward_level = 1,
default_reward_quantity = 1,
optional_reward_id1 = 900011,
optional_reward_level1 = 1,
optional_reward_quantity1 = 3
WHERE id = 1197

-- First Class Transfer --
UPDATE Arcadia.dbo.QuestResource
SET default_reward_id = 602501,
default_reward_level = 1,
default_reward_quantity = 10,
optional_reward_id1 = 609077,
optional_reward_level1 = 1,
optional_reward_quantity1 = 1,
optional_reward_id2 = 609086,
optional_reward_level2 = 1,
optional_reward_quantity2 = 1
WHERE id = 1023

and i belive that is it if u do this u will disable optional quest rewards when using 7.1 client and still be able to do first job class quests
and ur done
02/16/2012 01:52 darckistyle#3
This script did not change anything, can you help me?
02/16/2012 01:59 demonlordace#4
post a SS of ur problem cuz if ur using a 7.1 client with server like i think that should have fixed it so u can do the few quests u need to do first job class change cuz that is what i used to fix the few TI quests