Player Parameters (Scripting)

From Hercules Wiki
Revision as of 16:44, 9 May 2013 by Ind (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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