-LUA & XML magic wall 7.6

Status
Zamknięty.

oskar1232

Advanced User
Zarejestrowany
Dołączył
Lipiec 16, 2010
Posty
175
Liczba reakcji
0
witam, poszukuje skryptu na magic wall rune 7.6

---------- Tre?? dodana o 11:36 ----------

refresh
 
Odp: magic wall 7.6

Kod:
-- doTargetGroundMagic
 -- cid: creature id.
 -- creaturePos: Target position.
 -- animationEffect: Projectile animation.
 -- offensive: Indicates if the spell is a healing/attack spell.
 --
 -- returns true if the spell was casted.

 animationEffect = NM_ANI_ENERGY
 offensive = true
 magicDamageListCount = 0
 durationTicks = 20000
 itemid = 1498
 transformCount = 1

 function onCast(cid, creaturePos, level, maglv, var)
 centerpos = {x=creaturePos.x, y=creaturePos.y, z=creaturePos.z}

 return doTargetGroundMagic(cid, centerpos, animationEffect, offensive,
 magicDamageListCount, durationTicks, itemid, transformCount)
 end
 
Status
Zamknięty.
Back
Do góry