Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharl/dqxstats
dqxstats - display character's level if change
https://github.com/sharl/dqxstats
dragonquestx
Last synced: 21 days ago
JSON representation
dqxstats - display character's level if change
- Host: GitHub
- URL: https://github.com/sharl/dqxstats
- Owner: sharl
- Created: 2014-03-18T03:40:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T12:54:02.000Z (11 months ago)
- Last Synced: 2024-01-30T13:54:37.494Z (11 months ago)
- Topics: dragonquestx
- Language: Perl
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
dqxstats - display character's level if change
# SYNOPSIS
## entry
if your character's page is http://hiroba.dqx.jp/sc/character/nnnnnnnnn/ , specify `nnnnnnnnn` to entry your character.
```
$ dqxstats nnnnnnnnn
```note: character's page must be opened for everyone. see also http://dqxstat.info/dqx/
## display
### show changes
```
$ dqxstats
```if job level has changed, display like following:
```
おかんの魔法使いのレベルが80になった!
おかんの道具鍛冶職人のレベルが40になった!
おかんの道具鍛冶職人の評判がS級世界屈指になった!
おかんの釣りのレベルが10になった!
```if skill effect has changed, display like following:
```
おかんのさいだいHPが常時+140になった!
おかんのちからが常時+50になった!
おかんのすばやさが常時+220になった!
```### show current status
```
$ dqxstats -p
```display list of the current status like following:
```
おかん 道具鍛冶職人 40 S級世界屈指
|戦|僧|魔|武|盗|旅|バ|パ|魔|レ|賢|ス|ま|ど|
|士|侶|使|闘|賊|芸|ト|ラ|戦|ン|者|パ|も|う|
|80|80|80|80|80|80|80|80|80|80|80|80|80|80|
```note: status is the level at detected.
## file
names and levels are recording to `~/.dqxstats`.
enjoy.