5lave Ots
Active Member
hello guys
can I set 2 attributs for one item on create it by LUA
just need to add a duratiion attribute, because: if we reload actions after casting magic wall it will not removed!
also, anyway to respawn monster while player in the respawn range with teleport effect (like rl tibia or tfs 1.2)??
thanks
REP++
can I set 2 attributs for one item on create it by LUA
Code:
local mag = doCreateItem(1497, 1, toPosition)
doItemSetAttribute(mag, 'description', 'it was casted by '..getC
also, anyway to respawn monster while player in the respawn range with teleport effect (like rl tibia or tfs 1.2)??
thanks
REP++