Corrected grave timers
This commit is contained in:
@@ -5,7 +5,7 @@ package core.game.node.entity.player.link.grave;
|
||||
* @author Vexia
|
||||
*/
|
||||
public enum GraveType {
|
||||
MEMORIAL_PLAQUE(0, 5, 6565, "In memory of @name, who died here."), FLAG(50, 6, 6568, "In memory of @name, who died here."), SMALL(500, 6, 6571, "In loving memory of our dear friend @name, who died in this place @mins ago."), ORNATE(5000, 8, 6574, "In loving memory of our dear friend @name, who died in this place @mins ago."), FRONT_OF_LIFE(50000, 10, 6577, "In your travels, pause awhile to remember @name, who passed away in this spot."), STELE(50000, 10, 6580, "In your travels, pause awhile to remember @name, who passed away in this spot."), SARADOMIN(50000, 10, 6583, "@name, an enlightened severant of Saradomin, perished in this place."), ZAMRAOK(50000, 10, 6586, "@name a most bloodthirsty follower of Zamorak, perished in this place."), GUTHIX(50000, 10, 6589, "@name walked with the Balance of Guthix, perished in this place."), BANDOS(50000, 10, 6592, "@name, a vicious warrior dedicated to Bandos, perished in this place."), ARMADYL(50000, 10, 6595, "@name a follower of the Law of Aramdyl, perished in this place."), MEMORIAL_STONE(50000, 10, 6598, "@name, servant of the Unknown Power, perished in this place."), ANGEL_OF_DEATH(500000, 12, 6601, "Ye frails who gaze upon this sight, forget not the date of @name, once mighty, now surrendered to the inescapable grasp of destiny, Requiescat in pace.");
|
||||
MEMORIAL_PLAQUE(0, 3, 6565, "In memory of @name, who died here."), FLAG(50, 3, 6568, "In memory of @name, who died here."), SMALL(500, 3, 6571, "In loving memory of our dear friend @name, who died in this place @mins ago."), ORNATE(5000, 4, 6574, "In loving memory of our dear friend @name, who died in this place @mins ago."), FRONT_OF_LIFE(50000, 5, 6577, "In your travels, pause awhile to remember @name, who passed away in this spot."), STELE(50000, 5, 6580, "In your travels, pause awhile to remember @name, who passed away in this spot."), SARADOMIN(50000, 5, 6583, "@name, an enlightened severant of Saradomin, perished in this place."), ZAMRAOK(50000, 5, 6586, "@name a most bloodthirsty follower of Zamorak, perished in this place."), GUTHIX(50000, 5, 6589, "@name walked with the Balance of Guthix, perished in this place."), BANDOS(50000, 5, 6592, "@name, a vicious warrior dedicated to Bandos, perished in this place."), ARMADYL(50000, 5, 6595, "@name a follower of the Law of Aramdyl, perished in this place."), MEMORIAL_STONE(50000, 5, 6598, "@name, servant of the Unknown Power, perished in this place."), ANGEL_OF_DEATH(500000, 6, 6601, "Ye frails who gaze upon this sight, forget not the date of @name, once mighty, now surrendered to the inescapable grasp of destiny, Requiescat in pace.");
|
||||
|
||||
/**
|
||||
* The cost of the grave stone.
|
||||
|
||||
Reference in New Issue
Block a user