• 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 experts needed! ;)

NameisNeil

New Member
Joined
Nov 21, 2014
Messages
2
Reaction score
0
Hi! I'm trying to make a script to auto repair soft boots when they're worn out.

I've searched google THOUSANDS of times and couldn't find anything anywhere.

I'm not that good a scripter but this is what I have but it doesn't seem to be working :3

auto 100 listas 'Soft Boots' | if [$bootsid = 3549] say '!soft'

Please feel free to help me fix the script, or give me a working one :)

(Either repairing it in your backpack or repairing it while it's in boots)
 
Hi! I'm trying to make a script to auto repair soft boots when they're worn out.

I've searched google THOUSANDS of times and couldn't find anything anywhere.

I'm not that good a scripter but this is what I have but it doesn't seem to be working :3

auto 100 listas 'Soft Boots' | if [$bootsid = 3549] say '!soft'

Please feel free to help me fix the script, or give me a working one :)

(Either repairing it in your backpack or repairing it while it's in boots)

auto 100 listas 'Soft Boots' | if [$bootsslot.id = 3549] say '!soft'

also found
Code:
auto 200 if [$itemcount.6530 == 1] say '!soft'

Se my hotkeys: http://otland.net/threads/elf-bot-hotkeys.177388/
 
Back
Top