No categories assigned

LUA:AddSkillBonus

Revision as of 16:55, 15 October 2012 by Jabantiz (talk | contribs) (Created page with "= LUA Functions: AddSkillBonus() = Adds a bonus to the given skill ==== Syntax ==== AddSkillBonus(param1, param2, param3) ==== Parameters ==== ; Required - ''param1'' (Spawn)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LUA Functions: AddSkillBonus()

Adds a bonus to the given skill


Syntax

AddSkillBonus(param1, param2, param3)


Parameters

Required - param1 (Spawn), param2 (int32), param3 (sint32)
param1 is the spawn receiving the bonus
param2 is the skill id
param3 is the bonus value


Usage

function cast(Caster, Target)
    AddSkillBonus(Caster, 1, 15)
end

Adds 15 points to skill 1 to the caster of the spell.


Notes

param2 refers to the skills table in the DB.