wabbuwabbu 0 Posted May 1, 2020 (edited) I have some problems/questions regarding my @showexp a. Values are displayed as Base: %”PRlu64” (0.00%) Job: %”PRlu64” (31.88%) b. One of the values does not calculate at all. Being Base level 10 and Job level 7. c. Is there a way to always have @showexp activated for all players? Thank you Edited May 1, 2020 by wabbuwabbu Quote Share this post Link to post Share on other sites
0 wabbuwabbu 0 Posted May 3, 2020 (edited) On 5/1/2020 at 12:01 PM, wabbuwabbu said: a. Values are displayed as Base: %”PRlu64” (0.00%) Job: %”PRlu64” (31.88%) It appears to be a common problem: https://github.com/HerculesWS/Hercules/pull/2647/files This did the work for me: Go to Hercules/conf/messages.conf and modify the following code 889: Experience Gained Base:%"PRIu64" (%.2f%%) Job:%"PRIu64" (%.2f%%) to this: 889: Experience Gained Base:%Iu64 (%.2f%%) Job:%Iu64 (%.2f%%) Edited May 3, 2020 by wabbuwabbu Quote Share this post Link to post Share on other sites
0 heroji 2 Posted May 1, 2020 with @exp is showing it.. so i think with a simple trick you can always show it to players. - script test1 -1,{ OnNPCKillEvent: atcommand "@exp"; } Quote Share this post Link to post Share on other sites
I have some problems/questions regarding my @showexp
a. Values are displayed as Base: %”PRlu64” (0.00%) Job: %”PRlu64” (31.88%)
b. One of the values does not calculate at all. Being Base level 10 and Job level 7.
c. Is there a way to always have @showexp activated for all players?
Thank you
Share this post
Link to post
Share on other sites