--- deliantra/server/ext/quest_master.ext 2008/09/22 01:33:09 1.5 +++ deliantra/server/ext/quest_master.ext 2010/05/04 21:45:42 1.8 @@ -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 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,9 +21,9 @@ 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 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." + spoiler => "The walking stick was lost in the four houses called the \"Riverside Manor\" in the south east of Scorn. The House to the very south east has a table, beneath it you will find gramps walking stick." }, { name => 'Hero of Scorn', @@ -38,7 +38,7 @@ name => "Wizard Yarid House", match => ['marker', 'quest_wizard_yarid_house'], difficulty => 'tricky', - 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.", + start => "Near the mad mages tower, in the western 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.", }, { name => "Mike Miller House", @@ -170,8 +170,7 @@ my $force; ext::map_lib::rec_inv_by_slaying ($who, $q->{match}->[1], sub { $force = $_[0] }); if ($force) { - $force->remove; - $force->destroy (1); + $force->destroy; $who->reply ($npc, "Successfully erased quest marker '$q->{name}' from you!"); } else { @@ -196,4 +195,3 @@ 1 }; -1;