Hello developers, through this message I'm requesting a callback to retrieve the character login. Currently, all callbacks are used for oPlayer. Some customizations, especially those that apply bonuses to wcoin, goblinpoint, VIP balance, or any other type of interaction that requires the character login, are being cached, but depending on the context, this isn't the best practice.
Therefore, I would like to request a callback that can retrieve the account login more easily, as well as the wcoin and goblinpoint balance, something like:
onAccountPlayer(oPlayer oTarget)
Retrieves the character login
onAccountAmount(oPlayer oCoins)
Retrieves the account/character login and coin balance
onAccountVipType(oPlayer oTypeVip)
Retrieves the player's actual VIP type

Recommended Comments
There are no comments to display.