DESCRIPTION
//Rank of the item, always one less than the game shows
CODE EXAMPLE
int Rank = Function.Call<int>(Hash.GET_ATTRIBUTE_RANK, Game.Player.Character, (int)CoreToChange);
//Rank of the item, always one less than the game shows
int Rank = Function.Call<int>(Hash.GET_ATTRIBUTE_RANK, Game.Player.Character, (int)CoreToChange);
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.