• 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!

Function doCreateTile -- Can be used on fly systems

Mock

Mock the bear (MTB)
Joined
Jul 29, 2008
Messages
619
Reaction score
106
Location
Brazil
With this function you can do a fly system better than mine
Lua:
function doCreateTile(id,pos) --- By mock the bear
	doAreaCombatHealth(0,0,pos,0,0,0,255)
	doCreateItem(id,1,pos)
end

You can create a sqm in uptairs ;D
 
can be useful for lazy guys that dont want to compile(fix allowing to create tiles normal way is somewhere on forum)
but as always, great release
 
mock congratulations will help me a lot =)
 
Last edited by a moderator:
Good workaround for this bug. It was fixed in 0.4_DEV so you can use just doCreateItem and it should also works on tiles that doesn't exist yet.
 
@up: slawkens says that bug was fixed in 0.4, but 0.4 have also fix in default createitem so it can create tiles(I guess ^^)
 
Back
Top