--- deliantra/server/ext/rent.ext 2010/03/19 22:20:04 1.27 +++ deliantra/server/ext/rent.ext 2010/04/16 02:37:50 1.29 @@ -11,7 +11,7 @@ "/celvear_port/tower2/tower2" => [ 300, "celvear port", "kevlar"], "/azumauindo/ranbounagisatoshi/apartments/sapartment" => [ 100, "乱暴渚都市", "benjo"], "/azumauindo/suno-yamatoshi/apartments/lapartment1" => [ 1000, "スノー大和島根", "sama"], - "/elmex/jeweler/jeweler_inn_upper" => [ 500, "jeweler town", "jewelor"], + "/valleynoy/jewelertown/jeweler_inn_upper" => [ 500, "jeweler town", "jewelor"], "/pup_land/nurnberg/apartment/main" => [ 300, "nürnberg", "sauerkraut"], "/lostwages/petapartment" => [ 5000, "lostwages", "losvegas"], "/gotischerbereich/towerapartment/tower1" => [10000, "gotisch", "retreat"], @@ -179,7 +179,7 @@ if (check_balance $pl) { $pl->ob->reply (undef, "Welcome to your apartment, your highness!"); } else { - $pl->ob->reply (undef, "We are sorry, your highness, you have to pay your rent first."); + $pl->failmsg ("We are sorry, your highness, you have to pay your rent first."); reject_entry $pl; } @@ -187,7 +187,7 @@ } } - $pl->ob->reply (undef, "Your highness, you have to rent this apartment in The Apartment Shop in Scorn or other apartment shops first!"); + $pl->failmsg ("Your highness, you have to rent this apartment in The Apartment Shop in Scorn or other apartment shops first!"); reject_entry $pl; } },