I am using TFS 1.0
local config = {
manaCost = 300,
soulCost = 2,
}
local spheres = {
[7759] = {3, 7},
[7760] = {1, 5},
[7761] = {2, 6},
[7762] = {4, 8}
}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if (isInArray({33268, 33269}, toPosition.x) == TRUE and...