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

Comparing deliantra/server/ext/gravedigger.ext (file contents):
Revision 1.2 by elmex, Sat Mar 20 16:30:23 2010 UTC vs.
Revision 1.3 by elmex, Sat Mar 20 16:43:37 2010 UTC

1#!perl # mandatory 1#!perl # mandatory
2 2
3our $WAIT_TIME = 5 * 60; # 4 minutes 3our $WAIT_TIME = 5 * 60; # 5 minutes
4# the max price is base_price * 1.5 4# the max price is base_price * 1.5
5our $MAX_BASE_PRICE = 100 * 100 * 50; # 70 platinum (for lvl 115 players) 5our $MAX_BASE_PRICE = 100 * 100 * 25; # 50 platinum (for lvl 115 players)
6our $MIN_BASE_PRICE = 100 * 10; # 10 gold 6our $MIN_BASE_PRICE = 100 * 10; # 10 gold
7 7
8sub calc_player_price { 8sub calc_player_price {
9 my ($name) = @_; 9 my ($name) = @_;
10 10

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines