From 34b8252d2332069c22b2c5e37717b3240a05742b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Feb 2020 19:44:39 -0300 Subject: Rebirth permanent exp bonus: 5% -> 10% --- npc/025-2/phoenix.txt | 2 +- npc/functions/util.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 65c2336a9..d5ed62a4d 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -31,7 +31,7 @@ mes l("* +3 Inventory Slots")+" ##1##BWIP##b##0"; mes l("* +2 in all attributes, permanently"); mes l("* +1 Magic Skill Point"); - mes l("* +5%% EXP Gain and Drop Chance, permanently"); + mes l("* +%d%% EXP Gain and Drop Chance, permanently", 10); mes l("* 1 %s", getitemlink(SupremeGift)); if (BaseLevel < .@blvl) { setpcblock(255, false); diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 3466cc02e..9fe19f65a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -924,7 +924,7 @@ function script NewcomerEXPDROPUP { .@BONUS=max(1, .@BONUS); // Rebirth } else { - .@BONUS=REBIRTH*5; + .@BONUS=REBIRTH*10; } // Defaults to 24 hours sc_end SC_CASH_PLUSEXP; -- cgit v1.2.3-70-g09d2