amr shalapy
Banned User
- Joined
- Aug 28, 2014
- Messages
- 122
- Reaction score
- 8
how to put action id in magicforce field
thanks
thanks
Could you explain more with pictures?with map editor
or in lua:
0.4
doItemSetActionId(uid, actionid)
1.2
item:setActionId(actionid)
where can I put this?sure
![]()
I've do that but it's still not workingdoItemSetActionId(uid, actionid) in sccript something like this
local createpos = config.tpPositions[math.random(#config.tpPositions)]
local tp = doCreateTeleport(1387, config.toPos, createpos)
doItemSetAttribute(tp, "aid", 4408)
that mean tp will creat with this actionid
if you need to add actionid from map editor you have to follow this
![]()
<movevent event="StepIn" actionid="23142" script="ratlevel.lua" />