What's new

Sharingan Stage Two pomoc !

Status
Not open for further replies.

kordian121

User
Joined
Apr 14, 2008
Messages
20
Reaction score
0
Dlaczego nie dziala ten skrypt? :
<nie chce mi paralyzowac>


local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED)
setCombatParam(combat, COMBAT_PARAM_EFFECT, 39)

local condition = createConditionObject(CONDITION_PARALYZE)
setConditionParam(condition, CONDITION_PARAM_TICKS, 20000)
--setConditionParam(condition, CONDITION_PARAM_SPEED, -200)
setConditionFormula(condition, -0.9, 0, -0.9, 0)
setCombatCondition(combat, condition)

local arr = {
{0, 1, 0},
{0, 1, 0},
{0, 1, 0},
{0, 1, 0},
{0, 3, 0},
}

local arrDiag = {
{1, 0, 0, 0, 0},
{0, 1, 0, 0, 0},
{0, 0, 1, 0, 0},
{0, 0, 0, 1, 0},
{0, 0, 0, 0, 3},
}

local area = createCombatArea(arr, arrDiag)
setCombatArea(combat, area)

function onCastSpell(cid, var)
doCombat(cid, combat, var)
end
 

kordian121

User
Joined
Apr 14, 2008
Messages
20
Reaction score
0
Odp: Sharingan Stage Two pomoc !

Juz sobie poradzilem :D Prosze o zamkniecie tematu ;p
 
Status
Not open for further replies.
Top