Player Parameters (Scripting)
From Hercules Wiki
Player Parameters, in scripting, are a set of params that look-like character-variables, they exist during runtime only and make certain information regarding the character available to scripts for read (and write depending on the variable), they're the following:
- StatusPoint
- BaseLevel
- SkillPoint
- Class
- Upper
- Zeny
- Sex
- Whether the character is male (1) or female (0)
- Weight
- MaxWeight
- JobLevel
- BaseExp
- JobExp
- Karma
- Manner
- NextBaseExp
- NextJobExp
- Hp
- MaxHp
- Sp
- MaxSp
- BaseJob
- BaseClass
- killerrid
- killedrid
- SlotChange
- Stores the number of times this character may use the 'slot change' function in char select
- Can be modified
- CharRename
- Stores the number of times this character may use the 'char name change' function in char select
- Can be modified