Jump to content

kuzzuki

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by kuzzuki

  1. Hello. The case looks like this, the bot crashes for me, it just turns it off every now and then and I don't know if it's not because of the money exchange script because I see in the logs that this script is spamming a bit. Please help

    i use this scripts 

    auto(250)
    if not g_game.isOnline() then return end
    local coinIds = {3031, 3035}
    local playerItems = g_game.getLocalPlayer():getItems()
    for _, item in pairs(playerItems) do
      for _, coinId in pairs(coinIds) do
        if item and item:getId() == coinId and item:getCount() == 100 then
          g_game.useItem(item)
          return
        end
      end
    end

  2. 5 hours ago, zakne11 said:
    
    if getOption("Cavebot/Enabled") == "true" then
        setOption("Cavebot/Enabled", "false")
    else
        setOption("Cavebot/Enabled", "true")
    end
    if getOption("Targeting/Enabled") == "true" then
        setOption("Targeting/Enabled", "false")
    else
        setOption("Targeting/Enabled", "true")
    end

    place it in hotkey section in scripts section

    something I don't want to work ;/

     

  3. Hey Zelek, I need 2 scripts.

    the first on the spell bit, but with a cold 3 seconds so that he does not spam on ROTS, the second is for treatment, so that he does not spam all the time because hotkeye are on F1 and spam is terrible

×
×
  • Create New...