jupeto 3 Posted April 14, 2017 (edited) 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: 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 April 14, 2017 by jupeto Share this post Link to post Share on other sites
0 PB&JJ 11 Posted April 19, 2017 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
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: 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 jupetoShare this post
Link to post
Share on other sites