From 3cfbffdf20174d0794d7ad9bbf0af97c377b13ba Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Feb 2020 19:56:00 -0300 Subject: Limit: There is no possibility of rebirth before level 90. --- npc/025-2/phoenix.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/025-2') diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 72da5aba6..5aca95e87 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -30,6 +30,7 @@ close; break; } + .@blvl=max(90, .@blvl); // Do not allow it to go too far below! mesc l("Once you reach level %d, I'll offer you a life-time opportunity to delete all your levels and experience for your %s rebirth!", .@blvl, .@rebirth$); next; mesn; -- cgit v1.2.3-60-g2f50