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.5 by elmex, Wed Apr 21 08:13:11 2010 UTC vs.
Revision 1.6 by root, Tue May 4 21:45:42 2010 UTC

1#!perl # mandatory 1#! perl # mandatory
2 2
3our $WAIT_TIME = 5 * 60; # 5 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 * 25; # 25 platinum (for lvl 115 players) 5our $MAX_BASE_PRICE = 100 * 100 * 25; # 25 platinum (for lvl 115 players)
6our $MIN_BASE_PRICE = 100 * 10; # 10 gold 6our $MIN_BASE_PRICE = 100 * 10; # 10 gold
97 $who->{gravedigger_last_time} = time; 97 $who->{gravedigger_last_time} = time;
98 }; 98 };
99 99
100 $who->reply ($npc, "Let me have a look..."); 100 $who->reply ($npc, "Let me have a look...");
101}; 101};
102

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines