matpow2 / cuwo

Open server and utilities for Cube World
GNU General Public License v3.0
170 stars 49 forks source link

Not able to pickup/drop items #141

Closed scr4tchy closed 10 years ago

scr4tchy commented 10 years ago

According to my players and this fork : https://github.com/Jakky89/cuwo We can't pick up and drop items because of item limit per chunk.

matpow2 commented 10 years ago

Don't use Jakky89's fork - we absolutely do not provide support for that here.

scr4tchy commented 10 years ago

I don't especially want to use his fork. I just want to be able to pick up and drop items. The game has changed and it seems that a new limit (item per chunk) has been created.

I can't play without any item... =/

Jakky89 commented 10 years ago

You could simply increase the item limit per chunk in cuwo/constants.py (constant MAX_ITEMS_PER_CHUNK). I have to say that my fork isn't ready in many parts yet. For example the register/login system doesn't work. But dropping and picking up items has worked for me when I tested it a few days ago.

scr4tchy commented 10 years ago

This constant is not existing in this repo of CuWo Server. It is not implemented in here and we can't pick/drop items. I don't know what's the matter but we can't play with this issue.

Jakky89 commented 10 years ago

I meant the cuwo/constants.py in my fork not in this official one. Also picking up items only is working for items dropped by players.