From ce7bf374d87520c240fed158dbcdebdc6e3d0280 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 26 Mar 2019 19:33:30 -0300 Subject: New rule for JExp + make help --- Makefile | 2 +- jexptable.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 06b5d24..479866a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: @echo "update - makes update and propagate web information (untested)" @echo "news - propagate web information" @echo "translation - fetches Transifex translations for server, and updates both." - @echo "client - generate weapons.xml" + @echo "client - generate weapons.xml and daily.xml" @echo "full - make contrib + wiki + translation + client + update + news" contrib: diff --git a/jexptable.py b/jexptable.py index ea57b17..e094168 100755 --- a/jexptable.py +++ b/jexptable.py @@ -4,8 +4,8 @@ # It starts at level 51 (and i is the according xp) # It stops at level 19999, or when MAX_INT is reached. import random -i=78160 -l=41 +i=15290 +l=31 o=open("expgroup.db", "w") mx=255 -- cgit v1.2.3-70-g09d2