Charm Upgrade Quest
Before i begin I'd like to Thank Trevius for kindly allowing me to use and adapt some of his quest code from his armor quest for all levels, after speaking with him on his server.
**** There is NO SQL file currently for this quest****
The quest is designed to work with quest global and tasks, I'm sure you expert Perl quest writers will find many different ways of doing this but with my limited knowledge and this being my first attempt at creating a quest of Perl script writing this is what i came up with.
The quest gives a player a starting charm with lots of quests to upgrade as they progress.
it sets a qglobal after the first charm has been given then assigns a task, the quest is set to see which part of the task you are on i.e. you have not been given the task, you are on the task but not yet completed it or you have completed the task, each having a preset stage.
The way the quest works is you need to create your own reward items, quest turn in items and task reward items. these item id's only need to be set at the start of the quest text in the *modify here sections*.
The task id's also only need to be set in the task modify here section this saves time in adding item id's and task id's on each section of the quest script.
As there is no SQL file with this currently you will need to make your own tasks and item id's putting the correct id numbers in the right sections of the quest, as a result this quest may not be worth while for some but for others it may be just the thing they are looking for.
If you manage to find anything wrong with the quest please let me know.
Anyway here is the quest for you to use as you please.
|