ISXEQ:character (Data Type)
From ISMods Wiki
Contents |
[edit]
Description
Character inherits Spawn and is effectively synonymous with the TLO ${Me}. It is you, the Player Character on the machine you are running on. The only object your client knows everything there is to know about it.
[edit]
Members
- int ID
- string Name
- string Surname
- int Level
- int Exp
- float PctExp
- float PctAAExp
- spawn Spawn
- int CurrentHPs
- int MaxHPs
- int PctHPs
- int CurrentMana
- int MaxMana
- int PctMana
- int CountBuffs
- buff Buff
- buff Song
- int HPBonus
- int ManaBonus
- int EnduranceBonus
- int CombatEffectsBonus
- int ShieldingBonus
- int SpellShieldBonus
- int AvoidanceBonus
- int AccuracyBonus
- int StunResistBonus
- int StrikeThroughBonus
- int DoTShieldBonus
- int AttackBonus
- int HPRegenBonus
- int ManaRegenBonus
- int DamageShieldBonus
- int AttackSpeed
- int CurrentEndurance
- int MaxEndurance
- int PctEndurance
- int GukEarned (Not Implemented)
- int MMEarned (Not Implemented)
- int RujEarned (Not Implemented)
- int TakEarned (Not Implemented)
- int MirEarned (Not Implemented)
- int LDoNPoints (Not Implemented)
- int CurrentFavor
- int CareerFavor
- item Inventory
- item Bank
- int PlatinumShared
- int Cash
- int Platinum
- int Gold
- int Silver
- int Copper
- int CashBank
- int PlatinumBank
- int GoldBank
- int SilverBank
- int CopperBank
- int AAExp
- int AAPoints
- bool Combat
- int HPRegen
- int ManaRegen
- int EnduranceRegen
- int Dar
- bool Grouped
- string GroupList NOTE Developer marked as not working as designed, likely to change
- string AmIGroupLeader
- int FreeBuffSlots
- spell Gem
- int LanguageSkill
- spell CombatAbility
- ticks CombatAbilityTimer
- bool CombatAbilityReady
- bool Moving
- int Hunger
- int Thirst
- ticks AltAbilityTimer
- bool AltAbilityReady
- int AltAbility
- int Skill
- string Ability
- bool AbilityReady
- bool RangedReady
- bool AltTimerReady
- spell Book
- bool SpellReady
- spell PetBuff
- int GroupLeaderExp
- int RaidLeaderExp
- float PctGroupLeaderExp
- float PctRaidLeaderExp
- int GroupLeaderPoints
- int RaidLeaderPoints
- bool Stunned
- int LargestFreeInventory
- int FreeInventory
- int Drunk
- spawn TargetOfTarget
- spawn RaidAssistTarget
- spawn GroupAssistTarget
- spawn RaidMarkNPC
- spawn GroupMarkNPC
- int STR
- int STA
- int AGI
- int DEX
- int WIS
- int INT
- int CHA
- int svMagic
- int svFire
- int svCold
- int svPoison
- int svDisease
- int CurrentWeight
- int AAPointsSpent
- int AAPointsTotal
- bool TributeActive
- bool Running
[edit]
Methods
[edit]
Returns
[edit]
Examples
[edit]
