Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiiwave/tosaddons
My Tree of Savior addons
https://github.com/hiiwave/tosaddons
treeofsavior
Last synced: 2 months ago
JSON representation
My Tree of Savior addons
- Host: GitHub
- URL: https://github.com/hiiwave/tosaddons
- Owner: hiiwave
- License: mit
- Created: 2018-02-28T08:12:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T08:01:51.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T08:09:05.160Z (5 months ago)
- Topics: treeofsavior
- Language: Lua
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tree of Savior Addons
## WeightPercentage
A lightweight addon showing the weight percentage of your backpack.
### Usage:
Type `/weight` in chatbox, and then the results are shown in messages.![type `/weight` in chatbox](https://github.com/hiiwave/TosAddon-weightpercentage/blob/master/demo/command.JPG)
![result image](https://github.com/hiiwave/TosAddon-weightpercentage/blob/master/demo/output1.JPG)
### More commands:
`/weight 3` to filter out categories with weight <= 3%`/weight potion` to separate *potion* from *Consume*
![result](https://github.com/hiiwave/TosAddon-weightpercentage/blob/master/demo/output2.JPG)
## GuildContribParser
An addon which parses each guild member's contribution and saves to a json file.
### Usage:
Go to the guild tower and open the guild growth interface. Type `/guildcontrib` in chatbox. The result is saved to `[$TreeOfSavior_Folder]\addons\guildcontribparser\contrib.json`.You need to manually create the folder `[$TreeOfSavior_Folder]\addons\guildcontribparser` *before first usage*.
## Contibution:
Pull request is welcome :)