• 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 with elf bot

damionrashard

New Member
Joined
Sep 27, 2014
Messages
43
Reaction score
0
can anyone give me a elfbot script (8.6) to make my mc follow the other mc when walking and copy the other mc movement? please help i been trying allll day but i cant seem to figure it out ( NOTHING IS IMPOSSIBLE PLEASE DONT BE NEGATIVE )
 
This really isn't what otland is for. Try asking on noxious (I assume that's what you're playing, and literally everyone there uses it, so it shouldn't be too hard.)
 
can anyone give me a elfbot script (8.6) to make my mc follow the other mc when walking and copy the other mc movement? please help i been trying allll day but i cant seem to figure it out ( NOTHING IS IMPOSSIBLE PLEASE DONT BE NEGATIVE )

Study the variables, I did the first time when I made an MC script.
Did not even have any elfbot scripting knowledge before it.

Completed it kinda fast,

http://elfbothotkeys.blogspot.se/2013/03/elfbot-variables-for-hotkeys.html
http://www.tibiaelfbot.com/2012/11/tibia-elfbot-all-actions-and-conditions.html

Code:
movee - moves you east
moven - moves you north
moves - moves you south
movew - moves you west
movene - moves you north-east
movenw - moves you north-west
movese - moves you south-east
movesw - moves you south-west
 
Study the variables, I did the first time when I made an MC script.
Did not even have any elfbot scripting knowledge before it.

Completed it kinda fast,

http://elfbothotkeys.blogspot.se/2013/03/elfbot-variables-for-hotkeys.html
http://www.tibiaelfbot.com/2012/11/tibia-elfbot-all-actions-and-conditions.html

Code:
movee - moves you east
moven - moves you north
moves - moves you south
movew - moves you west
movene - moves you north-east
movenw - moves you north-west
movese - moves you south-east
movesw - moves you south-west
i tried learning them but i cant seem to get it right please help me with it
 
i tried to get it right but i cant get it right. and IM BANNED FROM NOXIOUS SO I CANT GET UP THERE :(

An example, this will make your character move norh on command "n" from message leader set in script.
Idk if it works, if not only small changes needed

Code:
auto 100 set $messageleader 'Cornex' | set $leadermessage 'n' | foreach 'newmessages' $ue if [$ue.sender == '$messageleader' && $ue.content == '$leadermessage' && $ue.channel == 'Default'] moven
 
Back
Top