From 9f11f14182d6504dead5f62ef095fec48e0dc8f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 19:11:04 -0200 Subject: chmod 755 quest_xp.py --- quest_xp.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 quest_xp.py diff --git a/quest_xp.py b/quest_xp.py old mode 100644 new mode 100755 index b3a452e..a767252 --- 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 -- cgit v1.2.3-70-g09d2