Task System

From LSWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:28, 21 May 2008 (edit)
Chaos (Talk | contribs)

← Previous diff
Revision as of 21:29, 21 May 2008 (edit)
Matts (Talk | contribs)
(Task Types)
Next diff →
Line 78: Line 78:
== Task Types == == Task Types ==
-=== Courier ===+=== Deliver ===
* '''Description''': Actor must deliver a package from Originator to Target * '''Description''': Actor must deliver a package from Originator to Target
* '''Roles''': * '''Roles''':
Line 84: Line 84:
** Actor ** Actor
** Target ** Target
-=== Knowledge ===+=== Learn ===
* '''Description''': Actor must become familiar with and/or memorize the topics decreed by Originator * '''Description''': Actor must become familiar with and/or memorize the topics decreed by Originator
* '''Roles''': * '''Roles''':
** Originator ** Originator
** Actor ** Actor
-=== Exploration ===+=== Explore ===
* '''Description''': Actor must become familiar with and/or memorize a specific location. * '''Description''': Actor must become familiar with and/or memorize a specific location.
* '''Roles''': * '''Roles''':
Line 95: Line 95:
** Actor ** Actor
* '''Notes''': This may actually be a subset of Knowledge, do we want to split them like this for clarity of purpose? * '''Notes''': This may actually be a subset of Knowledge, do we want to split them like this for clarity of purpose?
-=== Elimination ===+=== Eliminate ===
* '''Description''': Actor must kill Target dictated by Originiator * '''Description''': Actor must kill Target dictated by Originiator
* '''Roles''': * '''Roles''':
Line 101: Line 101:
** Actor ** Actor
** Target ** Target
-=== Collection ===+=== Collect ===
** Originator dictates X Objective items that Actor must gather. ** Originator dictates X Objective items that Actor must gather.
=== Escort === === Escort ===

Revision as of 21:29, 21 May 2008

This page is for the developers to discuss, debate, and collaborate on the in-process dynamic task system. To start I'll outline the various sections that I think we will need to interact with and then list the expected interactions there of.

Contents

Incarnos

  • ability to store gathered tasks
  • ability to show and retrieve information on stored tasks via show?

Autonomon

  • This section will all likely be encompassed by an extension attachable to a living. Incarnoi could possibly inherit this functionality?
  • ability to know it's a task granter
  • ability to poll for available, and suitable, tasks
  • ability to respond to queries for available tasks
  • ability to describe available tasks to incarnoi
  • ability to evaluate progress of an incarnoi's relevant task
  • ability to complete and reward an incarnoi who completes a relevant task

Task Daemon

  • broker for task type definitions
  • stores all tasks? ever? (database interaction?) at minimum, provides ability to specify an incarnos/autonomon/unique-tag and find out what active tasks in the MUD it is involved with and what roles it has in them
    • should tasks that are defined at an individual level for say Losthaven be kept track of by a centralized daemon or a project specific daemon? Are there any physical limitations to holding a potentially large subset of tasks in a central place like that? interlacing it with the SQL would be interesting, I'd like to see the available tasks able to be thrown up on the webpage dynamically.

Task Descriptor

Fields

Task_Type_Code

  • Data type: int
  • Description: Identifies the task's type which defines default beavhior.
  • Defined by: /lib/task_types.h, /def/task_type/*
  • Example: Task_Type_Elimination
  • See: Task System#Task Types

Task_Name

  • Data type: string
  • Description: A basic short title for the task.
  • Example: "Aildrek's Rat Problem"

Task_Description

  • Data type: string
  • Description: A verbose description of what the task entails.
  • Example: "Aildrek's tavern, the Lost Lamb, has an ongoing rat problem that needs dealing with."

Task_Status

  • Data type: enumerated integer: Task_Status_Unassigned, Task_Status_Assigned, Task_Status_Completed, or Task_Status_Failed
  • Description: The general, system-level status of the task.
  • Example: per data type

Task_Stage

  • Data type: string
  • Description: One of the set of stage strings defined by the task type. These stages are "active" only while the Task_Status is Task_Status_Assigned. Outside of that status, the most they indicate is the stage the task was in when it left Task_Status_Assigned.
  • Example: "assigned", "begun", "stage_1", "stage_2"

Task_Roles

  • Data type: mapping
  • Description: An infostore field that will hold the varying roles unique to each task type.
  • Example: ([ "actor" : "/usr/erebus", "originator" : "/d/Almeria/Losthaven/npc/aildrek", "target" : "/d/Almeria/Losthaven/Sewers/mon/rat" ])
  • See: Task System#Task Types

Task_Objectives

  • Data type: ?? (does this need to be a seperate descriptor type possibly?)
  • Description: This would ideally describe the objective of the task in some meaningful way.
  • Example: ([ "/d/Almeria/Losthaven/Sewers/mon/rat" : 30 ])

Task_Info

  • Data type: variable
  • Description: A general purpose infostore for the descriptor.

Task_Flags

  • Data type: bitmask
  • Description: This field holds the various bitmask flags for the descriptor.
  • Example: Task_Flag_Active
  • See: Task System#Flags

Task_Unique_Tag

  • Data type: int
  • Description: A system generated unique numeral tag for this task.
  • Example: -1159877561

Flags

Task_Flag_Necessary

Task_Flag_Sufficient

Functions

  • task_setup?
    • this will do basic setup for the descriptor and the Actor for the task type
    • for example with the elimination type above it could setup an At_Kill hook on the Actor that would check for its target against the killed, and if found flip the task to completed
  • task_validate
    • validates the task descriptor against the defined 'win' conditions, returns true or false
  • task_complete
    • completes the task, awarding any rewards and setting the task to completed

Task Types

Deliver

  • Description: Actor must deliver a package from Originator to Target
  • Roles:
    • Originator
    • Actor
    • Target

Learn

  • Description: Actor must become familiar with and/or memorize the topics decreed by Originator
  • Roles:
    • Originator
    • Actor

Explore

  • Description: Actor must become familiar with and/or memorize a specific location.
  • Roles:
    • Originator
    • Actor
  • Notes: This may actually be a subset of Knowledge, do we want to split them like this for clarity of purpose?

Eliminate

  • Description: Actor must kill Target dictated by Originiator
  • Roles:
    • Originator
    • Actor
    • Target

Collect

    • Originator dictates X Objective items that Actor must gather.

Escort

    • Originator dictates Actor must escort Objective to destination.
      • Originator
      • Actor
      • Escorted

Heal

    • Originator dictates Objective target with an injury, malady, or curse that Actor must remedy.

Befriend

    • Originator dictates Objective target of whom Actor must acquire friendship (befriended status).

Recruit

    • Originator dictates Objective target of whom Actor must acquire "ownership" (command).

Arbitrate

    • Originator dictates two or more Objective targets for whom Actor must forge a friendship between (reciprocal befriended status)

Ally

    • Originator dictates two or more Objective targets for whom Actor must forge a command relation between.

Convert

    • Originator dictates Objective target that Actor must convince/force to change worships.

Protect

    • Originator dictates Objective target(s) that the Actor must protector from harm for some delimited amount of time [with the amount of injury that can be sustained and the proportion of the targets that must survive being variables].

Guard

    • Originator dictates Objective target item(s) that must be kept in a location for some delimited amount of time.

Alter

    • Originator dictates Objective target item(s) that must be altered in some way -- cursed, uncursed, enchanted, disenchanted, sharpened, repaired.

Destroy

    • Originator dictates Objective target item(s) that must be destroyed.

Dissention

    • Orginiator dictates Actor must cause strife between targets Objective. Polar opposite of Ally.
Personal tools