diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-23 21:56:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-23 21:56:06 -0300 |
commit | 215e4c40b3c08bbce484bccfc1c31538774d48dc (patch) | |
tree | 0717feb93b0ea639f72937eecae596a2114be1df /npc/functions | |
parent | 13271142c7bb7e47e43a236694e8187e6cef4ad9 (diff) | |
download | serverdata-215e4c40b3c08bbce484bccfc1c31538774d48dc.tar.gz serverdata-215e4c40b3c08bbce484bccfc1c31538774d48dc.tar.bz2 serverdata-215e4c40b3c08bbce484bccfc1c31538774d48dc.tar.xz serverdata-215e4c40b3c08bbce484bccfc1c31538774d48dc.zip |
Report about honor
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 6bcda9ccb..eadbb949f 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -286,6 +286,9 @@ function script HUB_PvP { // ^ Dishonorable duel, but was a duel! } + // Report about honor + dispbottom l("%d vs %d: Honor (%d)", .@atk, .@def, .@honor); + // TODO: Start using readparam2() to read if the opponent was worthy // That is, read total attack, defense, HP, evasion and hit chance // And compare with your own readparam2(), then use a % and a table |