diff options
Diffstat (limited to 'npc/029-0')
-rw-r--r-- | npc/029-0/event.txt | 8 |
1 files 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(); |