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