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

Elfbot script auto wal

tibiaboy321

New Member
Joined
Jan 2, 2017
Messages
3
Reaction score
0
Hello!
i find code which put wal around play bat problem is, its just put one wal around player i need full walls around player.

code:
auto 100 listas 'MW Target' | safe {set $y $target.posy | set $x $target.posx | if [$target.posx > $posx] inc $x | if [$target.posx < $posx] dec $x | if [$target.posy > $posy] inc $y | if [$target.posy < $posy] dec $y | {useongroundxyz [3202] [$x] [$y] [$target.posz]}}
 
1. you can only bump your post after 24 hours.
2. dont think elfbot is capable of full mwalling, only to mwall in front of the specified target.
 
1. you can only bump your post after 24 hours.
2. dont think elfbot is capable of full mwalling, only to mwall in front of the specified target.
Seriously? I was hopping its possible

So maybe someone have auto push target? Because i find one bat that script push just one time and then never do it again
 
Last edited by a moderator:
Back
Top