Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local target = getCreatureTarget(cid)
  2. local pos = getCreaturePosition(target)
  3. addEvent(doSendMagicEffect, 0, {x = pos.x+1, y = pos.y+0, z = pos.z}, 79)
  4. addEvent(doSendMagicEffect, 600, {x = pos.x+1, y = pos.y+0, z = pos.z}, 79)
  5. addEvent(doSendMagicEffect, 1200, {x = pos.x+1, y = pos.y+0, z = pos.z}, 79)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement