diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 19:11:04 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 19:11:04 -0200 |
commit | 9f11f14182d6504dead5f62ef095fec48e0dc8f2 (patch) | |
tree | 152abb55ea9ce9daa24b420f1ca30bfa03192964 | |
parent | d91b190c8b3fceb4e47aaba5ddabd853c5095211 (diff) | |
download | tools-9f11f14182d6504dead5f62ef095fec48e0dc8f2.tar.gz tools-9f11f14182d6504dead5f62ef095fec48e0dc8f2.tar.bz2 tools-9f11f14182d6504dead5f62ef095fec48e0dc8f2.tar.xz tools-9f11f14182d6504dead5f62ef095fec48e0dc8f2.zip |
chmod 755 quest_xp.py
-rwxr-xr-x[-rw-r--r--] | quest_xp.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quest_xp.py b/quest_xp.py index b3a452e..a767252 100644..100755 --- a/quest_xp.py +++ b/quest_xp.py @@ -18,13 +18,13 @@ Agressive +0.8 Assistant +0.5 Rare +0.5~+2.0 -Item and Gold: 1~3 and 1~1,5 +Item and Gold: 1~3 (gold weights half) Difficulty: Ad Infinitum """ XPTOLVLUP=0 -I=1 -G=1 +I=1.0 +G=1.0 L=0.0 M=0.0 D=0.0 |