Maybe something like stand ~northHello, I have very important question I think it is easy to make but I dont know how to do this,
please tell me how to enter this teleport i port hope flims, autorecording not working
View attachment 62236
its possition is 33544, 31444, 8
many many thanks for answer
Did you find this script? I really want it XDWould someone be able to make macro that by 1click wears on EQ for DMG and EQ for Survivability just like on screen ?
View attachment 42949
Any tips what commandline in lua files makes that u wear item of specific ID would be useful too.
Thanks
context.BotServer.url = "ws://bot.otclient.ov~:8000/"
context.BotServer.url = "ws://51.161.83.198:8000/"
i just have it question for example im playing on REXIA, and here is a teleport like a doors , and this script is not following it what to do i have to get completly new scritpt ? or maybe u have one ?example of better follow, including stairs, holes, teleports etc
Code:local toFollow = "Player2" local toFollowPos = {} local followMacro = macro(20, "follow target", function() local target = getCreatureByName(toFollow) if target then local tpos = target:getPosition() toFollowPos[tpos.z] = tpos end if player:isWalking() then return end local p = toFollowPos[posz()] if not p then return end if autoWalk(p, 20, {ignoreNonPathable=true, precision=1}) then delay(100) end end) onCreaturePositionChange(function(creature, oldPos, newPos) if creature:getName() == toFollow then toFollowPos[newPos.z] = newPos end end)
onTextMessage(function(mode, text)
if(text:find("end of the task.")) then
gotoLabel("exit") else
end end)
return true