--- deliantra/server/ext/rent.ext 2007/11/14 08:09:46 1.12 +++ deliantra/server/ext/rent.ext 2008/07/17 09:13:09 1.14 @@ -12,6 +12,7 @@ "/pup_land/nurnberg/apartment/main" => [ 300, "nürnberg", "sauerkraut"], "/pup_land/lone_town/apartment/groundfloor" => [50000, "lone town", "looney"], "/brest/apartments/brest_town_house" => [30000, "brest", "brecht"], + "/elmex/jeweler/jeweler_inn_upper" => [ 500, "jeweler town", "jewelor"], ); # we have to special case some special cases :) @@ -147,7 +148,7 @@ if ($pl->{rent}{last_online_check}) { $pl->{rent}{last_online_check} = time - List::Util::min 3600, - $pl->ob->get_ob_key_value ("schmorplog_last_save") - $pl->{rent}{last_online_check}; + $pl->ob->kv_get ("schmorplog_last_save") - $pl->{rent}{last_online_check}; } else { $pl->{rent}{last_online_check} = time; } @@ -179,7 +180,7 @@ } } - $pl->ob->reply (undef, "Your highness, you have to rent this apartment in The Apartment Shop in Scorn first!"); + $pl->ob->reply (undef, "Your highness, you have to rent this apartment in The Apartment Shop in Scorn or other apartment shops first!"); reject_entry $pl; } },