Updated skills documentation.
This commit is contained in:
parent
080b21be3e
commit
7a36fa8f63
@ -107,8 +107,10 @@ FocusSouls: Increases souls by a given value.
|
|||||||
GetAgro: Causes enemy NPC to attack you.
|
GetAgro: Causes enemy NPC to attack you.
|
||||||
GetDamageLimit: Sets the maximum amount of damage you can receive.
|
GetDamageLimit: Sets the maximum amount of damage you can receive.
|
||||||
GetMomentum: Increases momentum by a given value at fixed rate.
|
GetMomentum: Increases momentum by a given value at fixed rate.
|
||||||
|
GiveClanReputation: Gives clan reputation points to a players clan. (l2jmobius)
|
||||||
GiveRecommendation: Gives reccomendations to a player. Blue name.
|
GiveRecommendation: Gives reccomendations to a player. Blue name.
|
||||||
GiveSp: Gives a given amount of SP.
|
GiveSp: Gives a given amount of SP.
|
||||||
|
GiveXp: Gives a given amount of XP. (l2jmobius)
|
||||||
Grow: Sets NPC collision to its growth collision.
|
Grow: Sets NPC collision to its growth collision.
|
||||||
HairAccessorySet: See/Unsee hair accessoary.
|
HairAccessorySet: See/Unsee hair accessoary.
|
||||||
Harvesting: Manor's harvesting seed.
|
Harvesting: Manor's harvesting seed.
|
||||||
@ -230,6 +232,7 @@ RestorationRandom: Creates items randomly from a specified list. Its multiplied
|
|||||||
Resurrection: Resurrects target Player or Summon.
|
Resurrection: Resurrects target Player or Summon.
|
||||||
ResurrectionSpecial: Resurrects target Player or Summon only in specified instance IDs.
|
ResurrectionSpecial: Resurrects target Player or Summon only in specified instance IDs.
|
||||||
Reuse: Decreases skill reuse time based on its magic type.
|
Reuse: Decreases skill reuse time based on its magic type.
|
||||||
|
RewardItemOnExit: Reward an item when effect ends. (l2jmobius)
|
||||||
Root: Stops movement.
|
Root: Stops movement.
|
||||||
SafeFallHeight: Minimum falling height for taking damage stat.
|
SafeFallHeight: Minimum falling height for taking damage stat.
|
||||||
SendSystemMessageToClan: Sends the specified SystemMessageId to the clan.
|
SendSystemMessageToClan: Sends the specified SystemMessageId to the clan.
|
||||||
@ -239,8 +242,8 @@ SetSkill: Adds a skill to the Player and saves it in the database.
|
|||||||
ShieldDefence: Shield P. Def stat.
|
ShieldDefence: Shield P. Def stat.
|
||||||
ShieldDefenceRate: Shield block success rate stat.
|
ShieldDefenceRate: Shield block success rate stat.
|
||||||
SilentMove: Prevents aggressive mobs from attacking you when entering aggression range.
|
SilentMove: Prevents aggressive mobs from attacking you when entering aggression range.
|
||||||
SkillCriticalDamage: Skill critical damage stat.
|
|
||||||
SkillCritical: Activates double debuff or cooldown reset critical based on the specified stat.
|
SkillCritical: Activates double debuff or cooldown reset critical based on the specified stat.
|
||||||
|
SkillCriticalDamage: Skill critical damage stat.
|
||||||
SkillCriticalProbability: Skill critical rate stat.
|
SkillCriticalProbability: Skill critical rate stat.
|
||||||
SkillEvasion: Skill evasion stat.
|
SkillEvasion: Skill evasion stat.
|
||||||
SkillTurning: Stops target's casting.
|
SkillTurning: Stops target's casting.
|
||||||
@ -257,10 +260,10 @@ StatBonusSpeed: Changes Speed stat to depend on the specified base stat.
|
|||||||
StatByMoveType: Adds stat based on your movement type (standing, running, walking).
|
StatByMoveType: Adds stat based on your movement type (standing, running, walking).
|
||||||
StatUp: Increases the specified base stat.
|
StatUp: Increases the specified base stat.
|
||||||
StealAbnormal: Steals enemy's buffs.
|
StealAbnormal: Steals enemy's buffs.
|
||||||
|
Summon: Summons a servitor.
|
||||||
SummonAgathion: Summons the specified agathion Npc Id.
|
SummonAgathion: Summons the specified agathion Npc Id.
|
||||||
SummonCubic: Summons the specified Cubic ID.
|
SummonCubic: Summons the specified Cubic ID.
|
||||||
SummonHallucination: Creates a doppelganger. Clone Attack skill.
|
SummonHallucination: Creates a doppelganger. Clone Attack skill.
|
||||||
Summon: Summons a servitor.
|
|
||||||
SummonMulti: Summons a servitor without unsummoning previous servitors.
|
SummonMulti: Summons a servitor without unsummoning previous servitors.
|
||||||
SummonNpc: Summons a specified Npc Id.
|
SummonNpc: Summons a specified Npc Id.
|
||||||
SummonPet: Summons a specified pet.
|
SummonPet: Summons a specified pet.
|
||||||
@ -280,7 +283,6 @@ Teleport: Teleports to a specified XYZ location.
|
|||||||
TeleportToNpc: Teleports to a specified Npc Id.
|
TeleportToNpc: Teleports to a specified Npc Id.
|
||||||
TeleportToSummon: Teleports to your summon.
|
TeleportToSummon: Teleports to your summon.
|
||||||
TeleportToTarget: Teleports to your target.
|
TeleportToTarget: Teleports to your target.
|
||||||
ThrowUp: Throws enemy up in the air.
|
|
||||||
TransferDamageToPlayer: Transfers portion of incoming damage from target to you.
|
TransferDamageToPlayer: Transfers portion of incoming damage from target to you.
|
||||||
TransferDamageToSummon: Transfers portion of incoming damage towards your summon.
|
TransferDamageToSummon: Transfers portion of incoming damage towards your summon.
|
||||||
TransferHate: Transfers Npc's hate from you to your target.
|
TransferHate: Transfers Npc's hate from you to your target.
|
||||||
|
@ -107,8 +107,10 @@ FocusSouls: Increases souls by a given value.
|
|||||||
GetAgro: Causes enemy NPC to attack you.
|
GetAgro: Causes enemy NPC to attack you.
|
||||||
GetDamageLimit: Sets the maximum amount of damage you can receive.
|
GetDamageLimit: Sets the maximum amount of damage you can receive.
|
||||||
GetMomentum: Increases momentum by a given value at fixed rate.
|
GetMomentum: Increases momentum by a given value at fixed rate.
|
||||||
|
GiveClanReputation: Gives clan reputation points to a players clan. (l2jmobius)
|
||||||
GiveRecommendation: Gives reccomendations to a player. Blue name.
|
GiveRecommendation: Gives reccomendations to a player. Blue name.
|
||||||
GiveSp: Gives a given amount of SP.
|
GiveSp: Gives a given amount of SP.
|
||||||
|
GiveXp: Gives a given amount of XP. (l2jmobius)
|
||||||
Grow: Sets NPC collision to its growth collision.
|
Grow: Sets NPC collision to its growth collision.
|
||||||
HairAccessorySet: See/Unsee hair accessoary.
|
HairAccessorySet: See/Unsee hair accessoary.
|
||||||
Harvesting: Manor's harvesting seed.
|
Harvesting: Manor's harvesting seed.
|
||||||
@ -230,6 +232,7 @@ RestorationRandom: Creates items randomly from a specified list. Its multiplied
|
|||||||
Resurrection: Resurrects target Player or Summon.
|
Resurrection: Resurrects target Player or Summon.
|
||||||
ResurrectionSpecial: Resurrects target Player or Summon only in specified instance IDs.
|
ResurrectionSpecial: Resurrects target Player or Summon only in specified instance IDs.
|
||||||
Reuse: Decreases skill reuse time based on its magic type.
|
Reuse: Decreases skill reuse time based on its magic type.
|
||||||
|
RewardItemOnExit: Reward an item when effect ends. (l2jmobius)
|
||||||
Root: Stops movement.
|
Root: Stops movement.
|
||||||
SafeFallHeight: Minimum falling height for taking damage stat.
|
SafeFallHeight: Minimum falling height for taking damage stat.
|
||||||
SendSystemMessageToClan: Sends the specified SystemMessageId to the clan.
|
SendSystemMessageToClan: Sends the specified SystemMessageId to the clan.
|
||||||
@ -239,8 +242,8 @@ SetSkill: Adds a skill to the Player and saves it in the database.
|
|||||||
ShieldDefence: Shield P. Def stat.
|
ShieldDefence: Shield P. Def stat.
|
||||||
ShieldDefenceRate: Shield block success rate stat.
|
ShieldDefenceRate: Shield block success rate stat.
|
||||||
SilentMove: Prevents aggressive mobs from attacking you when entering aggression range.
|
SilentMove: Prevents aggressive mobs from attacking you when entering aggression range.
|
||||||
SkillCriticalDamage: Skill critical damage stat.
|
|
||||||
SkillCritical: Activates double debuff or cooldown reset critical based on the specified stat.
|
SkillCritical: Activates double debuff or cooldown reset critical based on the specified stat.
|
||||||
|
SkillCriticalDamage: Skill critical damage stat.
|
||||||
SkillCriticalProbability: Skill critical rate stat.
|
SkillCriticalProbability: Skill critical rate stat.
|
||||||
SkillEvasion: Skill evasion stat.
|
SkillEvasion: Skill evasion stat.
|
||||||
SkillTurning: Stops target's casting.
|
SkillTurning: Stops target's casting.
|
||||||
@ -257,10 +260,10 @@ StatBonusSpeed: Changes Speed stat to depend on the specified base stat.
|
|||||||
StatByMoveType: Adds stat based on your movement type (standing, running, walking).
|
StatByMoveType: Adds stat based on your movement type (standing, running, walking).
|
||||||
StatUp: Increases the specified base stat.
|
StatUp: Increases the specified base stat.
|
||||||
StealAbnormal: Steals enemy's buffs.
|
StealAbnormal: Steals enemy's buffs.
|
||||||
|
Summon: Summons a servitor.
|
||||||
SummonAgathion: Summons the specified agathion Npc Id.
|
SummonAgathion: Summons the specified agathion Npc Id.
|
||||||
SummonCubic: Summons the specified Cubic ID.
|
SummonCubic: Summons the specified Cubic ID.
|
||||||
SummonHallucination: Creates a doppelganger. Clone Attack skill.
|
SummonHallucination: Creates a doppelganger. Clone Attack skill.
|
||||||
Summon: Summons a servitor.
|
|
||||||
SummonMulti: Summons a servitor without unsummoning previous servitors.
|
SummonMulti: Summons a servitor without unsummoning previous servitors.
|
||||||
SummonNpc: Summons a specified Npc Id.
|
SummonNpc: Summons a specified Npc Id.
|
||||||
SummonPet: Summons a specified pet.
|
SummonPet: Summons a specified pet.
|
||||||
@ -280,7 +283,6 @@ Teleport: Teleports to a specified XYZ location.
|
|||||||
TeleportToNpc: Teleports to a specified Npc Id.
|
TeleportToNpc: Teleports to a specified Npc Id.
|
||||||
TeleportToSummon: Teleports to your summon.
|
TeleportToSummon: Teleports to your summon.
|
||||||
TeleportToTarget: Teleports to your target.
|
TeleportToTarget: Teleports to your target.
|
||||||
ThrowUp: Throws enemy up in the air.
|
|
||||||
TransferDamageToPlayer: Transfers portion of incoming damage from target to you.
|
TransferDamageToPlayer: Transfers portion of incoming damage from target to you.
|
||||||
TransferDamageToSummon: Transfers portion of incoming damage towards your summon.
|
TransferDamageToSummon: Transfers portion of incoming damage towards your summon.
|
||||||
TransferHate: Transfers Npc's hate from you to your target.
|
TransferHate: Transfers Npc's hate from you to your target.
|
||||||
|
@ -107,8 +107,10 @@ FocusSouls: Increases souls by a given value.
|
|||||||
GetAgro: Causes enemy NPC to attack you.
|
GetAgro: Causes enemy NPC to attack you.
|
||||||
GetDamageLimit: Sets the maximum amount of damage you can receive.
|
GetDamageLimit: Sets the maximum amount of damage you can receive.
|
||||||
GetMomentum: Increases momentum by a given value at fixed rate.
|
GetMomentum: Increases momentum by a given value at fixed rate.
|
||||||
|
GiveClanReputation: Gives clan reputation points to a players clan. (l2jmobius)
|
||||||
GiveRecommendation: Gives reccomendations to a player. Blue name.
|
GiveRecommendation: Gives reccomendations to a player. Blue name.
|
||||||
GiveSp: Gives a given amount of SP.
|
GiveSp: Gives a given amount of SP.
|
||||||
|
GiveXp: Gives a given amount of XP. (l2jmobius)
|
||||||
Grow: Sets NPC collision to its growth collision.
|
Grow: Sets NPC collision to its growth collision.
|
||||||
HairAccessorySet: See/Unsee hair accessoary.
|
HairAccessorySet: See/Unsee hair accessoary.
|
||||||
Harvesting: Manor's harvesting seed.
|
Harvesting: Manor's harvesting seed.
|
||||||
@ -230,6 +232,7 @@ RestorationRandom: Creates items randomly from a specified list. Its multiplied
|
|||||||
Resurrection: Resurrects target Player or Summon.
|
Resurrection: Resurrects target Player or Summon.
|
||||||
ResurrectionSpecial: Resurrects target Player or Summon only in specified instance IDs.
|
ResurrectionSpecial: Resurrects target Player or Summon only in specified instance IDs.
|
||||||
Reuse: Decreases skill reuse time based on its magic type.
|
Reuse: Decreases skill reuse time based on its magic type.
|
||||||
|
RewardItemOnExit: Reward an item when effect ends. (l2jmobius)
|
||||||
Root: Stops movement.
|
Root: Stops movement.
|
||||||
SafeFallHeight: Minimum falling height for taking damage stat.
|
SafeFallHeight: Minimum falling height for taking damage stat.
|
||||||
SendSystemMessageToClan: Sends the specified SystemMessageId to the clan.
|
SendSystemMessageToClan: Sends the specified SystemMessageId to the clan.
|
||||||
@ -239,8 +242,8 @@ SetSkill: Adds a skill to the Player and saves it in the database.
|
|||||||
ShieldDefence: Shield P. Def stat.
|
ShieldDefence: Shield P. Def stat.
|
||||||
ShieldDefenceRate: Shield block success rate stat.
|
ShieldDefenceRate: Shield block success rate stat.
|
||||||
SilentMove: Prevents aggressive mobs from attacking you when entering aggression range.
|
SilentMove: Prevents aggressive mobs from attacking you when entering aggression range.
|
||||||
SkillCriticalDamage: Skill critical damage stat.
|
|
||||||
SkillCritical: Activates double debuff or cooldown reset critical based on the specified stat.
|
SkillCritical: Activates double debuff or cooldown reset critical based on the specified stat.
|
||||||
|
SkillCriticalDamage: Skill critical damage stat.
|
||||||
SkillCriticalProbability: Skill critical rate stat.
|
SkillCriticalProbability: Skill critical rate stat.
|
||||||
SkillEvasion: Skill evasion stat.
|
SkillEvasion: Skill evasion stat.
|
||||||
SkillTurning: Stops target's casting.
|
SkillTurning: Stops target's casting.
|
||||||
@ -257,10 +260,10 @@ StatBonusSpeed: Changes Speed stat to depend on the specified base stat.
|
|||||||
StatByMoveType: Adds stat based on your movement type (standing, running, walking).
|
StatByMoveType: Adds stat based on your movement type (standing, running, walking).
|
||||||
StatUp: Increases the specified base stat.
|
StatUp: Increases the specified base stat.
|
||||||
StealAbnormal: Steals enemy's buffs.
|
StealAbnormal: Steals enemy's buffs.
|
||||||
|
Summon: Summons a servitor.
|
||||||
SummonAgathion: Summons the specified agathion Npc Id.
|
SummonAgathion: Summons the specified agathion Npc Id.
|
||||||
SummonCubic: Summons the specified Cubic ID.
|
SummonCubic: Summons the specified Cubic ID.
|
||||||
SummonHallucination: Creates a doppelganger. Clone Attack skill.
|
SummonHallucination: Creates a doppelganger. Clone Attack skill.
|
||||||
Summon: Summons a servitor.
|
|
||||||
SummonMulti: Summons a servitor without unsummoning previous servitors.
|
SummonMulti: Summons a servitor without unsummoning previous servitors.
|
||||||
SummonNpc: Summons a specified Npc Id.
|
SummonNpc: Summons a specified Npc Id.
|
||||||
SummonPet: Summons a specified pet.
|
SummonPet: Summons a specified pet.
|
||||||
@ -280,7 +283,6 @@ Teleport: Teleports to a specified XYZ location.
|
|||||||
TeleportToNpc: Teleports to a specified Npc Id.
|
TeleportToNpc: Teleports to a specified Npc Id.
|
||||||
TeleportToSummon: Teleports to your summon.
|
TeleportToSummon: Teleports to your summon.
|
||||||
TeleportToTarget: Teleports to your target.
|
TeleportToTarget: Teleports to your target.
|
||||||
ThrowUp: Throws enemy up in the air.
|
|
||||||
TransferDamageToPlayer: Transfers portion of incoming damage from target to you.
|
TransferDamageToPlayer: Transfers portion of incoming damage from target to you.
|
||||||
TransferDamageToSummon: Transfers portion of incoming damage towards your summon.
|
TransferDamageToSummon: Transfers portion of incoming damage towards your summon.
|
||||||
TransferHate: Transfers Npc's hate from you to your target.
|
TransferHate: Transfers Npc's hate from you to your target.
|
||||||
|
@ -107,8 +107,10 @@ FocusSouls: Increases souls by a given value.
|
|||||||
GetAgro: Causes enemy NPC to attack you.
|
GetAgro: Causes enemy NPC to attack you.
|
||||||
GetDamageLimit: Sets the maximum amount of damage you can receive.
|
GetDamageLimit: Sets the maximum amount of damage you can receive.
|
||||||
GetMomentum: Increases momentum by a given value at fixed rate.
|
GetMomentum: Increases momentum by a given value at fixed rate.
|
||||||
|
GiveClanReputation: Gives clan reputation points to a players clan. (l2jmobius)
|
||||||
GiveRecommendation: Gives reccomendations to a player. Blue name.
|
GiveRecommendation: Gives reccomendations to a player. Blue name.
|
||||||
GiveSp: Gives a given amount of SP.
|
GiveSp: Gives a given amount of SP.
|
||||||
|
GiveXp: Gives a given amount of XP. (l2jmobius)
|
||||||
Grow: Sets NPC collision to its growth collision.
|
Grow: Sets NPC collision to its growth collision.
|
||||||
HairAccessorySet: See/Unsee hair accessoary.
|
HairAccessorySet: See/Unsee hair accessoary.
|
||||||
Harvesting: Manor's harvesting seed.
|
Harvesting: Manor's harvesting seed.
|
||||||
@ -230,6 +232,7 @@ RestorationRandom: Creates items randomly from a specified list. Its multiplied
|
|||||||
Resurrection: Resurrects target Player or Summon.
|
Resurrection: Resurrects target Player or Summon.
|
||||||
ResurrectionSpecial: Resurrects target Player or Summon only in specified instance IDs.
|
ResurrectionSpecial: Resurrects target Player or Summon only in specified instance IDs.
|
||||||
Reuse: Decreases skill reuse time based on its magic type.
|
Reuse: Decreases skill reuse time based on its magic type.
|
||||||
|
RewardItemOnExit: Reward an item when effect ends. (l2jmobius)
|
||||||
Root: Stops movement.
|
Root: Stops movement.
|
||||||
SafeFallHeight: Minimum falling height for taking damage stat.
|
SafeFallHeight: Minimum falling height for taking damage stat.
|
||||||
SendSystemMessageToClan: Sends the specified SystemMessageId to the clan.
|
SendSystemMessageToClan: Sends the specified SystemMessageId to the clan.
|
||||||
@ -239,8 +242,8 @@ SetSkill: Adds a skill to the Player and saves it in the database.
|
|||||||
ShieldDefence: Shield P. Def stat.
|
ShieldDefence: Shield P. Def stat.
|
||||||
ShieldDefenceRate: Shield block success rate stat.
|
ShieldDefenceRate: Shield block success rate stat.
|
||||||
SilentMove: Prevents aggressive mobs from attacking you when entering aggression range.
|
SilentMove: Prevents aggressive mobs from attacking you when entering aggression range.
|
||||||
SkillCriticalDamage: Skill critical damage stat.
|
|
||||||
SkillCritical: Activates double debuff or cooldown reset critical based on the specified stat.
|
SkillCritical: Activates double debuff or cooldown reset critical based on the specified stat.
|
||||||
|
SkillCriticalDamage: Skill critical damage stat.
|
||||||
SkillCriticalProbability: Skill critical rate stat.
|
SkillCriticalProbability: Skill critical rate stat.
|
||||||
SkillEvasion: Skill evasion stat.
|
SkillEvasion: Skill evasion stat.
|
||||||
SkillTurning: Stops target's casting.
|
SkillTurning: Stops target's casting.
|
||||||
@ -257,10 +260,10 @@ StatBonusSpeed: Changes Speed stat to depend on the specified base stat.
|
|||||||
StatByMoveType: Adds stat based on your movement type (standing, running, walking).
|
StatByMoveType: Adds stat based on your movement type (standing, running, walking).
|
||||||
StatUp: Increases the specified base stat.
|
StatUp: Increases the specified base stat.
|
||||||
StealAbnormal: Steals enemy's buffs.
|
StealAbnormal: Steals enemy's buffs.
|
||||||
|
Summon: Summons a servitor.
|
||||||
SummonAgathion: Summons the specified agathion Npc Id.
|
SummonAgathion: Summons the specified agathion Npc Id.
|
||||||
SummonCubic: Summons the specified Cubic ID.
|
SummonCubic: Summons the specified Cubic ID.
|
||||||
SummonHallucination: Creates a doppelganger. Clone Attack skill.
|
SummonHallucination: Creates a doppelganger. Clone Attack skill.
|
||||||
Summon: Summons a servitor.
|
|
||||||
SummonMulti: Summons a servitor without unsummoning previous servitors.
|
SummonMulti: Summons a servitor without unsummoning previous servitors.
|
||||||
SummonNpc: Summons a specified Npc Id.
|
SummonNpc: Summons a specified Npc Id.
|
||||||
SummonPet: Summons a specified pet.
|
SummonPet: Summons a specified pet.
|
||||||
@ -280,7 +283,6 @@ Teleport: Teleports to a specified XYZ location.
|
|||||||
TeleportToNpc: Teleports to a specified Npc Id.
|
TeleportToNpc: Teleports to a specified Npc Id.
|
||||||
TeleportToSummon: Teleports to your summon.
|
TeleportToSummon: Teleports to your summon.
|
||||||
TeleportToTarget: Teleports to your target.
|
TeleportToTarget: Teleports to your target.
|
||||||
ThrowUp: Throws enemy up in the air.
|
|
||||||
TransferDamageToPlayer: Transfers portion of incoming damage from target to you.
|
TransferDamageToPlayer: Transfers portion of incoming damage from target to you.
|
||||||
TransferDamageToSummon: Transfers portion of incoming damage towards your summon.
|
TransferDamageToSummon: Transfers portion of incoming damage towards your summon.
|
||||||
TransferHate: Transfers Npc's hate from you to your target.
|
TransferHate: Transfers Npc's hate from you to your target.
|
||||||
|
Loading…
Reference in New Issue
Block a user