Rifbot Keltera

[edit 2024-02-16 12:00]: Tibia Pristine has been updated, you can re-download bot.

 


Hello,

Updated Rifbot for Keltera server.

63 comments:

  1. 350 players online, free cash.
    Admin dont want update client all time to anty bot xd

    ReplyDelete
    Replies
    1. This server is not similar to tibia i support, won't be added.

      Delete
  2. This server is not similar to tibia?
    Lool...
    Works on OTclient. This is tibia

    ReplyDelete

  3. Why wouldn't you try to update your bot to this server version?

    ReplyDelete
  4. Replies
    1. Update is no need, rifbot still works there.

      Delete
  5. Is there a command: execute Looter of some sort?

    ReplyDelete
    Replies
    1. Please explain what you mean.

      Delete
    2. so i can set execute Targetting on F1 and it turns on/off Targetting, is there one for Looter on/off?
      also for Stand and Follow mode?

      A script would be fine, too.

      Delete
    3. Save this code as lua script and later execute with shortkeys as command:
      EXECUTE scriptName

      if Looter.isEnabled() then
      Looter.Enabled(false)
      Self.setAttackType(ATTACK_TYPE_STAND)
      else
      Looter.Enabled(true)
      Self.setAttackType(ATTACK_TYPE_FOLLOW)
      end

      Delete
  6. New version of vlt.nostalther came out, can You update bot?

    ReplyDelete
  7. Replies
    1. Try with this code:

      local HALF_USED_TORCH_ID = 1111
      local BRAND_NEW_NOT_USED_TORCH_ID = 2222

      Module.New("bala bla bla", function ()
      if Self.Ammo().id == HALF_USED_TORCH_ID then
      Self.EquipItem(SLOT_AMMO, BRAND_NEW_NOT_USED_TORCH_ID, 1, 500)
      elseif Self.Ammo().id == BRAND_NEW_NOT_USED_TORCH_ID then
      Self.UseItemFromEquipment(SLOT_AMMO, 700)
      end
      end)

      Delete
  8. hey, how can i make label with souls. somtehing like that:
    goto: depo, cap <= 30
    goto: exp, cap >= 30

    but with soul lower/higher? soul <= 30 doesnt work ;/

    ReplyDelete
    Replies
    1. Hello,

      soul should from walker -> label -> goto -> soul should works if not tell me server name where you play

      Delete
    2. damn, that works :D dzieki :P

      Delete
    3. one more question, is that possible to change it to walk on players on pz?

      Delete
    4. Not at all but you can use Stand instead of Node. Only in depot use: walker -> stand ->record

      Delete
    5. i was just using stand but not every sqm, i got it. that will push blocking chars, thanks

      Delete
  9. sorry but its not working in realera can u fix it ?

    ReplyDelete
    Replies
    1. Works, just tested. Re-download bot and run it as admin.

      Delete
  10. plz add to https://tibiapristine.online/

    ReplyDelete
  11. This comment has been removed by the author.

    ReplyDelete
  12. Can you make a script to DANCE, when i press the hotkeys to execute It, and pause when press again

    ReplyDelete
    Replies
    1. Save this code as lua script and later use shortkey: EXECUTE scriptName

      Module.New("dance", function(mod)
      Self.Dance()
      mod:Delay(1000, 2000)
      end)

      Delete
    2. Thanks alot Great Ascer!! Can I make one last request? At the Anti-GM script, can you make the option to auto respond also if the GM summons Monsters? Thanks

      Delete
    3. It Will be great If you could also add, to detect If the GM is killing near creatures

      Delete
    4. Anti GM script can't 100% detect creating monsters or killing then by GM it's just not possible with Rifbot technology.

      enable option: CHECK_FOR_MONSTERS_CREATION in config and add as new lines 368 code to respond:

      wait(2000,3000)
      Self.Say("ehm?")

      If GM somehow teleport monsters there is way to use CHECK_FOR_MONSTERS_CREATION_AND_DISAPPEAR config option.

      Delete
  13. Does this bot work on Tibiantic? 7.4 client

    ReplyDelete
    Replies
    1. what about Odenia? :P much effort to make it work on either of those?

      Delete
    2. Bot should works there but with old version (no cavebot)

      Delete
    3. Also, what platform can I even buy XMR on to send you - do you accept XRP or USDT?

      Delete
    4. If you have crypto then use site like changenow io or exch cx to convert it to monero.

      Delete
  14. The bot on medivia is not working well, we are having problens with rope, sometimes rope doesnt work, sometimes work. and after mining he kep mining the sotone.. The problem was occurring in scripts that use to ran perfectly

    ReplyDelete
    Replies
    1. On medivia there are 2 types of server: 7.4 and 8.0 (with hotkeys). On 8.0 servers when you execute action to use item with ground bot don't check if item is in bp because you can close bps and it's still possible to use item. Problem is when you have multiple ids for Rope, Shovel, Mine Pick typed in walker -> settings. In this case bot will always take first id. I already changed this function if any item from list is visible in eq or container it will priority it (changes will be visible with next bot update). Now just set single ids for rope and mine pick

      Delete
  15. This comment has been removed by the author.

    ReplyDelete

  16. Jak zrobić aby postać obrociła sie w miejscu np w dol aby pozniej uzyc exani hur "down
    Ręcznie to ctrl i strzałki, a w bocie?

    ReplyDelete
    Replies
    1. Hej,

      Jedno linijkowy lua w grze w walkerze to raw code:

      lua: Self.Turn(2)

      Delete
  17. Jest jakiś sposób aby z pozycji walkera ładować lub wyłączać skrypty w lua scripts?

    ReplyDelete
    Replies
    1. Hej,

      lua: Rifbot.ExecuteScript("ering")

      lua: Rifbot.KillScript("ering")

      Delete
  18. Classic74 does not work? Cant get it working

    ReplyDelete
    Replies
    1. Works, just tested. Use DX game client.

      Delete
  19. medivia, use rope dont work, i set single id for rope and dont work

    ReplyDelete
    Replies
    1. Try re-download bot and run it as admin.

      Delete
    2. dont work bro, i open with admin, work in some holes and others no, u can creart a script use item x in ground x y z plzz

      Delete
    3. Tell me server name in medivia where you play and where are these don't working holes i'll check this

      Delete