No categories assigned

LUA:AddSkillBonus

Revision as of 17:01, 15 October 2012 by Jabantiz (talk | contribs)

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.

If this function is used in a spell script the target param (param1) will be overwritten by the code to use the spells targets.