LucasFerraz
Systems Analyst
I have this script to brake Bamboo Wall of Dworcs but the wall are not being created again.
The big problem is: If I add an Event I have to set coords, but if I set coords I have to make lot of scripts, because there are a lot of bamboo walls that can be removed.
How can I set then to be created again?
LUA:
...
elseif item2.itemid == 3798 then
if rand == 1 then
doRemoveItem(item2.uid)
doSendMagicEffect(topos,3)
elseif rand >= 2 then
doSendMagicEffect(topos,2)
else
end
...
The big problem is: If I add an Event I have to set coords, but if I set coords I have to make lot of scripts, because there are a lot of bamboo walls that can be removed.
How can I set then to be created again?
Last edited: