Registered: 11/20/07
Posts: 131
Loc: The Lifestream
Offline
You might have to edit quite a bit of story.php.
Code:
$story = dorow(doquery("SELECT * FROM <<story>> WHERE id='".$userrow["story"]."' LIMIT 1"));
Right now it's limited to one story id but if you allowed more than one, the rest of the script would get confused. Rewriting the story.php would give the best results.
Or maybe a lot of 'for' statements? :P
You'd also need to edit map.php and minimap.php to display multiple pinpoints. Maybe even the embedded flash (both sizes).
As to where to begin...I'm not sure. I recommend digesting the script and planning it out first. I'll sleep on it.
Yeah, the stock quest system in DS is really clumsy. I ripped it out and replaced it with my own code. If you just bolt on quest scripts as you go along you can activate them anyway you want.