Go to file
Renovate 730ef5dce1
ci/woodpecker/pr/test Pipeline failed Details
chore(deps): update typescript-eslint monorepo to v7
2024-04-03 19:32:29 +00:00
.husky feat: add commitlint (#13) 2023-02-20 08:27:42 +00:00
.woodpecker chore: add linux/arm64 to docker buildx config 2024-04-03 07:41:07 +02:00
assets chore: rename docs folder -> assets 2024-04-03 07:32:24 +02:00
k8s chore: new domain - twhelp.app 2024-04-01 09:48:09 +02:00
src feat: specify timeout for api requests 2024-04-03 07:29:27 +02:00
.dockerignore chore: update .dockerignore 2023-01-26 08:23:31 +01:00
.env refactor: extended map popup - use /api/v2 2024-04-02 07:29:59 +02:00
.eslintignore refactor: extended tribe profile - use /api/v2 2024-04-03 07:18:14 +02:00
.eslintrc.json chore: add eslint 2023-02-01 06:49:45 +01:00
.gitignore feat: extended player profile (#1) 2023-01-26 06:30:21 +00:00
.parcelrc chore: add eslint 2023-02-01 06:49:45 +01:00
.prettierrc.json feat: /api/v2 - generate client 2024-04-01 09:45:33 +02:00
Caddyfile chore: caddy - enable file listings 2024-04-03 07:59:17 +02:00
Dockerfile chore: update ci/cd pipelines 2024-04-01 09:21:56 +02:00
LICENSE init 2022-12-31 11:15:23 +01:00
README.md chore: update README.md 2024-04-03 07:55:30 +02:00
commitlint.config.js feat: add commitlint (#13) 2023-02-20 08:27:42 +00:00
package.json chore(deps): update typescript-eslint monorepo to v7 2024-04-03 19:32:29 +00:00
postbuild.js refactor: extended tribe profile - use /api/v2 2024-04-03 07:18:14 +02:00
renovate.json chore(deps): update alpine/k8s docker tag to v1.25.6 2023-01-28 08:05:10 +01:00
tsconfig.json chore: add eslint 2023-02-01 06:49:45 +01:00
yarn.lock chore(deps): update typescript-eslint monorepo to v7 2024-04-03 19:32:29 +00:00

README.md

Tribal Wars scripts to enhance your gameplay

License CI/CD

API · Scripts · Discord Bot · Report Bug · Request Feature

Scripts

Extended player profile

This script adds additional info and actions on a player overview.

img.png

Installation

User script

Quick bar:

javascript:
    $.getScript('https://scripts.twhelp.app/extended-player-profile.quickbar.js?_='+~~(Date.now()/9e6))

Extended tribe profile

This script adds additional info and actions on a tribe overview.

img.png

Installation

User script

Quick bar:

javascript:
    $.getScript('https://scripts.twhelp.app/extended-tribe-profile.quickbar.js?_='+~~(Date.now()/9e6))

Extended map popup

This script extends the map popup with additional info.

img.png

Installation

User script

Quick bar:

javascript:
    $.getScript('https://scripts.twhelp.app/extended-map-popup.quickbar.js?_='+~~(Date.now()/9e6))

Extended village profile

This script adds additional info and actions on a village overview.

img.png

Installation

User script

Quick bar:

javascript:
    $.getScript('https://scripts.twhelp.app/extended-village-profile.quickbar.js?_='+~~(Date.now()/9e6))

Contributing

If you would like to contribute to the software, please contact me via email.

License

This project is licensed under the MIT license. See the LICENSE file for the full license text.