ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/rent.ext
(Generate patch)

Comparing deliantra/server/ext/rent.ext (file contents):
Revision 1.7 by root, Thu Feb 15 03:19:02 2007 UTC vs.
Revision 1.30 by elmex, Mon Apr 26 12:09:03 2010 UTC

1#! perl 1#! perl
2 2
3use List::Util; 3use List::Util;
4 4
5my %apartment = ( 5our %apartment = (
6 "/scorn/apartment/apartments" => [ 1, "scorn", "skorn"], 6 "/scorn/apartment/apartments" => [ 1, "scorn", "skorn"],
7 "/santo_dominion/sdomino_appartment" => [ 10, "santo dominion", "domino"], 7 "/santo_dominion/sdomino_appartment" => [ 10, "santo dominion", "domino"],
8 "/darcap/darcap/apartment" => [ 30, "darcap", "thecap"], 8 "/darcap/darcap/apartment" => [ 30, "darcap", "thecap"],
9 "/gotischerbereich/steinwandstadt/sapartment1" => [ 100, "steinwandstadt", "konkret"],
9 "/navar_city/apartments/apartment" => [ 250, "navar", "navar"], 10 "/navar_city/apartments/apartment" => [ 250, "navar", "navar"],
11 "/celvear_port/tower2/tower2" => [ 300, "celvear port", "kevlar"],
10 "/azumauindo/ranbounagisatoshi/apartments/sapartment" => [ 100, "乱暴渚都市", "benjo"], 12 "/azumauindo/ranbounagisatoshi/apartments/sapartment" => [ 100, "乱暴渚都市", "benjo"],
11 "/azumauindo/suno-yamatoshi/apartments/lapartment1" => [ 1000, "スノー大和島根", "sama"], 13 "/azumauindo/suno-yamatoshi/apartments/lapartment1" => [ 1000, "スノー大和島根", "sama"],
14 "/mlab/mountpermapartment" => [ 400, "st. bartholomew", "barth"],
15 "/valleynoy/jewelertown/jeweler_inn_upper" => [ 500, "jeweler town", "jewelor"],
16 "/heaven/apartment" => [ 1500, "heaven town", "heaven"],
12 "/pup_land/nurnberg/apartment/main" => [ 300, "nürnberg", "sauerkraut"], 17 "/pup_land/nurnberg/apartment/main" => [ 300, "nürnberg", "sauerkraut"],
18 "/lostwages/petapartment" => [ 5000, "lostwages", "losvegas"],
19 "/gotischerbereich/towerapartment/tower1" => [10000, "gotisch", "retreat"],
20 "/lake_country/Butakis/apartment" => [25000, "castle butakis", "expandor"],
21 "/brest/apartments/brest_town_house" => [30000, "brest", "brecht"],
13 "/pup_land/lone_town/apartment/groundfloor" => [50000, "lone town", "looney"], 22 "/pup_land/lone_town/apartment/groundfloor" => [50000, "lone town", "looney"],
14 "/brest/apartments/brest_town_house" => [30000, "brest", "brecht"],
15); 23);
16 24
17# we have to special case some special cases :) 25# we have to special case some special cases :)
18sub reject_entry { 26sub reject_entry {
19 my ($pl) = @_; 27 my ($pl) = @_;
20 28
21 my $prev_pos = $pl->ob->{_prev_pos}; 29 my $prev_pos = $pl->ob->{_prev_pos};
22 $pl->ob->goto ($prev_pos ? @$prev_pos : "/world/world_105_115", 2, 34); 30 $pl->ob->goto ($prev_pos ? @$prev_pos : ("/world/world_105_115", 2, 34));
23 31
24 cf::override; 32 cf::override;
25} 33}
26 34
27sub update_balance { 35sub update_balance {
45} 53}
46 54
47sub pay_balance { 55sub pay_balance {
48 my ($pl) = @_; 56 my ($pl) = @_;
49 57
58 cf::cede_to_tick;
59
50 update_balance $pl; 60 update_balance $pl;
51 61
52 return unless $pl->{rent}{balance} > 0; 62 return unless $pl->{rent}{balance} > 0;
53 63
54 my $deduct = cf::ceil $pl->{rent}{balance}; 64 my $deduct = cf::ceil $pl->{rent}{balance};
57 67
58 if ($deduct <= $pl->ob->{bank_balance}) { 68 if ($deduct <= $pl->ob->{bank_balance}) {
59 cf::db_put rent => balance => $deduct + cf::db_get rent => "balance"; 69 cf::db_put rent => balance => $deduct + cf::db_get rent => "balance";
60 $pl->ob->{bank_balance} -= $deduct; 70 $pl->ob->{bank_balance} -= $deduct;
61 $pl->{rent}{balance} -= $deduct; 71 $pl->{rent}{balance} -= $deduct;
62 $pl->ob->reply (undef, "Something whispers into your ear:\n" 72 $pl->ob->reply (undef, "Something whispers into your ear: "
63 . "Sir, we deducted your apartment rent ($deduct_string) from your bank account."); 73 . "Your highness, we deducted your apartment rent ($deduct_string) from your bank account.");
64 } else { 74 } else {
65 $pl->ob->reply (undef, "Something whispers into your ear:\n" 75 $pl->ob->reply (undef, "Something whispers into your ear: "
66 . "Sir, we want to deduct the apartment rent ($deduct_string), but the bank informed us that they cannot perform the transaction. " 76 . "Your highness, we want to deduct the apartment rent ($deduct_string), but the bank informed us that they cannot perform the transaction. "
67 . "Please even out your balance so we can deduct the fees, otherwise we will be forced to shut down your access to the apartment."); 77 . "Please even out your balance so we can deduct the fees, otherwise we will be forced to shut down your access to the apartment.");
68 } 78 }
69} 79}
70 80
71sub check_balance { 81sub check_balance {
89 my ($pl, $types) = @_; 99 my ($pl, $types) = @_;
90 100
91 while (my ($k, $v) = each %apartment) { 101 while (my ($k, $v) = each %apartment) {
92 my $type = exists $pl->{rent}{apartment}{$k} ? 1 : 2; 102 my $type = exists $pl->{rent}{apartment}{$k} ? 1 : 2;
93 103
94 $pl->ob->reply (undef, "model \"$v->[2]\", situated in $v->[1] (" 104 $pl->ob->reply (undef, "model \"$v->[2]\", located in $v->[1] ("
95 . (cf::cost_string_from_value $v->[0]) . "/hr)") 105 . (cf::cost_string_from_value $v->[0]) . "/hr)\n")
96 if $type & $types; 106 if $type & $types;
97 } 107 }
98}; 108};
99 109
100cf::register_script_function "rent::status" => sub { 110cf::register_script_function "rent::status" => sub {
115 125
116 update_balance $pl; 126 update_balance $pl;
117 127
118 $pl->{rent}{apartment}{$apartment} = undef; 128 $pl->{rent}{apartment}{$apartment} = undef;
119 129
120 $pl->ob->reply (undef, "Wonderful decision, sir! " 130 $pl->ob->reply (undef, "Wonderful decision, your highness! "
121 . "We told the proprietor in $apartment{$apartment}[1] to expect you and let you in. " 131 . "We told the proprietor in $apartment{$apartment}[1] to expect you and let you in. "
122 . "We are sure you will be satisfied!"); 132 . "We are sure you will be satisfied!");
123}; 133};
124 134
125cf::register_script_function "rent::stop" => sub { 135cf::register_script_function "rent::stop" => sub {
143 $pl->{rent}{last_offline_check} ||= time; 153 $pl->{rent}{last_offline_check} ||= time;
144 154
145 if ($pl->{rent}{last_online_check}) { 155 if ($pl->{rent}{last_online_check}) {
146 $pl->{rent}{last_online_check} = time 156 $pl->{rent}{last_online_check} = time
147 - List::Util::min 3600, 157 - List::Util::min 3600,
148 $pl->ob->get_ob_key_value ("schmorplog_last_save") - $pl->{rent}{last_online_check}; 158 $pl->ob->kv_get ("schmorplog_last_save") - $pl->{rent}{last_online_check};
149 } else { 159 } else {
150 $pl->{rent}{last_online_check} = time; 160 $pl->{rent}{last_online_check} = time;
151 } 161 }
152 162
153 update_balance $pl; 163 update_balance $pl;
155); 165);
156 166
157cf::map::attachment rent => 167cf::map::attachment rent =>
158 on_enter => sub { 168 on_enter => sub {
159 my ($map, $pl, $x, $y) = @_; 169 my ($map, $pl, $x, $y) = @_;
170
171 return if $pl->ob->flag (cf::FLAG_WIZ);
160 172
161 my $pfx = sprintf "~%s/", $pl->ob->name; 173 my $pfx = sprintf "~%s/", $pl->ob->name;
162 174
163 # only do something if entering ones own apartment 175 # only do something if entering ones own apartment
164 if ($pfx eq substr $map->path, 0, length $pfx) { 176 if ($pfx eq substr $map->path, 0, length $pfx) {
165 for my $path (keys %{ $pl->{rent}{apartment} }) { 177 for my $path (keys %{ $pl->{rent}{apartment} }) {
166 $path = sprintf "~%s%s", $pl->ob->name, $path; 178 $path = sprintf "~%s%s", $pl->ob->name, $path;
167 179
168 if ($map->path eq $path) { 180 if ($map->path eq $path) {
169 if (check_balance $pl) { 181 if (check_balance $pl) {
170 $pl->ob->reply (undef, "Welcome to your apartment, sir!"); 182 $pl->ob->reply (undef, "Welcome to your apartment, your highness!");
171 } else { 183 } else {
172 $pl->ob->reply (undef, "We are sorry, sir, you have to pay your rent first."); 184 $pl->failmsg ("We are sorry, your highness, you have to pay your rent first.");
173 reject_entry $pl; 185 reject_entry $pl;
174 } 186 }
175 187
176 return; 188 return;
177 } 189 }
178 } 190 }
179 191
180 $pl->ob->reply (undef, "Sir, you have to rent this apartment in The Apartment Shop in Scorn first!"); 192 $pl->failmsg ("Your highness, you have to rent this apartment in The Apartment Shop in Scorn or other apartment shops first!");
181 reject_entry $pl; 193 reject_entry $pl;
182 } 194 }
183 }, 195 },
184; 196;
185 197
186our $RENT_TIMER = Event->timer ( 198our $RENT_TIMER = cf::periodic 3600, Coro::unblock_sub {
187 reentrant => 0,
188 after => 60,
189 interval => 3600,
190 data => cf::WF_AUTOCANCEL,
191 cb => sub {
192 pay_balance $_ for cf::player::list; 199 pay_balance $_ for cf::player::list;
193 }, 200};
194);
195 201

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines