--- deliantra/server/ext/quest_master.ext 2008/07/13 20:22:18 1.4 +++ 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." }, @@ -147,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}) . "." ); } @@ -186,9 +186,10 @@ } else { $who->reply ($npc, <