Log in

View Full Version : Task System Question


secash
01-13-2009, 03:17 AM
Below is a URL that illustrates my question.

I want both activities to be able to happen at the same time, yet the 'Kill 5 Cave Bats' remains hidden until I 'Kill 5 Cave Rats'.

http://www.anoxsuun.com/server/task-problem.html

Thanks for your time.

joligario
01-13-2009, 08:33 AM
That looks like it should work...

Only thing I can think of is to check to make sure you are using latest code from Derision. I don't see the stepped field in your table, so it looks like you are up to date.

Sorry I can't be of more help. I haven't been working on tasks for a few months.

Derision
01-13-2009, 09:32 AM
There was a change when I removed the stepped column which I guess isn't reflected in the Wiki.

Change the step column in the activities table for both activities from 0 to 1. If all activities have step=0, the task is sequential, i.e. one activity must be completed before the next is unlocked.

secash
01-13-2009, 01:23 PM
There was a change when I removed the stepped column which I guess isn't reflected in the Wiki.

Change the step column in the activities table for both activities from 0 to 1. If all activities have step=0, the task is sequential, i.e. one activity must be completed before the next is unlocked.

Thanks, sorry I should have tried that.