Jump to content
Tepoo

Questdb rework

Recommended Posts

i would appreciate it if the questdb would get the same nice logic like the itemdb.

 

// Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,Quest Title
 
 

 

1179,0,0,0,0,0,0,0,"Rumor, Time and Legend"1154,0,2197,20,0,0,0,0,"Help the poor cat" 

 

 
 
to
 
{Id : 1179,Quest_Title: "Rumor, Time and Legend",},{Id: 1154,Hunt1: 2197 || RED_ERUMA,Value1: 20,Quest_Title: "Help the poor cat",} 

 

 
 
 

Share this post


Link to post
Share on other sites

Improvement on your suggestion:
 

{	Id : 1000,	Quest_Title: "test",},{	Id: 1001,	Target: RED_ERUMA | PORING,	Amount: 20 | 5,	Time: 20000,	Quest_Title: "Hunt mobs in 20 seconds.",}

In source just explode the | separator. If amount/target values don't add up (have 3 mobs specified but only 2 amounts) throw error "Targets and Amounts don't match for quest ID ___ in quest_db.conf".

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.