Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilgames000/go-noskit
A collection of packages that let you interact with the MMORPG NosTale in a headless way, without requiring the game client.
https://github.com/gilgames000/go-noskit
bot clientless headless library mmorpg nostale reverse-engineering
Last synced: 9 days ago
JSON representation
A collection of packages that let you interact with the MMORPG NosTale in a headless way, without requiring the game client.
- Host: GitHub
- URL: https://github.com/gilgames000/go-noskit
- Owner: Gilgames000
- License: gpl-3.0
- Created: 2020-03-29T19:34:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T17:37:37.000Z (over 2 years ago)
- Last Synced: 2024-06-19T19:39:54.215Z (5 months ago)
- Topics: bot, clientless, headless, library, mmorpg, nostale, reverse-engineering
- Language: Go
- Homepage:
- Size: 131 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-noskit
> NOTE: this repository is currently unmaintained as I don't play the game anymore, but pull requests are accepted nonetheless!
Go NosKit is a collection of packages, completely interoperable through interfaces, that let you interact with the MMORPG NosTale in a headless way, without requiring the game client.
### Installation
```
go get -u github.com/gilgames000/go-noskit
```### Example usage
A demo implementation of a bot written using this library can be found [here](https://github.com/Gilgames000/go-noskit/blob/master/example/basic_bot/main.go). The bot logs in a character, moves it near the NosBazaar NPC. Then it opens the bazaar and queries it for an item. Finally it prints the result. It also
assumes that the character is in the Marketplace Area.### Documentation
The documentation can be found [here](https://pkg.go.dev/github.com/gilgames000/go-noskit).### License
This software is licensed under the GNU GPL v3 license that can be found [here](https://github.com/Gilgames000/go-noskit/blob/master/LICENSE).