-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Sherrat edited this page Dec 17, 2025
·
8 revisions
Welcome to the ItemManager Install/Compiler!
- Resolution: 1920x1080
- 8gb Ram
- Processor Quad-Core
- Hd: 4gb
# Instalar dependências
- Python 3.10+
py -m pip install -r requirements.txt
# Executar
py itemManager.py┌── data/
│ ├── looktype_generator.py
│ ├── monster_generator.py
│ ├── datspr.py
│ ├── spritEditor.py
│ ├── otbReload.py
│ ├── obdHandler.py
│ ├── spriteOptmizer.py
│ └── otbParser.py
├── tools/
│ ├── Converter.py
│ └── ImageUpscale.py
├── assets/
│ ├── xml/
│ ├── mounts.xml
│ ├── outfits.xml
│ ├── monsters.xml
│ └── monsters/
└── Itemmanager.py
Use o comando abaixo na raiz do projeto:
py -m nuitka ItemManager.py ^
--onefile ^
--windows-console-mode=disable ^
--enable-plugin=pyqt6 ^
--windows-icon-from-ico="data\icon.ico" ^
--include-data-dir="data=data"
Tibia.dat/spr download: https://downloads.ots.me/data/tibia-clients/dat_and_spr/1098.zip
- Client-side:
Otclient Redemption: https://github.com/mehah/otclient/releases
Otclient V8: https://github.com/OTCv8/otclientv8
- Server-side:
Black-Tek: https://github.com/Black-Tek/BlackTek-Server/releases
The Forgotten Server 1.42: https://github.com/otland/forgottenserver/releases/tag/v1.4.2