From e2d3c3df6f7677aeb7ea0557d04a564916577f91 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jun 2020 18:51:18 -0300 Subject: Fix a possible exploit on Phoenix Rebirth --- npc/025-2/phoenix.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/025-2') diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index c99eab452..6e1d64d19 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -84,7 +84,7 @@ STATUSUP_INT+=2; STATUSUP_DEX+=2; STATUSUP_LUK+=2; - REBIRTH_OVERLEVEL=max(0, BaseLevel-.@blvl); + REBIRTH_OVERLEVEL=max(0, BaseLevel-.@blvl-(REBIRTH_OVERLEVEL/REBIRTH)); resetlvl(3); NewcomerEXPDROPUP(); getitembound SupremeGift, 1, 4; -- cgit v1.2.3-70-g09d2