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

Search results

  1. N

    scripts/macros for kondras otclientv8 bot

    Anyone can help me? Im trying to make a Item Mover from a depot to my backpack. Heres my code: local itemIDs = {12192} -- populate this table with items IDs you would like to move to the specified backpack local backpackToMove = 2853 local containers = g_game.getContainers() macro (500, "Move...
  2. N

    OTClient Auto fishing script

    I love this code. How can i use multiple ids in the "if table.contains({here}......"? Can u help me guys? There my code: if type(storage.corpseToCatch) ~= "table" then storage.corpseToCatch = {} end local corpseContainer = UI.Container(function(widget, items) storage.corpseToCatch = items...
Back
Top