j0achim
New Member
- Joined
- Jan 15, 2010
- Messages
- 532
- Reaction score
- 15
Hey!
Was thinking of an idea, what about a "quest order" database where we add all info needed for a quest, then make a interface where you can select "pre made quest profiles" or you can make your own profile. Or "select" a quest from a "check list" example:
You then select "generate quest order" and you are then given a file with all the quest orders you selected.
Now over to the interesting part, lets say we use the rating to generate quests.
We start by selecting "side" (Horde / Alliance), Include quests for both sides [yes|no], "area" (Eastern Kingdoms / Kalmidor / Outlands / Northrend), level (1-85), and rating above "Automatic (>75%) / Custom (type value 1-100) / All" you then hit "Generate Quest Order" and JavaScript then will apply the filter to the above list which you are still able to modify then "download".
This kinda project is right up my alley, as i work with SQL several hours every day. So the DB work should be done very swiftly.
To make things easier, i also had a idea making a upload interface where you can upload existing quest order profiles to the database, that way we can get away without not having to "copy, paste" information from existing quest order profiles, to fill the database.
(Ofc with a API where you can build your own plugins using the database as a back-end getting quests, much similar thetvdb.com)
Was thinking of an idea, what about a "quest order" database where we add all info needed for a quest, then make a interface where you can select "pre made quest profiles" or you can make your own profile. Or "select" a quest from a "check list" example:
Code:
Quest by zone:
+ [X] Zone 1 (Total: 27 Average Rating: 93% Selected: 27)
- [X] Zone 2 (Total: 14 Average Rating: 79% Selected: 2)
[ ] Quest: Name of quest here (37%) Rate Good|Bad
[X] Quest: Name of quest here (90%) Rate Good|Bad
[X] Quest: Name of quest here (100%) Rate Good|Bad
[ ] Quest: Name of quest here (12%) Rate Good|Bad
[ ] Quest: Name of quest here (N/A) Rate Good|Bad
...
+ [X] Zone 3 ...
You then select "generate quest order" and you are then given a file with all the quest orders you selected.
Now over to the interesting part, lets say we use the rating to generate quests.
We start by selecting "side" (Horde / Alliance), Include quests for both sides [yes|no], "area" (Eastern Kingdoms / Kalmidor / Outlands / Northrend), level (1-85), and rating above "Automatic (>75%) / Custom (type value 1-100) / All" you then hit "Generate Quest Order" and JavaScript then will apply the filter to the above list which you are still able to modify then "download".
This kinda project is right up my alley, as i work with SQL several hours every day. So the DB work should be done very swiftly.
To make things easier, i also had a idea making a upload interface where you can upload existing quest order profiles to the database, that way we can get away without not having to "copy, paste" information from existing quest order profiles, to fill the database.
(Ofc with a API where you can build your own plugins using the database as a back-end getting quests, much similar thetvdb.com)
Last edited: