(Created page with "====Entity==== =====Entity.Get.TauntLevel(ByVal pID As Integer, isIDPlayer As Boolean) As Integer===== *Description='' '' ;'''Values''' :* pID='' '' :* isIDPlayer='' '...") |
|||
Line 493: | Line 493: | ||
− | =====Entity.Get.PartyList(entityID As Integer, entityIsPlayer As Boolean) As List(Of RandomEntity)===== | + | =====Entity.Get.PartyList(entityID As Integer, entityIsPlayer As Boolean, Optional inRoom As Boolean = False) As List(Of RandomEntity)===== |
*Description='' '' | *Description='' '' | ||
;'''Values''' | ;'''Values''' | ||
:* entityID='' '' | :* entityID='' '' | ||
:* entityIsPlayer='' '' | :* entityIsPlayer='' '' | ||
+ | :* inRoom='' '' | ||
*Returns='' '' | *Returns='' '' | ||
*Example=''Entity.Get.PartyList( )'' | *Example=''Entity.Get.PartyList( )'' | ||
− | =====Entity.Get.PartyListCount(entityID As Integer, entityIsPlayer As Boolean) As Integer===== | + | =====Entity.Get.PartyListCount(entityID As Integer, entityIsPlayer As Boolean, Optional inRoom As Boolean = False) As Integer===== |
*Description='' '' | *Description='' '' | ||
;'''Values''' | ;'''Values''' | ||
:* entityID='' '' | :* entityID='' '' | ||
:* entityIsPlayer='' '' | :* entityIsPlayer='' '' | ||
+ | :* inRoom='' '' | ||
*Returns='' '' | *Returns='' '' | ||
*Example=''Entity.Get.PartyListCount( )'' | *Example=''Entity.Get.PartyListCount( )'' |
Revision as of 22:04, 22 April 2017
Contents
- 1 Entity
- 1.1 Entity.Get.TauntLevel(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.2 Entity.Get.CheckDeath(ByVal pID As Integer, isIDPlayer As Boolean) As Boolean
- 1.3 Entity.Get.Party(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.4 Entity.Get.Strength(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.5 Entity.Get.StrengthBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.6 Entity.Get.Agility(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.7 Entity.Get.AgilityBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.8 Entity.Get.Endurance(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.9 Entity.Get.EnduranceBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.10 Entity.Get.Intelligence(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.11 Entity.Get.IntelligenceBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.12 Entity.Get.Wisdom(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.13 Entity.Get.WisdomBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.14 Entity.Get.Charisma(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.15 Entity.Get.CharismaBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.16 Entity.Get.LastAttacker(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.17 Entity.Get.StrengthBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.18 Entity.Get.AgilityBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.19 Entity.Get.EnduranceBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.20 Entity.Get.IntelligenceBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.21 Entity.Get.WisdomBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.22 Entity.Get.CharismaBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- 1.23 Entity.Get.Hidden(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.24 Entity.Get.Level(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.25 Entity.Get.Description(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.26 Entity.Get.PCType(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.27 Entity.Get.RaceName(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.28 Entity.Get.Timer(ByVal pID As Integer, isIDPlayer As Boolean) As Boolean
- 1.29 Entity.Get.TimerAmount(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.30 Entity.Get.TimerAmount(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.31 Entity.Get.HeShe(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.32 Entity.Get.HimHer(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.33 Entity.Get.HisHer(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.34 Entity.Get.Dead(ByVal ID As Integer, isIDPlayer As Boolean) As Boolean
- 1.35 Entity.Get.ValidSpell(ByVal pID As Integer, isIDPlayer As Boolean, checkValue As String) As Boolean
- 1.36 Entity.Get.Room(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.37 Entity.Get.Divinity(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.38 Entity.Get.Name(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.39 Entity.Get.FullName(ByVal pID As Integer, isIDPlayer As Boolean, Optional beforeColor As String = ", Optional afterColor As String = ") As String
- 1.40 Entity.Get.CurrentHP(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.41 Entity.Get.MaxHP(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.42 Entity.Get.CurrentAttacks(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.43 Entity.Get.MaxAttacks(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.44 Entity.Get.Exhaust(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.45 Entity.Get.Gold(ByVal pID As Integer, isIDPlayer As Boolean) As Long
- 1.46 Entity.Get.Guild(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.47 Entity.Get.Image(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.48 Entity.Get.BonusDamage(ByVal pID As Integer, isIDPlayer As Boolean, ByVal damageBonusName As String) As Double
- 1.49 Entity.Get.BonusResist(ByVal pID As Integer, isIDPlayer As Boolean, ByVal resistBonusName As String) As Double
- 1.50 Entity.Get.AttackName(ByVal pID As Integer, isIDPlayer As Boolean) As String
- 1.51 Entity.Get.SpawnCount(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.52 Entity.Get.SpellReduction(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.53 Entity.Get.Armor(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.54 Entity.Get.Deflect(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- 1.55 Entity.Get.PartyList(entityID As Integer, entityIsPlayer As Boolean, Optional inRoom As Boolean = False) As List(Of RandomEntity)
- 1.56 Entity.Get.PartyListCount(entityID As Integer, entityIsPlayer As Boolean, Optional inRoom As Boolean = False) As Integer
- 1.57 Entity.Get.PartyCount(entityID As Integer, entityIsPlayer As Boolean) As Integer
- 1.58 Entity.Get.PartyNoPK(ByVal pID As Integer, isIDPlayer As Boolean) As Boolean
- 1.59 Entity.Move(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Boolean
- 1.60 Entity.RandomMove(ByVal pID As Integer, isIDPlayer As Boolean, byPassStatus As Boolean) As Integer
- 1.61 Entity.Kill(ByVal dID As Integer, defenderIsPlayer As Boolean, Optional ByVal pID As Integer = -1, Optional attackerIsPlayer As Boolean = False, Optional noDeath As Boolean = False, Optional noDrop As Boolean = False) As Boolean
- 1.62 Entity.Exists(pid As Integer, defenderIsPlayer As Boolean) As Boolean
- 1.63 Entity.RandomEntity(ByVal PID As Integer, isPlayer As Boolean, friendly As Boolean, Optional ByVal lowHealthOnly As Boolean = False) As RandomEntity
- 1.64 Entity.Get.Boost.Status(ByVal pID As Integer, isIDPlayer As Boolean, id As Integer) As Boolean
- 1.65 Entity.Get.Storage.Description(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As String
- 1.66 Entity.Get.Storage.String(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As String
- 1.67 Entity.Get.Storage.Number(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As Double
- 1.68 Entity.Add.Spell(ByVal pID As Integer, isIDPlayer As Boolean, updateValue As String) As Integer
- 1.69 Entity.Add.Command(ByVal pID As Integer, isIDPlayer As Boolean, FileName As String, CommandName As String) As Integer
- 1.70 Entity.Add.CurrentHP(ByVal dID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Boolean
- 1.71 Entity.Set.TauntLevel(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer)
- 1.72 Entity.Set.PartyMove(ByVal pID As Integer, isIDPlayer As Boolean, ByVal move As Integer)
- 1.73 Entity.Set.Image(ByVal pID As Integer, isIDPlayer As Boolean, Optional ByVal updateValue As String = ")
- 1.74 Entity.Set.Gold(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Long) As Long
- 1.75 Entity.Set.Hidden(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, Optional ByVal updateValue2 As Boolean = True, Optional ByVal updateValue3 As Boolean = False) As Integer
- 1.76 Entity.Set.Level(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer)
- 1.77 Entity.Set.Description(ByVal pID As Integer, isIDPlayer As Boolean, Optional ByVal updateValue As String = ")
- 1.78 Entity.Set.CurrentAttacks(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Integer
- 1.79 Entity.Set.CurrentHP(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Integer
- 1.80 Entity.Set.Timer(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, overRideMax As Boolean)
- 1.81 Entity.Set.AttackName(ByVal pID As Integer, isIDPlayer As Boolean, Optional ByVal updateValue As String = ")
- 1.82 Entity.Set.SpawnCount(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Integer
- 1.83 Entity.Set.LastAttacker(ByVal pID As Integer, isIDPlayer As Boolean, updateValue As String)
- 1.84 Entity.Set.AdjustMaxHP(ByVal pID As Integer, isIDPlayer As Boolean)
- 1.85 Entity.Set.Storage.Description(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String, ByVal value As String)
- 1.86 Entity.Set.Storage.String(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String, ByVal value As String)
- 1.87 Entity.Set.Storage.Number(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String, ByVal value As Double)
- 1.88 Entity.Set.Boost.BonusDamage(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As String, ByVal updateValue2 As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ")
- 1.89 Entity.Set.Boost.BonusResist(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As String, ByVal updateValue2 As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ")
- 1.90 Entity.Set.Boost.TickTimer(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As String, ByVal updateValue2 As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ")
- 1.91 Entity.Set.Boost.SpellNegation(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- 1.92 Entity.Set.Boost.Exhaust(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- 1.93 Entity.Set.Boost.Strength(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- 1.94 Entity.Set.Boost.Agility(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- 1.95 Entity.Set.Boost.Endurance(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- 1.96 Entity.Set.Boost.Intelligence(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- 1.97 Entity.Set.Boost.Wisdom(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- 1.98 Entity.Set.Boost.Charisma(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- 1.99 Entity.Set.Boost.Armor(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- 1.100 Entity.Set.Boost.HP(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- 1.101 Entity.Set.Boost.PercentHP(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- 1.102 Entity.Set.Boost.MaxAttacks(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- 1.103 Entity.Remove.Spell(ByVal pID As Integer, isIDPlayer As Boolean, updateValue As String) As Integer
- 1.104 Entity.Remove.Command(ByVal pID As Integer, isIDPlayer As Boolean, ByVal CommandName As String)
- 1.105 Entity.Remove.Storage.Description(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As Boolean
- 1.106 Entity.Remove.Storage.String(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As Boolean
- 1.107 Entity.Remove.Storage.Number(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As Boolean
- 1.108 Entity.Remove.CurrentHP(ByVal dID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Boolean
- 1.109 Entity.Remove.Boost.TickTimer(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.110 Entity.Remove.Boost.MaxAttacks(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.111 Entity.Remove.Boost.Exhaust(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.112 Entity.Remove.Boost.DamageBonus(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.113 Entity.Remove.Boost.ResistBonus(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.114 Entity.Remove.Boost.SpellNegation(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.115 Entity.Remove.Boost.Strength(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.116 Entity.Remove.Boost.Agility(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.117 Entity.Remove.Boost.Endurance(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.118 Entity.Remove.Boost.Intelligence(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.119 Entity.Remove.Boost.Wisdom(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.120 Entity.Remove.Boost.Charisma(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.121 Entity.Remove.Boost.Armor(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- 1.122 Entity.Remove.Boost.HP(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
Entity
Entity.Get.TauntLevel(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.TauntLevel( )
Entity.Get.CheckDeath(ByVal pID As Integer, isIDPlayer As Boolean) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.CheckDeath( )
Entity.Get.Party(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Party( )
Entity.Get.Strength(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Strength( )
Entity.Get.StrengthBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.StrengthBonus( )
Entity.Get.Agility(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Agility( )
Entity.Get.AgilityBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.AgilityBonus( )
Entity.Get.Endurance(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Endurance( )
Entity.Get.EnduranceBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.EnduranceBonus( )
Entity.Get.Intelligence(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Intelligence( )
Entity.Get.IntelligenceBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.IntelligenceBonus( )
Entity.Get.Wisdom(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Wisdom( )
Entity.Get.WisdomBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.WisdomBonus( )
Entity.Get.Charisma(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Charisma( )
Entity.Get.CharismaBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.CharismaBonus( )
Entity.Get.LastAttacker(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.LastAttacker( )
Entity.Get.StrengthBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.StrengthBonus( )
Entity.Get.AgilityBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.AgilityBonus( )
Entity.Get.EnduranceBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.EnduranceBonus( )
Entity.Get.IntelligenceBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.IntelligenceBonus( )
Entity.Get.WisdomBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.WisdomBonus( )
Entity.Get.CharismaBonus(ByVal pID As Integer, isIDPlayer As Boolean) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.CharismaBonus( )
Entity.Get.Hidden(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Hidden( )
Entity.Get.Level(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Level( )
Entity.Get.Description(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Description( )
Entity.Get.PCType(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.PCType( )
Entity.Get.RaceName(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.RaceName( )
Entity.Get.Timer(ByVal pID As Integer, isIDPlayer As Boolean) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Timer( )
Entity.Get.TimerAmount(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.TimerAmount( )
Entity.Get.TimerAmount(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.TimerAmount( )
Entity.Get.HeShe(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.HeShe( )
Entity.Get.HimHer(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.HimHer( )
Entity.Get.HisHer(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.HisHer( )
Entity.Get.Dead(ByVal ID As Integer, isIDPlayer As Boolean) As Boolean
- Description=
- Values
- ID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Dead( )
Entity.Get.ValidSpell(ByVal pID As Integer, isIDPlayer As Boolean, checkValue As String) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- checkValue=
- Returns=
- Example=Entity.Get.ValidSpell( )
Entity.Get.Room(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Room( )
Entity.Get.Divinity(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Divinity( )
Entity.Get.Name(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Name( )
Entity.Get.FullName(ByVal pID As Integer, isIDPlayer As Boolean, Optional beforeColor As String = ", Optional afterColor As String = ") As String
- Description=
- Values
- pID=
- isIDPlayer=
- beforeColor "=
- afterColor "=
- Returns=
- Example=Entity.Get.FullName( )
Entity.Get.CurrentHP(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.CurrentHP( )
Entity.Get.MaxHP(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.MaxHP( )
Entity.Get.CurrentAttacks(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.CurrentAttacks( )
Entity.Get.MaxAttacks(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.MaxAttacks( )
Entity.Get.Exhaust(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Exhaust( )
Entity.Get.Gold(ByVal pID As Integer, isIDPlayer As Boolean) As Long
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Gold( )
Entity.Get.Guild(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Guild( )
Entity.Get.Image(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Image( )
Entity.Get.BonusDamage(ByVal pID As Integer, isIDPlayer As Boolean, ByVal damageBonusName As String) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- damageBonusName=
- Returns=
- Example=Entity.Get.BonusDamage( )
Entity.Get.BonusResist(ByVal pID As Integer, isIDPlayer As Boolean, ByVal resistBonusName As String) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- resistBonusName=
- Returns=
- Example=Entity.Get.BonusResist( )
Entity.Get.AttackName(ByVal pID As Integer, isIDPlayer As Boolean) As String
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.AttackName( )
Entity.Get.SpawnCount(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.SpawnCount( )
Entity.Get.SpellReduction(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.SpellReduction( )
Entity.Get.Armor(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Armor( )
Entity.Get.Deflect(ByVal pID As Integer, isIDPlayer As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.Deflect( )
Entity.Get.PartyList(entityID As Integer, entityIsPlayer As Boolean, Optional inRoom As Boolean = False) As List(Of RandomEntity)
- Description=
- Values
- entityID=
- entityIsPlayer=
- inRoom=
- Returns=
- Example=Entity.Get.PartyList( )
Entity.Get.PartyListCount(entityID As Integer, entityIsPlayer As Boolean, Optional inRoom As Boolean = False) As Integer
- Description=
- Values
- entityID=
- entityIsPlayer=
- inRoom=
- Returns=
- Example=Entity.Get.PartyListCount( )
Entity.Get.PartyCount(entityID As Integer, entityIsPlayer As Boolean) As Integer
- Description=
- Values
- entityID=
- entityIsPlayer=
- Returns=
- Example=Entity.Get.PartyCount( )
Entity.Get.PartyNoPK(ByVal pID As Integer, isIDPlayer As Boolean) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Get.PartyNoPK( )
Entity.Move(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Move( )
Entity.RandomMove(ByVal pID As Integer, isIDPlayer As Boolean, byPassStatus As Boolean) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- byPassStatus=
- Returns=
- Example=Entity.RandomMove( )
Entity.Kill(ByVal dID As Integer, defenderIsPlayer As Boolean, Optional ByVal pID As Integer = -1, Optional attackerIsPlayer As Boolean = False, Optional noDeath As Boolean = False, Optional noDrop As Boolean = False) As Boolean
- Description=
- Values
- dID=
- defenderIsPlayer=
- pID -1=
- attackerIsPlayer False=
- noDeath False=
- noDrop False=
- Returns=
- Example=Entity.Kill( )
Entity.Exists(pid As Integer, defenderIsPlayer As Boolean) As Boolean
- Description=
- Values
- pid=
- defenderIsPlayer=
- Returns=
- Example=Entity.Exists( )
Entity.RandomEntity(ByVal PID As Integer, isPlayer As Boolean, friendly As Boolean, Optional ByVal lowHealthOnly As Boolean = False) As RandomEntity
- Description=
- Values
- PID=
- isPlayer=
- friendly=
- lowHealthOnly False=
- Returns=
- Example=Entity.RandomEntity( )
Entity.Get.Boost.Status(ByVal pID As Integer, isIDPlayer As Boolean, id As Integer) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- id=
- Returns=
- Example=Entity.Get.Boost.Status( )
Entity.Get.Storage.Description(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As String
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- Returns=
- Example=Entity.Get.Storage.Description( )
Entity.Get.Storage.String(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As String
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- Returns=
- Example=Entity.Get.Storage.String( )
Entity.Get.Storage.Number(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As Double
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- Returns=
- Example=Entity.Get.Storage.Number( )
Entity.Add.Spell(ByVal pID As Integer, isIDPlayer As Boolean, updateValue As String) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Add.Spell( )
Entity.Add.Command(ByVal pID As Integer, isIDPlayer As Boolean, FileName As String, CommandName As String) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- FileName=
- CommandName=
- Returns=
- Example=Entity.Add.Command( )
Entity.Add.CurrentHP(ByVal dID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Boolean
- Description=
- Values
- dID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Add.CurrentHP( )
Entity.Set.TauntLevel(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer)
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Set.TauntLevel( )
Entity.Set.PartyMove(ByVal pID As Integer, isIDPlayer As Boolean, ByVal move As Integer)
- Description=
- Values
- pID=
- isIDPlayer=
- move=
- Returns=
- Example=Entity.Set.PartyMove( )
Entity.Set.Image(ByVal pID As Integer, isIDPlayer As Boolean, Optional ByVal updateValue As String = ")
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue "=
- Returns=
- Example=Entity.Set.Image( )
Entity.Set.Gold(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Long) As Long
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Set.Gold( )
Entity.Set.Hidden(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, Optional ByVal updateValue2 As Boolean = True, Optional ByVal updateValue3 As Boolean = False) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- updateValue2 True=
- updateValue3 False=
- Returns=
- Example=Entity.Set.Hidden( )
Entity.Set.Level(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer)
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Set.Level( )
Entity.Set.Description(ByVal pID As Integer, isIDPlayer As Boolean, Optional ByVal updateValue As String = ")
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue "=
- Returns=
- Example=Entity.Set.Description( )
Entity.Set.CurrentAttacks(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Set.CurrentAttacks( )
Entity.Set.CurrentHP(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Set.CurrentHP( )
Entity.Set.Timer(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, overRideMax As Boolean)
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- overRideMax=
- Returns=
- Example=Entity.Set.Timer( )
Entity.Set.AttackName(ByVal pID As Integer, isIDPlayer As Boolean, Optional ByVal updateValue As String = ")
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue "=
- Returns=
- Example=Entity.Set.AttackName( )
Entity.Set.SpawnCount(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Set.SpawnCount( )
Entity.Set.LastAttacker(ByVal pID As Integer, isIDPlayer As Boolean, updateValue As String)
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Set.LastAttacker( )
Entity.Set.AdjustMaxHP(ByVal pID As Integer, isIDPlayer As Boolean)
- Description=
- Values
- pID=
- isIDPlayer=
- Returns=
- Example=Entity.Set.AdjustMaxHP( )
Entity.Set.Storage.Description(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String, ByVal value As String)
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- value=
- Returns=
- Example=Entity.Set.Storage.Description( )
Entity.Set.Storage.String(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String, ByVal value As String)
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- value=
- Returns=
- Example=Entity.Set.Storage.String( )
Entity.Set.Storage.Number(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String, ByVal value As Double)
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- value=
- Returns=
- Example=Entity.Set.Storage.Number( )
Entity.Set.Boost.BonusDamage(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As String, ByVal updateValue2 As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ")
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- updateValue2=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.BonusDamage( )
Entity.Set.Boost.BonusResist(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As String, ByVal updateValue2 As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ")
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- updateValue2=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.BonusResist( )
Entity.Set.Boost.TickTimer(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As String, ByVal updateValue2 As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ")
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- updateValue2=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.TickTimer( )
Entity.Set.Boost.SpellNegation(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.SpellNegation( )
Entity.Set.Boost.Exhaust(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.Exhaust( )
Entity.Set.Boost.Strength(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.Strength( )
Entity.Set.Boost.Agility(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.Agility( )
Entity.Set.Boost.Endurance(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.Endurance( )
Entity.Set.Boost.Intelligence(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.Intelligence( )
Entity.Set.Boost.Wisdom(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.Wisdom( )
Entity.Set.Boost.Charisma(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Double, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Double
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.Charisma( )
Entity.Set.Boost.Armor(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.Armor( )
Entity.Set.Boost.HP(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.HP( )
Entity.Set.Boost.PercentHP(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.PercentHP( )
Entity.Set.Boost.MaxAttacks(ByVal pID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer, ByVal ticks As Integer, ByVal ID As Integer, Optional ByVal message As String = ", Optional ByVal globalmessage As String = ") As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- ticks=
- ID=
- message "=
- globalmessage "=
- Returns=
- Example=Entity.Set.Boost.MaxAttacks( )
Entity.Remove.Spell(ByVal pID As Integer, isIDPlayer As Boolean, updateValue As String) As Integer
- Description=
- Values
- pID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Remove.Spell( )
Entity.Remove.Command(ByVal pID As Integer, isIDPlayer As Boolean, ByVal CommandName As String)
- Description=
- Values
- pID=
- isIDPlayer=
- CommandName=
- Returns=
- Example=Entity.Remove.Command( )
Entity.Remove.Storage.Description(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- Returns=
- Example=Entity.Remove.Storage.Description( )
Entity.Remove.Storage.String(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- Returns=
- Example=Entity.Remove.Storage.String( )
Entity.Remove.Storage.Number(ByVal pID As Integer, isIDPlayer As Boolean, ByVal key As String) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- key=
- Returns=
- Example=Entity.Remove.Storage.Number( )
Entity.Remove.CurrentHP(ByVal dID As Integer, isIDPlayer As Boolean, ByVal updateValue As Integer) As Boolean
- Description=
- Values
- dID=
- isIDPlayer=
- updateValue=
- Returns=
- Example=Entity.Remove.CurrentHP( )
Entity.Remove.Boost.TickTimer(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.TickTimer( )
Entity.Remove.Boost.MaxAttacks(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.MaxAttacks( )
Entity.Remove.Boost.Exhaust(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.Exhaust( )
Entity.Remove.Boost.DamageBonus(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.DamageBonus( )
Entity.Remove.Boost.ResistBonus(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.ResistBonus( )
Entity.Remove.Boost.SpellNegation(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.SpellNegation( )
Entity.Remove.Boost.Strength(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.Strength( )
Entity.Remove.Boost.Agility(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.Agility( )
Entity.Remove.Boost.Endurance(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.Endurance( )
Entity.Remove.Boost.Intelligence(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.Intelligence( )
Entity.Remove.Boost.Wisdom(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.Wisdom( )
Entity.Remove.Boost.Charisma(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.Charisma( )
Entity.Remove.Boost.Armor(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.Armor( )
Entity.Remove.Boost.HP(ByVal pID As Integer, isIDPlayer As Boolean, ByVal type As Integer, Optional ByVal ID As Integer = -1) As Boolean
- Description=
- Values
- pID=
- isIDPlayer=
- type=
- ID -1=
- Returns=
- Example=Entity.Remove.Boost.HP( )