M i n k home The MUCK
Information
Kiosk
 
 
Home
 
Manuals
 
Downloads
 
Links
 
Other


Status: Argo is under active development. Much of the code that is here is relatively new, and has received relatively little testing in a production environment. On the other hand, some of the code has been used in a production environment for over a year. The character generation system, money commands, and information utilities should be pretty reliable. The combat, magic, and psionics programs and installation scripts are less mature. Please do report any bugs... either by posting on the Argo forum, or by sending email.

Argo is a complete roleplaying game system, for use with the Fuzzball and GlowMuck MUCK servers. For complete documentation, including installation instructions, see The Argo Manual.

lib-argo
The library of shared code for the Argo system.

asys-active
Handles the +active and +inactive staff utilities, used to list active and inactive players.

asys-approve
Handles the +apprve and +unapprove staff utilities, used to approve characters for roleplay.

asys-approved
Handles the +approved and +unapproved staff utilites, used to list characters by approval status.

asys-award
Handles the +award staff utility, used to allocate experience and character development points.

asys-background
Handles the +background player utility, used to set and display character backgrounds.

asys-become
Handles the +become staff utility, used to assume the identity of an NPC.

asys-cgroom
Handles the +cgroom staff utility, used to configure character generation rooms.

asys-check
Handles the +check player utility, used to verify and display information about Argo objects and players' combat status.

asys-combat
Handles all the standard combat commands (+attack, +block, +aim, etc.)

asys-control
Handles the +control utility, used to control Argo enabled puppets.

asys-defrem
Handles the +define and +remove staff utilities, used to add and remove entries from the Argo database.

asys-disads
Handles the +advantages and +disadvantages character generation commands, used to set character advantages and disadvantages.

asys-docs
Handles the online manual command, +man.

asys-effects
Handle the +use command, for using skills.

asys-eventmgr
Handles the events system manager (combat, spells, psionics, etc.)

asys-finished
Handles the +finished character generation command, used to indicate that chargen is finished and the player is ready to enter play.

asys-group
Handles the +group staff utility, used to display members of an Argo group.

asys-guard
Handles the +guard command, used to guard players and exits in RP and combat.

asys-icroom
Handles the +icroom staff utility, used to configure a room or area's IC/OOC status.

asys-info
Handles the +info utility, used to display information about entries in the Argo database.

asys-list
Handles the +list utility, used to list entries in the Argo database.

asys-magic
Handles the +cast command, for casting spells.

asys-make
Handles the +make command, used to make Argo objects.

asys-mask
Handles the +mask and +unmask staff utilities, used to hide or reveal entries in the Argo database.

asys-medics
Handles the coded effects of the Medic and Physician medical skills.

asys-money
Handles all monetary commands (+buy, +deposit, etc.)

asys-notes
Handles the +note and +notes staff utilities, used to record information about characters and RP events.

asys-psiabs
Handles the +psiabs character generation command, used to acquire psionic abilities.

asys-psionics
Handles the +focus command, for using psionic abilities in play.

asys-puppets
Handles the +puppet staff utility, used to enable and disable puppets for Argo.

asys-realms
Handles the +realm staff utility, used to configure realms (areas of the MUCK treated as independent installations of Argo.)

asys-rename
Handles the +rename staff utility, used to rename or alias Argo commands.

asys-repair
Handles the +repair player command, used to repair Argo objects.

asys-reset
Handles the +reset utility, used to reset a character to default stats and values.

asys-roll
Handles +prove and +roll, two generic RP commands for displaying or rolling against abilities.

asys-rumors
Handles the Argo rumor and influence commands (+rumors, +gossip, +boost, etc.)

asys-sheet
Handles the +sheet utility, used to display a player's Argo character sheet.

asys-shift
Handles the special-purpose +shift command, which supports the Shapeshifting advantage.

asys-skills
Handles the +skills character generation command, used to acquire skills.

asys-source
Handles the +source staff utility, used to configure locations so that Argo objects may be bought and sold.

asys-spells
Handles the +spells character generation command, used to acquire spells.

asys-staff
Handles the +staff utility, used to list, appoint, and set duty status of staff members.

asys-stats
Handles the +stats character generation command, used to set stat levels.

asys-stdpsiabs
Handles the coded effects of standard psionic abilities.

asys-stdspells
Handles the coded effects of standard spells.

asys-stop
Handles the +stop command, used to halt Argo events.

asys-suspend
Handle the +suspend staff utility, used to suspend a player from using the Argo system.

asys-sysscan
Handles the system scanner, a background process that manages Argo housekeeping tasks.

asys-thieves
Handles the coded effects of thieving skills (Pickpocket, Lockpicking, Concealment, etc.)

asys-tplates
Handles the +templates character generation command, used to select character templates.

asys-tune
Handles the +tune utility, used to display and set Argo system parameters.

asys-verify
Handles the +verify player utility, used to append a verification string to Argo output.

asys-vote
Handles the +vote command and the player voting system.

asys-wimpout
Handles the +wimpout utility, used to set a damage level at which a character will automatically flee from combat.

asys-xcoms
A skeleton program for adding Argo commands.

asys-xpsionics
A skeleton program for adding Argo psionic abilties with coded effects.

asys-xskills
A skeleton program for adding Argo skills with coded effects.

asys-xspells
A skeleton program for adding Argo spells with coded effects.

acsr-base
This script uploads the standard skills and manual entries.

ascr-combat
This script uploads Argo database and manual entries for the standard combat skills, weapons, shields, and armor.

ascr-comsup
This script configures a location as a shop where standard weapons and armor may be bought and sold.

ascr-install
This script automates much of the Argo installation process.

ascr-magesup
This script configures a location as a shop where standard spell components and materials can be bought and sold.

ascr-magic
This script uploads Argo database and manual entries for the standard spells and magical abilities.

ascr-muckhelp
This script integrates the standard MUCK help documents into the Argo online manual.

ascr-programs
This script automates the process of uploading the Argo programs. (Requires Tinyfugue.)

ascr-psionics
This script uploads Argo database and manual entries for the standard psionic abilities.




[ top ]