• 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. raynerjunior

    Show additional skills on client

    Skills.otui Up!
  2. raynerjunior

    Show additional skills on client

    Sorry for rescuing something from the past, but I'm having a hard time, I followed all the steps, and it's still giving the following error in Skills.otui Can someone help me? @PuszekLDZ @Ramirow Skills.otui
  3. raynerjunior

    Action [1.3] Simple Mining System

    I would like if there was a possibility of not using the target actionID, but by IDITEM. Example. By clicking on IDITEM(stone) the action is executed, without the need for the ActionID.
  4. raynerjunior

    TFS 1.X+ TFS 1.4 Mining Action

    Save community! I need some additions to this mining action. # Return the random stone IDS. with time. # Mining only if you have sword skill. When it changes to ID 3608, I need that after 2 minutes it returns to a randomly selected ID, (Example. {1111, 2222, 3333, 4444} so it resets and you...
  5. raynerjunior

    Action [1.3] Simple Mining System

    @Levi999x Can you help me? I have a problem with this part, and when I remove it from the action, it starts mining anywhere, more if I leave it active, or my client doesn't recognize the place of use. if target.actionid ~= 40041 then local pos = player:getPosition()...
  6. raynerjunior

    OTClient 1.0 (Release)

    Can anyone give me some help? I'm using OTClient 1.0 and I'm having trouble recognizing the location (item), it doesn't recognize it, and when I use OTClientV8 it already works. Here's the link I created for support. OTClient - OTClient 1.0 Print Target...
  7. raynerjunior

    OTClient OTClient 1.0 Print Target

    Save community! I have an error in my OTClient 1.0. I use the same one compiled for Windows, and today using the script below, it is not recognizing the requested item, and when I use OTClientV8 it can recognize it. Script: local rewards = { { item = 8298, count = 1, chance = 50 }, {...
  8. raynerjunior

    Lua HELP TFS 1.4 MINING SYSTEM

    I'm using pick, ID 2553 Using the action you mentioned, he accuses you of using ID 4544. - Using OTClient 1.0 - " Print(target.itemid) " @Evil Puncker When I use OTClient V8, I have no return with the print actions, the action is executed without even a return on the TFS screen, but the...
  9. raynerjunior

    Lua HELP TFS 1.4 MINING SYSTEM

    @Evil Puncker It didn't work, correct me if I'm wrong. He kept creating 0 numbers in TFS.
  10. raynerjunior

    Lua HELP TFS 1.4 MINING SYSTEM

    @Levi999x But I put it, look at the image. Something is wrong! I'm using OTClient 1.0 compiled for Windows, here it doesn't work. - Link: OTClient 1.0 More use OTClientV8, it works. Using OTClientV8 it works. I need it to work on OTClient 1.0. Because I have other actions done in the...
  11. raynerjunior

    Lua HELP TFS 1.4 MINING SYSTEM

    @Xikini Can you help me ? I added as mentioned, but it's still giving an error, in fact it works, but it doesn't recognize the stone. Confirm that the action is in the correct location Action: local rewards = { { item = 8298, count = 1, chance = 50 }, { item = 8299, count = 1...
Back
Top