Problem/Questions with @showexp

wabbuwabbu

New member
Messages
20
Points
0
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

 
Last edited by a moderator:
with @exp is showing it..

so i think with a simple trick you can always show it to players.

Code:
-	script	test1	-1,{
OnNPCKillEvent:
atcommand "@exp";
}
 
Last edited by a moderator:
Back
Top