I've never used the TaskManager application, but when editing the task/activity tables directly (using Navicat, or your editor of choice), this wiki page should help explain things:
http://www.eqemulator.net/wiki/wikka...SystemDBTables
In particular, for the activities table:
Quote:
activityid
The activities for a task must be numbered consecutively from 0 through to the maximum number of activities per task. There should be no gaps
or the server will ignore the task. (i.e. having a task with activities numbered, 1,2,3,7,9 and 10 will not work. If you have a task with 6 activities, the activity
records MUST have activityids of 0, 1, 2, 3, 4 and 5.
step
If the step column is zero for all activities in a task, then one activity must be completed before the next activity becomes available.
If you want a player to be able to work on multiple activities at the same time, then those activities should be assigned the same, none-zero, step number. In these wiki pages, a task where more than one activity can be worked on at the same time is referred to as a 'stepped' task.
|