Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
gpedro committed Dec 16, 2014

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 3d6a093 commit 9e75ecd
Showing 3 changed files with 26 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Repository to store signatures of the Tibia files

## Supported Version

`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.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`

## API

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

## References

* [Mignari/ObjectBuilder](https://github.com/Mignari/ObjectBuilder/blob/master/src/firstRun/versions.xml)

## Contributing
Please submit all issues and pull requests to the [TibiaJS/tibia-signatures](https://github.com/TibiaJS/tibia-signatures) repository!

20 changes: 20 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -361,6 +361,26 @@ clients = {
dat: '53C8CC17',
spr: '53C8CC3F',
otb: 0
},
1052: {
dat: '53E898BD',
spr: '53E898E5',
otb: 0
},
1053: {
dat: '53FAD76E',
spr: '53FAD799',
otb: 0
},
1054: {
dat: '540D3A47',
spr: '53E898E5',
otb: 0
},
1055: {
dat: '54128727',
spr: '54128755',
otb: 0
}
};

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tibia-signatures",
"version": "0.0.1",
"version": "0.0.2",
"description": "Repository to store signatures of the Tibia files",
"main": "index.js",
"repository": {

0 comments on commit 9e75ecd

Please sign in to comment.