From 4e1594bf4f027493cadd6a408b36d0ec10803d73 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 7 Apr 2021 15:28:28 -0300 Subject: ...But it will NOT give you any equip. --- npc/029-0/event.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 4af454c62..490d72a1d 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -249,11 +249,9 @@ L_PowerUp: next; mesc l("Awake lost potential? This will mess with your char data irreversibly, beware."), 1; if (askyesno() == ASK_NO) close; - .@equip=true; + // IP Blacklist - if (array_find($@IPBLIST$, getcharip()) >= 0) - .@equip=false; - else + if (array_find($@IPBLIST$, getcharip()) < 0) array_push($@IPBLIST$, getcharip()); // Level up @@ -275,7 +273,7 @@ L_PowerUp: // Monster points MPQUEST=true; if (!Mobpt) - Mobpt+=1000000; + Mobpt+=100000; // Magic Power adddefaultskills(); -- cgit v1.2.3-60-g2f50