Jump to content
  • 0
Sign in to follow this  
jupeto

Experience Earned From Monsters

Question

Are there any scripts that has a function to get the experience gained from monster, less the tax from guild

 

I can get the experience gained from killing monster via this command

 

    OnNPCKillEvent:
        dispbottom("Base Experience: " + strmobinfo(6,killedrid));
        end;

 

However, if I have a guild tax: it does't sync with the real experience gained by the player

 

exp.jpg

 

Exp: 92070 = 102300 less tax (the real experience added to the player)

Exp: 102300 = normal experience gained when player killed a mob (from mob_db.conf)

Edited by jupeto

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

What you can do is give players access to @showexp or use @showexp on login. Unless you want to do exp tracking, you'll have to request a script command that returns the amount of tax that is attached to the player.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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