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

OTClient Script for buying aol

babahasan

New Member
Joined
May 9, 2022
Messages
9
Reaction score
0
Hello, i have otcv8 bot and I'd like to ask you for script to:
1. buy aol if it is not in the slot.
2. Task refiler in npc. If when he writes a message in a chat, he passes it to the cavebot label
 
Try something like this
Lua:
macro(1000, "StopCaveAol", function()
  local starID= 3014
    if (getNeck() == nill) then CaveBot.setOff() say("!aol")
    else CaveBot.setOn()
    end
end)
 
Back
Top