|
|
chatxp = messages + (messages_words / 4) + (messages_characters / 10) + ((actions + (actions_words / 4) + (actions_characters / 10)) * 2) + ((notices + (notices_words / 4) + (notices_characters / 10)) / 2)
|
|
chatxp = messages + (messages_words / 4) + (messages_characters / 10) + ((actions + (actions_words / 4) + (actions_characters / 10)) * 2) + ((notices + (notices_words / 4) + (notices_characters / 10)) / 2)
|
|
|
return level, xp, xp_spent, total_xp, karma, coin, coin_spent, coin_given, ap, ap_spent
|
|
return level, xp, xp_spent, total_xp, karma, coin, coin_spent, coin_given, ap, ap_spent
|