--- deliantra/server/ext/rent.ext 2010/03/19 22:20:04 1.27 +++ deliantra/server/ext/rent.ext 2010/05/08 21:26:21 1.31 @@ -7,11 +7,14 @@ "/santo_dominion/sdomino_appartment" => [ 10, "santo dominion", "domino"], "/darcap/darcap/apartment" => [ 30, "darcap", "thecap"], "/gotischerbereich/steinwandstadt/sapartment1" => [ 100, "steinwandstadt", "konkret"], + "/wassar/apartment/apartment" => [ 150, "wassar", "tauch"], "/navar_city/apartments/apartment" => [ 250, "navar", "navar"], "/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"], + "/mlab/mountpermapartment" => [ 400, "st. bartholomew", "barth"], + "/valleynoy/jewelertown/jeweler_inn_upper" => [ 500, "jeweler town", "jewelor"], + "/heaven/apartment" => [ 1500, "heaven town", "heaven"], "/pup_land/nurnberg/apartment/main" => [ 300, "nürnberg", "sauerkraut"], "/lostwages/petapartment" => [ 5000, "lostwages", "losvegas"], "/gotischerbereich/towerapartment/tower1" => [10000, "gotisch", "retreat"], @@ -179,7 +182,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 +190,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; } },