--- deliantra/server/ext/quest_master.ext 2008/05/01 06:47:03 1.3 +++ deliantra/server/ext/quest_master.ext 2008/09/22 01:33:09 1.5 @@ -13,7 +13,7 @@ name => "Gramp Malone Earhorn", match => ['flag', 'quest_gramp_malones_earhorn'], difficulty => 'be observant', - start => 'Go to the hoves in the south west of scorn, go into the south east house from the four houses and ask the woman and/or grandpa malone about his earhorn. H', + start => 'Go to the hoves in the south west of scorn, go into the south east house from the four houses and ask the woman and/or grandpa malone about his earhorn. H', spoiler_cost => 50000, spoiler => "You will find his earhorn in the tavern \"The Barking Mule\", he left it in a workbench there.", }, @@ -21,7 +21,7 @@ name => "Gramp Malone Walkingstick", match => ['flag', 'quest_gramp_malones_walking_stick'], difficulty => 'be observant', - start => 'Go to the hoves in the south west of scorn, go into the south east house from the four houses and ask the woman and/or grandpa malone about his walking stick. H', + start => 'Go to the hoves in the south west of scorn, go into the south east house from the four houses and ask the woman and/or grandpa malone about his walking stick. H', spoiler_cost => 50000, spoiler => "The walking stick was lost in the four houses called the \"Riverside Manor\" in the south of Scorn. The House to the very south east has a table, beneath it you will find gramps walking stick." }, @@ -46,6 +46,12 @@ difficulty => 'tricky', 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", }, + { + name => "Jeweler Quest", + match => ['flag', 'jeweler_quest_1'], + difficulty => 'tough fighting', + start => "You have to travel to Valleynoy. You find a ship to Valleynoy in Navar. Take it and search the valley of the jeweler town. Go to the welcome house and speak to the old man there." + } ); sub name2quest { @@ -141,13 +147,13 @@ if ($who->pay_amount ($q->{spoiler_cost})) { $who->reply ($npc, "Ok, I received ".cf::cost_string_from_value ($q->{spoiler_cost}) - ." from you. This is the spoiler for the quest " - ."'$q->{name}': $q->{spoiler}" + . " from you. This is the spoiler for the quest " + . "'$q->{name}': $q->{spoiler}" ); } else { $who->reply ($npc, "I'm sorry, but you don't have enough money to pay the spoiler " - ."for the quest '$q->{name}', it would cost you " + . "for the quest '$q->{name}', it would cost you " . cf::cost_string_from_value ($q->{spoiler_cost}) . "." ); } @@ -180,9 +186,10 @@ } else { $who->reply ($npc, <