ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/quest_master.ext
(Generate patch)

Comparing deliantra/server/ext/quest_master.ext (file contents):
Revision 1.1 by elmex, Thu Apr 24 21:36:21 2008 UTC vs.
Revision 1.3 by root, Thu May 1 06:47:03 2008 UTC

33 ."find the Hall of Quests and finish the first quest.", 33 ."find the Hall of Quests and finish the first quest.",
34 spoiler_cost => 100000, 34 spoiler_cost => 100000,
35 spoiler => "You have to find the cave where the Goblin Chief hides. You can find that cave by leaving Scorn through the eastern gate, following the road to the east until see a small footpath going to the north. Follow it and you will find a cave. After some levels of fighting you will come to the final level where you will find the Goblin Chief, which usually looks very similar to usual Goblins. Kill him and grab his head, but be careful not to burn it accidentally. Bring that head to the Hall of Quests in the king's castle in scorn, and enter the first teleporter, where you will be awardened with the rank of 'Hero of Scorn'.", 35 spoiler => "You have to find the cave where the Goblin Chief hides. You can find that cave by leaving Scorn through the eastern gate, following the road to the east until see a small footpath going to the north. Follow it and you will find a cave. After some levels of fighting you will come to the final level where you will find the Goblin Chief, which usually looks very similar to usual Goblins. Kill him and grab his head, but be careful not to burn it accidentally. Bring that head to the Hall of Quests in the king's castle in scorn, and enter the first teleporter, where you will be awardened with the rank of 'Hero of Scorn'.",
36 }, 36 },
37 { 37 {
38 name => "Wizard Yarid House",
39 match => ['marker', 'quest_wizard_yarid_house'],
40 difficulty => 'tricky',
41 start => "Near the mad mages tower, in the eastern part of Scorn you will find a house with a red roof. It's wizard Yarid's house, he died while experimenting in his basement. Ask his house keeper for more information and explore the dungeon.",
42 },
43 {
38 name => "Mike Miller House", 44 name => "Mike Miller House",
39 match => ['marker', 'quest_mike_millers_house'], 45 match => ['marker', 'quest_mike_millers_house'],
40 difficulty => 'tricky', 46 difficulty => 'tricky',
41 start => "In the north west of scorn you will find the 'West Scorn Trademarket', just south from the weapons shop. The first neighbour house to the east of the trademarket, just right next to the street, is Mike Miller's house. Speak to him. H<He wants the angry pixie's head, which you should drop right next to him.>", 47 start => "In the north west of scorn you will find the 'West Scorn Trademarket', just south from the weapons shop. The first neighbour house to the east of the trademarket, just right next to the street, is Mike Miller's house. Speak to him. H<He wants the angry pixie's head, which you should drop right next to him.>",
42 }, 48 },
50 } 56 }
51 } 57 }
52 return undef; 58 return undef;
53} 59}
54 60
55# this is the main command interface for the IPO NPC 61# this is the main command interface for the NPC
56cf::register_script_function "quest_master::talk" => sub { 62cf::register_script_function "quest_master::talk" => sub {
57 my ($who, $msg, $npc) = @_; 63 my ($who, $msg, $npc) = @_;
58 my ($cmd, $arguments) = split /\s+/, $msg, 2; 64 my ($cmd, $arguments) = split /\s+/, $msg, 2;
59 $cmd = lc $cmd; 65 $cmd = lc $cmd;
60 66

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines