How to enable quest?

10/10/2017 05:27 jedon3#1
i would like to know how to enable quest. like in questnotice, level 5 Discard Tarkhim quest, i want it to be applicable. how to do it. please give me a head start. thank you so much
10/10/2017 07:38 guesswho-.-#2
If it's not a quest from a9 or older then you can't enable it just like that. The server is missing the code for every quest from a10 and up and you gotta code it yourself.
10/10/2017 08:52 jedon3#3
oh sorry this is for A9.
10/10/2017 15:08 guesswho-.-#4
I'm not an expert in csv but here's what I know:
Npc.csv contains quest indexes iirc. As for script I don't remember.
10/10/2017 15:11 Underfisk#5
Think as CSV is just for metadata and the game itself is to process so every detail of map, character, item etc will be contained in csv. Quests for sure are there with the details, the script will just process it.
10/11/2017 02:04 jedon3#6
so i had meet a post how to change npc jobcount, jobtype, jobindex. i make a changes in fionelle in npc.csv.

jobcount = 1
jobtype = 1
jobindex = 9415 (base in script/questnotice.csv)

i also check in script/quest/quest.csv

under Object_0_Enable column, change to ENABLE

but still no luck.

can i have jobtype code for Quest jobs for A9? like:

0 = None
1 = Quest
2 = Merchant

i have read it in a post but it is for A3 i think. got it form here
[Only registered and activated users can see links. Click Here To Register...]

i hope you can help me. Thank you so much