We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1a00c commit 93a70d2Copy full SHA for 93a70d2
README.md
@@ -76,9 +76,9 @@ Major otb version & client versions can be specified in data/config.json:
76
77
## Instructions for generating proto files
78
79
-1. clone [Protod](https://github.com/sysdream/Protod)
+1. clone [Protod3](https://github.com/giuinktse7/Protod3)
80
2. Get client.exe from <tibia_dir>/packages/Tibia/bin/client.exe
81
-3. Run python2 protod.py client.exe
+3. Run python3 src/protod.py client.exe
82
4. Add `syntax = "proto2";` as the first line in each `.proto` file.
83
5. To generate C# bindings, place `.proto` files in `./in`. Then:
84
0 commit comments