--- deliantra/server/ext/gravedigger.ext 2010/03/20 16:30:23 1.2 +++ deliantra/server/ext/gravedigger.ext 2010/03/20 16:43:37 1.3 @@ -1,8 +1,8 @@ #!perl # mandatory -our $WAIT_TIME = 5 * 60; # 4 minutes +our $WAIT_TIME = 5 * 60; # 5 minutes # the max price is base_price * 1.5 -our $MAX_BASE_PRICE = 100 * 100 * 50; # 70 platinum (for lvl 115 players) +our $MAX_BASE_PRICE = 100 * 100 * 25; # 50 platinum (for lvl 115 players) our $MIN_BASE_PRICE = 100 * 10; # 10 gold sub calc_player_price {