summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-16 14:02:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-16 14:02:30 -0300
commitee259fa555747446799192524e0027b962ed2b39 (patch)
treee01bcf7b2bd75af7401158250218f890815d988b
parent75eb806bfbdcf6c97deb2c2eccbb26dac1774b6a (diff)
downloadserverdata-ee259fa555747446799192524e0027b962ed2b39.tar.gz
serverdata-ee259fa555747446799192524e0027b962ed2b39.tar.bz2
serverdata-ee259fa555747446799192524e0027b962ed2b39.tar.xz
serverdata-ee259fa555747446799192524e0027b962ed2b39.zip
Read the rules when account is created
-rw-r--r--conf/login/login-server.conf2
-rw-r--r--npc/000-0/sailors.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf
index 016f0dc06..59a03608c 100644
--- a/conf/login/login-server.conf
+++ b/conf/login/login-server.conf
@@ -80,7 +80,7 @@ login_configuration: {
// Account registration flood protection system
// allowed_regs is the number of registrations allowed in time_allowed (in seconds)
- allowed_regs: 3
+ allowed_regs: 5
time_allowed: 86400
// Starting additional sec from now for the limited time at creation of account
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 6e46cc4c9..99461c3dd 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -142,6 +142,9 @@ L_FiresOfSteam:
mesn strcharinfo(0);
mesq l("We'll be arriving at Artis by the dawn, where Elora will be waiting for us. I can only hope, that the denizens are okay...");
next;
+ clear;
+ GameRules(8 | 4);
+ clear;
closeclientdialog;
freeloop(true);
while (BaseLevel < 80)