From f427212c5e1ec0851e99f5c5381503de22f1797f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 2 Jan 2019 15:50:06 -0200 Subject: Update exptable and jexptable python scripts --- exptable.py | 5 +++++ jexptable.py | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) mode change 100644 => 100755 jexptable.py diff --git a/exptable.py b/exptable.py index 080d8c8..f0a8e38 100644 --- a/exptable.py +++ b/exptable.py @@ -1,3 +1,8 @@ +#!/usr/bin/python +# This script file is meant to create EXP table +# It have some randomness (see the import) +# It starts at level 60 (and i is the according xp) +# It stops at level 999, or when MAX_INT is reached. import random i=365914 l=60 diff --git a/jexptable.py b/jexptable.py old mode 100644 new mode 100755 index d3f80f3..ea57b17 --- a/jexptable.py +++ b/jexptable.py @@ -2,13 +2,13 @@ # This script file is meant to create EXP table # It have some randomness (see the import) # It starts at level 51 (and i is the according xp) -# It stops at level 999, or when MAX_INT is reached. +# It stops at level 19999, or when MAX_INT is reached. import random -i=386371 -l=51 +i=78160 +l=41 o=open("expgroup.db", "w") -mx=20000 +mx=255 b=False while (l < mx): -- cgit v1.2.3-70-g09d2