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

[HELP] Movement Script <Advanced?>

ond

Veteran OT User
Joined
Mar 24, 2008
Messages
2,782
Solutions
25
Reaction score
491
Location
Sweden
Hello otland! I'm requesting some help with my movement script. Let me explain how it works. When I stand where I stand (in the screenshot below), and walk south, a warlock shall be summoned (position I can set myself) and a magic wall will be created on the spot, but if I walk north, the warlock shall not spawn, but the mwall shall appear to block. Here is a screenshot of the room:

28317167.jpg


Here is my script so far:

LUA:
function onStepOut(cid, item, position, fromPosition) 
	doCreateItem(1497, 1, position)
	creaturepos = {x=1211, y=588, z=12}
	doSummonCreature("Warlock", creaturepos)
end

I would be really, really, really thankfull if someone could spare some time and help me with this!

Thanks for now!
 
Well I have that 7.4 server OTServ_SVN 0.6.3 thingy but I've never seen anything like this im afraid!
 
Back
Top