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

[8.4] The Forgotten Server v0.3.2 (Crying Damson)

Status
Not open for further replies.
Yeh Xbass you weren't funny at all -.- You didnt shine
 
looks that someone used to drink too mutch ;d anyway waiting for release, it will be tommorow as i think
 
My movement teleporters stopped working when I updated to 0.3.2

Code:
function onStepIn(cid, item, frompos, item2, topos) 

playerpos = getPlayerPosition(cid) 
newpos = {x=59, y=152, z=0} 

if item.uid == 5003 then

getThingfromPos(playerpos) 
doSendMagicEffect(playerpos,2) 
doTeleportThing(cid,newpos) 
doSendMagicEffect(newpos,10)
end 
end
Code:
<movevent event="StepIn" uniqueid="5003" script="elevator1.lua"/>

Can't see any problems with it.
 
My movement teleporters stopped working when I updated to 0.3.2

Code:
function onStepIn(cid, item, frompos, item2, topos) 

playerpos = getPlayerPosition(cid) 
newpos = {x=59, y=152, z=0} 

if item.uid == 5003 then

getThingfromPos(playerpos) 
doSendMagicEffect(playerpos,2) 
doTeleportThing(cid,newpos) 
doSendMagicEffect(newpos,10)
end 
end
Code:
<movevent event="StepIn" uniqueid="5003" script="elevator1.lua"/>
Can't see any problems with it.

there's a change in movements.xml

old format:

<movevent event="StepIn" script="path/to/file.lua"
new format:

<movevent type="StepIn" event="script" value="path/to/file.lua"
 
Mind the 'type' change after <movement - I didn't notice it at first. Of course the complete line should look like this:

<movevent type="StepIn" actionid="42330" event="script" value="leavearena.lua"/>
 
Mind the 'type' change after <movement - I didn't notice it at first. Of course the complete line should look like this:

Thanks. That fixed the error, now the server is crashing instead 8)

Code:
Assertion failed!
Program: ...
File: ../luascript.h
Line: 289
 
Oh, really? Who doesn't have a clock? Your comments are useless.
 
because your anti virus deleting .exe file cause AV says exe files is a virus
 
Relax guys, when 8.41 done, it will be released. :thumbup:
 
every1 know it will be released but there is one question WHEN XD imo today morning :]
 
Status
Not open for further replies.
Back
Top