Skip to content

Commit 9e75ecd

Browse files
committed
Version 0.0.2
1 parent 3d6a093 commit 9e75ecd

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Repository to store signatures of the Tibia files
44

55
## Supported Version
66

7-
`7.10`, `7.30`, `7.40`, `7.50`, `7.55`, `7.60`, `7.70`, `7.80`, `7.90`, `7.92`, `8.00`, `8.10`, `8.11`, `8.20`, `8.30`, `8.40`, `8.41`, `8.42`, `8.50`, `8.52`, `8.53`, `8.54`, `8.55`, `8.60`, `8.61`, `8.62`, `8.70`, `8.71`, `8.72`, `9.00`, `9.10`, `9.20`, `9.40`, `9.44`, `9.46`, `9.50`, `9.52`, `9.53`, `9.54`, `9.60`, `9.61`, `9.63`, `9.70`, `9.80`, `9.81`, `9.82`, `9.83`, `9.85`, `9.86`, `10.10`, `10.20`, `10.21`, `10.30`, `10.31`, `10.32`, `10.34`, `10.35`, `10.36`, `10.37`, `10.38`, `10.39`, `10.40`, `10.41`, `10.50`, `10.51`
7+
`7.10`, `7.30`, `7.40`, `7.50`, `7.55`, `7.60`, `7.70`, `7.80`, `7.90`, `7.92`, `8.00`, `8.10`, `8.11`, `8.20`, `8.30`, `8.40`, `8.41`, `8.42`, `8.50`, `8.52`, `8.53`, `8.54`, `8.55`, `8.60`, `8.61`, `8.62`, `8.70`, `8.71`, `8.72`, `9.00`, `9.10`, `9.20`, `9.40`, `9.44`, `9.46`, `9.50`, `9.52`, `9.53`, `9.54`, `9.60`, `9.61`, `9.63`, `9.70`, `9.80`, `9.81`, `9.82`, `9.83`, `9.85`, `9.86`, `10.10`, `10.20`, `10.21`, `10.30`, `10.31`, `10.32`, `10.34`, `10.35`, `10.36`, `10.37`, `10.38`, `10.39`, `10.40`, `10.41`, `10.50`, `10.51`, `10.52`, `10.53`, `10.54`, `10.55`
88

99
## API
1010

@@ -13,6 +13,10 @@ Repository to store signatures of the Tibia files
1313
* isValidDatSignature(hexSign)
1414
* hexSign - required - First 4 bytes reversed from Dat file
1515

16+
## References
17+
18+
* [Mignari/ObjectBuilder](https://github.com/Mignari/ObjectBuilder/blob/master/src/firstRun/versions.xml)
19+
1620
## Contributing
1721
Please submit all issues and pull requests to the [TibiaJS/tibia-signatures](https://github.com/TibiaJS/tibia-signatures) repository!
1822

index.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,26 @@ clients = {
361361
dat: '53C8CC17',
362362
spr: '53C8CC3F',
363363
otb: 0
364+
},
365+
1052: {
366+
dat: '53E898BD',
367+
spr: '53E898E5',
368+
otb: 0
369+
},
370+
1053: {
371+
dat: '53FAD76E',
372+
spr: '53FAD799',
373+
otb: 0
374+
},
375+
1054: {
376+
dat: '540D3A47',
377+
spr: '53E898E5',
378+
otb: 0
379+
},
380+
1055: {
381+
dat: '54128727',
382+
spr: '54128755',
383+
otb: 0
364384
}
365385
};
366386

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tibia-signatures",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Repository to store signatures of the Tibia files",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)