Yuyuko-sama / Vanguardian

A tera-proxy module that automatically finishes Vanguard Initiative quests on completion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

❗ Status ❗

Should work on all regions as long as the opcodes are mapped but I personally only test modules on NA with Caali's tera-proxy: https://discord.gg/maqBmJV

Forks from:https://github.com/TeraProxy/Vanguardian

❗ Installation for Caali's tera-proxy ❗
  1. Download Vanguardian: https://github.com/TeraProxy/Vanguardian/archive/master.zip
  2. Extract the contents of the zip file into "\tera-proxy\bin\node_modules"
  3. Done! (the module will auto-update when a new version is released)
❗ Installation for PinkiePie's tera-proxy ❗
  1. Update your tera-data: https://github.com/meishuu/tera-data
  2. Download Vanguardian: https://github.com/TeraProxy/Vanguardian/archive/master.zip
  3. Download tera-game-state: https://github.com/hackerman-caali/tera-game-state/archive/master.zip
  4. Extract the contents of both zip files into "\tera-proxy\bin\node_modules"
  5. Done!
  6. Check back here once in a while for updates

If you enjoy my work and wish to support future development, feel free to drop me a small donation: Donate

Vanguardian

A tera-proxy module that automatically finishes Vanguard Initiative quests on completion.
It finishes the quest 2 seconds after it got completed if you are able to finish it.
If you are dead or in a battleground, it will recheck if the quest can be completed every 5 seconds.

Usage

While in game, open a proxy chat session by typing "/proxy" or "/8" in chat and hitting the space bar.
This serves as the script's command interface.
The following commands are supported:

  • vg - enable/disable Vanguardian
  • vg daily - tells you how many Vanguard Requests you completed today

Safety

Whatever you send to the proxy chat in game is intercepted client-side. The chat is NOT sent to the server.

Changelog

1.2.6

  • [*] Fixed a weird case-sensitivity issue
  • [*] More code cleanup

1.2.5

  • [+] Rewrote code to use Caali's "tera-game-state" module in order to reduce overhead
  • [+] Now supports auto-updating via Caali's tera-proxy

1.2.4

  • [*] Updated hook versions for compatibility with the latest tera-proxy

1.2.3

  • [*] Fixed trying to count dailies past the maximum number of 16

1.2.2

  • [*] Made completion of daily and weekly quests more reliable

1.2.1

  • [+] Added command to show the amount of completed daily Vanguard Requests
  • [*] Arsenal patch update

1.2.0

  • [*] Some code cleanup
  • [*] Full conversion to Pinkie Pie's command module

1.1.0

  • [+] Added automatic completion of daily and weekly bonus

1.0.0

  • [~] Initial Release

About

A tera-proxy module that automatically finishes Vanguard Initiative quests on completion.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%