From 680fe9d0634e631ad9befc327030c4158e9b34fa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 3 Jun 2021 19:55:33 -0300 Subject: It is already limited to one per IP, but limit to one per char as well. --- npc/029-0/event.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index de276459c..cd172418a 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -236,7 +236,7 @@ OnMinute02: 003-0-2,34,21,0 script Alliance Officer NPC_HALBERDBARBARIAN,{ mesn; mesq l("Good %s, %s. The council is not in session right now.", (is_night() ? l("evening") : l("morning")), lg("peasant")); - if (($BETASERVER || debug) && BaseLevel < 60) goto L_PowerUp; + if (($BETASERVER || debug) && BaseLevel < 60 && !#BETA_REVIVE) goto L_PowerUp; close; L_PowerUp: @@ -332,6 +332,7 @@ L_PowerUp: Zeny+=50000; percentheal 100,100; mesc l("You awake a long forgotten potential, and feel ready to take over the world."); + #BETA_REVIVE=true; close; OnInit: -- cgit v1.2.3-60-g2f50