Create New Spell
Posted: Fri Dec 27, 2013 9:57 am
Hi to the Community
I am trying to create a new Spell and am having no luck .
What I tried to do is when the Player cast the Spell they are teleported somewhere eg:
cloneSpell{
name = "Velentiar",
baseObject = "Shock",
skill = "air_magic",
level = 1,
runes = "C",
manaCost = 15,
spawn("teleport",8,15,13,1,"q5") --teleport renamed here--
end
}
Its not working and II don't know why. I have tried for hours on this and it wont even load the Dungeon in the Editor??
I am trying to create a new Spell and am having no luck .
What I tried to do is when the Player cast the Spell they are teleported somewhere eg:
cloneSpell{
name = "Velentiar",
baseObject = "Shock",
skill = "air_magic",
level = 1,
runes = "C",
manaCost = 15,
spawn("teleport",8,15,13,1,"q5") --teleport renamed here--
end
}
Its not working and II don't know why. I have tried for hours on this and it wont even load the Dungeon in the Editor??