mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 00:47:45 +00:00
More skill scripting, fixing insta cast skills for real
This commit is contained in:
parent
5ae9099f2b
commit
04814a3f15
1 changed files with 18 additions and 0 deletions
18
bin/scripts/chai/skill/skillDef_119.chai
Normal file
18
bin/scripts/chai/skill/skillDef_119.chai
Normal file
|
@ -0,0 +1,18 @@
|
|||
// Skill Name: Stone
|
||||
// Skill ID: 119
|
||||
|
||||
class skillDef_119Def
|
||||
{
|
||||
def skillDef_119Def()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
def onFinish( player, target )
|
||||
{
|
||||
player.handleScriptSkill( STD_DAMAGE, 119, 30, 0, target );
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
GLOBAL skillDef_119 = skillDef_119Def();
|
Loading…
Add table
Reference in a new issue