Experience Earned From Monsters

jupeto

New member
Messages
39
Points
0
Github
jupeto
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)

 
Last edited by a moderator:
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.

 
Back
Top