Jump to content
  • 0
Sign in to follow this  
wabbuwabbu

Problem/Questions with @showexp

Question

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

1.png

Edited by wabbuwabbu

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
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%%)


 

screenNetRO004.jpg

Edited by wabbuwabbu

Share this post


Link to post
Share on other sites
  • 0

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";
}

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.