• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

MoveEvent Flying Carpet

I dont care if its a old topic.
I tried to test this script but it says that im not in a carpet.
I checked the script and its onStepin on item 1798

When i step on that item nothing happens.
 
i love when st*pid people says noobs to others who really know :) well is your st*pid life :)
 
Someone would close this thread please?
Its too old and keeps getting refreshed and no one gets help so it should be closed.
 
function isWall(id)
local walls = {1025, 1032, 1028, 1030, 1035, 1027, 1219, 4645, 4647, 4646, 4644}
if isInArray(walls, id) == 1 then
return 1
else
return 0
end

end

Can be replaced with

return sInArray(walls, id)
 
did they ever get this to work.... the summoning of the carpet part?
I get the "You are not in a flying carpet." message too.
This would be good if someone can make it work.
 
Back
Top