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

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.