• logo_cipsoft
    Nowe serwery zostały otwarte 19 Lut 2025:
    Noctalia (Open PvP) Ignitera (Open PvP) us_logo Xybra (Open PvP)

ots pomoc

Status
Zamknięty.

Rider167

User
Dołączył
Listopad 22, 2008
Posty
44
Liczba reakcji
0
czesc mam problem wpisuje exura i nic sie nie robi ani many mi nie zabiera ani nie leczy co mam zroic
 
Odp: ots pomoc

A inne czary? jaki ots? jaki silnik? pod jakiego klienta. Opisz troche ja?niej bo tak to nic niemoge pom?c:P
 
Odp: ots pomoc

Moze nie masz czaru lap:

/data/spells/insant

attackType = ATTACK_NONE
animationEffect = NM_ANI_NONE

hitEffect = NM_ME_NONE
damageEffect = NM_ME_MAGIC_ENERGIE
animationColor = GREEN
offensive = false
drawblood = false

LightHealingObject = MagicDamageObject(attackType, animationEffect, hitEffect, damageEffect, animationColor, offensive, drawblood, 0, 0)

function onCast(cid, creaturePos, level, maglv, var)
centerpos = {x=creaturePos.x, y=creaturePos.y, z=creaturePos.z}
n = tonumber(var) -- try to convert it to a number
if n ~= nil then
-- bugged
-- LightHealingObject.minDmg = var+0
-- LightHealingObject.maxDmg = var+0
LightHealingObject.minDmg = 0
LightHealingObject.maxDmg = 0
else
LightHealingObject.minDmg = (level * 2 + maglv * 3) * 0.08
LightHealingObject.maxDmg = (level * 2 + maglv * 3) * 0.33
end
return doTargetMagic(cid, centerpos, LightHealingObject:ordered())
end


\data\spells

<spell name="Light Healing" words="exura" maglv="1" mana="25" enabled="1"><vocation id="1" /><vocation id="2" /><vocation id="3" /><vocation id="4" /></spell>



Pozdro
Dominika
 
Odp: ots pomoc

ale jak zaloguje sie na konto Gm tak mam 3 postacie gm master socer i jescze jedn? to na tych dzia?a a jak zrobie nowe konto to nie dziala :(((
 
Status
Zamknięty.
Do góry