diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-12-19 03:57:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-12-19 03:57:40 -0300 |
commit | 3c453993789fbaaffdd4153409571de75b9d68ae (patch) | |
tree | 94ff9d63ed1ffc906a04f129b90f441cc17a4037 | |
parent | d4bb81cd04f4cf430c5fe8baad7b0e38dfa14754 (diff) | |
download | serverdata-3c453993789fbaaffdd4153409571de75b9d68ae.tar.gz serverdata-3c453993789fbaaffdd4153409571de75b9d68ae.tar.bz2 serverdata-3c453993789fbaaffdd4153409571de75b9d68ae.tar.xz serverdata-3c453993789fbaaffdd4153409571de75b9d68ae.zip |
Relevant ratio stat
-rw-r--r-- | npc/019-4-1/golbarez.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/019-4-1/golbarez.txt b/npc/019-4-1/golbarez.txt index 109a6d835..b84983daf 100644 --- a/npc/019-4-1/golbarez.txt +++ b/npc/019-4-1/golbarez.txt @@ -28,6 +28,7 @@ L_Main: close; } .@q=getq3(SQuest_Christmas); + .@ratio=(.@q*100)/$XMAS_MONEY; mesn; mesq l("Mortal! I am @@! I have broken through the barriers of space and time!", .name$); mesq l("I want to keep breaking them, until I find the paradise! Thus far, I only found the Land Of Fire!"); @@ -49,6 +50,7 @@ L_Main: setq3 SQuest_Christmas, .@q+.@count; mesn; mesq l("Thanks for your patronage! The rewards will be available with @@, in case I do find the paradise!", "Christmas Chief"); + mesc l("Thus far, you've sponsored Golbarez in %d %% from total.", .@ratio); close; OnInit: |