Xagul
deathzot.net
- Joined
- Jun 30, 2008
- Messages
- 1,295
- Solutions
- 3
- Reaction score
- 1,043
Hello and thank you for taking time to take a look at my issue.
I am trying to make a script that checks the players current level in club fighting and currently I am trying to use this function:
The problem is if Player A has 10 club fighting and the script checks his club fighting it will return the value 10 however if the player is wearing a club ring which grants 5 club fighting and the script then checks his club value it still returns 10 but in reality he actually has 15.
I would like to know if anyone has an idea on how to get around this via another function or what ever the case may be.
I am trying to make a script that checks the players current level in club fighting and currently I am trying to use this function:
Code:
getPlayerSkillLevel(cid, SKILL_CLUB)
The problem is if Player A has 10 club fighting and the script checks his club fighting it will return the value 10 however if the player is wearing a club ring which grants 5 club fighting and the script then checks his club value it still returns 10 but in reality he actually has 15.
I would like to know if anyone has an idea on how to get around this via another function or what ever the case may be.
Last edited: