summaryrefslogtreecommitdiff
path: root/monster-killing-values.py
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2010-12-16 01:06:56 +0100
committerStefan Beller <stefanbeller@googlemail.com>2010-12-16 01:06:56 +0100
commit7f0634e3d337a04236c5193cc8f9084ca081c984 (patch)
tree464fae4c870986d6566f25af73eeb2d00adb50eb /monster-killing-values.py
parentb1e39f8796e69357a396a19a7b1b2bc8be833b0f (diff)
downloadtools-7f0634e3d337a04236c5193cc8f9084ca081c984.tar.gz
tools-7f0634e3d337a04236c5193cc8f9084ca081c984.tar.bz2
tools-7f0634e3d337a04236c5193cc8f9084ca081c984.tar.xz
tools-7f0634e3d337a04236c5193cc8f9084ca081c984.zip
nivalis
Diffstat (limited to 'monster-killing-values.py')
-rw-r--r--monster-killing-values.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/monster-killing-values.py b/monster-killing-values.py
index a2d7ec2..9578804 100644
--- a/monster-killing-values.py
+++ b/monster-killing-values.py
@@ -37,8 +37,8 @@ def make_mobs():
if len(array)>6 and not line.startswith("#"):
id=array[0]
name=array[1]
- #print name
- #print array[29:44]
+ print name
+ print array[29:44]
sellprize = 0
#hardcoded -.- fix it !
sellprize += getvalueof(int(array[29]))*int(array[30])