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

Lua Walk trough everything With CTRL + key

bertil430

Intermediate OT User
Joined
Nov 25, 2015
Messages
372
Reaction score
117
Location
Zimbabwe
Hello I want this ability on my server, but im using OThire 2.0 so how should my script look like and where should I put it? I dont have events on my OT since its not newer versions
 
can i give u a better advice ?
press CTRL + K
chose one hotkey write
/a 1
select automatic send press ok then u done
isnt better then editing source ? ( sorry if i m wrong, i already saw an ot that i could move using Ctrl + dir key, but no clue how it was made )
 
can i give u a better advice ?
press CTRL + K
chose one hotkey write
/a 1
select automatic send press ok then u done
isnt better then editing source ? ( sorry if i m wrong, i already saw an ot that i could move using Ctrl + dir key, but no clue how it was made )
I know that already but thats not how I really want it . I want it so that my character can basicly walk trough the walls by walking normaly:p
 
Hello I want this ability on my server, but im using OThire 2.0 so how should my script look like and where should I put it? I dont have events on my OT since its not newer versions
Code:
doRelocate(pos, posTo, <optional: default: false> moveUnmoveable, <optional: default: 0> maxAmount)
https://github.com/TwistedScorpio/O...ad3317c13bf8d86485/source/luascript.cpp#L3385
np , anyone can help make a script that works ? :D
You will need to use that thing between your ears and make a working script :)
 
Back
Top