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

Bug OtClient, help plix.

Huntre

Member
Joined
Mar 22, 2011
Messages
69
Solutions
1
Reaction score
8
Use this as the basis for my client so that game with this new update as to order this beast in my bug the sprite look at the video.

[video=youtube;UFwWJINZcNQ]http://www.youtube.com/watch?v=UFwWJINZcNQ[/video]
 
Last edited:
Not that I have a corrupted version of otcliente old and do not have this error, someone knows fix this error?
Edt: I wanted to use this new version that came out of because it has a lot otcliente updated so that this error has so far
edt2: help?
 
Last edited:
Test it, by Slicer from Xtibia
Code:
for i = 1, 3 do
        addEvent(doTeleportThing, i*100, summon, getPosByDir(getThingPos(summon), SOUTH), false)
end
 
i'm the Slicer...
edu with this code the summon don't bug, but the order is much more complex than that... kk

@topic
i have the same bug here, but is hard to say why this happens ;/
 
this error and on client because in previous versions 0.5.4 does not have this error, so that the axo edubart to fix it.
 
with the fix of the edu, the summon goes teleporting like when using 'doTeleportThing(cid, pos, false)'... the summon outfit don't move...
 
the problem isn't in the order... it happens always when you try to move a creature with 0 of speed... like...
doChangeSpeed(cid, -getCreatureSpeed(cid))
doTeleportThing(cid, pos, true)
 
Back
Top