Difference between revisions of "Database:Quests"

(New page: == About == Quests provide a system of progression for players. == Examples == insert into quests (name, zone, description,completed_text) values ('Go fetch',408, 'Go fetch something','...)
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
== Examples ==
 
== Examples ==
  
insert into quests (name, zone, description,completed_text) values ('Go fetch',408, 'Go fetch something','I went and brought something');
+
insert into quests (name, zone, description,completed_text) values ('Go fetch',10, 'Go fetch something','I went and brought something');
 +
 
 +
== Information Regarding Quest Status ==
 +
 
 +
<&Scatman> there are two tables that hold your quest data
 +
 
 +
<&Scatman> character_quests and character_quests_progress

Latest revision as of 21:01, 3 October 2009

About

Quests provide a system of progression for players.

Examples

insert into quests (name, zone, description,completed_text) values ('Go fetch',10, 'Go fetch something','I went and brought something');

Information Regarding Quest Status

<&Scatman> there are two tables that hold your quest data

<&Scatman> character_quests and character_quests_progress