Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiote/ToS-Addons
https://github.com/fiote/ToS-Addons
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiote/ToS-Addons
- Owner: fiote
- Created: 2016-06-06T09:53:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T14:27:10.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T08:09:10.953Z (3 months ago)
- Language: Lua
- Size: 33.2 KB
- Stars: 10
- Watchers: 8
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMPORTANT #
Since I stopped playing ToS (around jun/2016) I no longer work on those addons. If you want to PR something, feel free to (I won't be able to test it, tho). If you want continue them, you have my blessing to do so. Just fork it and start your own addon legacy!## Download ##
You should use the [Addon Manager](https://github.com/Excrulon/Tree-of-Savior-Addon-Manager/releases/latest) to download my addons! All the cool kids are using it!
## Official Statement about Addons
https://treeofsavior.com/news/?n=467
> We have no plans on restricting add-ons that conveniently display information which can be obtained from external communities or between users.
> However, we are sternly against add-ons that allow abnormal gameplay such as being able to use NPC stores on a field or an auto-play program. Those are prohibited and its user is liable to be banned.Because of that, I'll no longer keep cxAnywhere available. If you ever find yourself with it in your hands, that's not on me anymore. YOU'VE BEEN WARNED. I'm not using it anymore too (believe it or not).
## Tree of Savior Lua Mods - cwLibrary ##
Here you can find all the addons I've created. Feel free to use my cwAPI to create yours too! Ask me if you need help.
## Addons Available
[cwRepair](https://github.com/fiote/ToS-Addons/wiki/cwRepair):
cwRepair lets you define a durability% to consider a gear "good" and easily repair the bads when visiting a repair shop.
[cwSet](https://github.com/fiote/ToS-Addons/wiki/cwSet):
cwSet allows you to store an infinite number of gear 'sets', so you can easily switch between them.
[cwFarmed](https://github.com/fiote/ToS-Addons/wiki/cwFarmed):
cwFarmed allows you to easily see what's really being farmed while you grind your way through the game.
[cwMarket](https://github.com/fiote/ToS-Addons/wiki/cwMarket):
cwMarket add 2 buttons to your cabinet window, making it possible to retrieve all items or all silver with one click.
[cwCleric](https://github.com/fiote/ToS-Addons/wiki/cwCleric):
cwCleric is a class helper. It'll remind you to toggle "Heal: Remove Damage" on/off when joining/leaving parties.
## cwAPI
cwAPI is my core library. All my addons depend on it so it.
In time, all functions will be documented on [the wiki](https://github.com/fiote/ToS-Addons/wiki/cwAPI-(core-library))!