Rifbot Ardera Titan


Hello,

Updated Rifbot for Ardera Titan. re-download bot.

48 comments:

  1. Hey, just made paypal transfer, can u send the key?

    ReplyDelete
  2. Hi,could i get a script from you that will respond (create an alarm) when people appear on the screen ?
    Selected nickname only (admin) etc.
    regards GoD ;*

    ReplyDelete
    Replies
    1. Here is best script for GM https://github.com/Ascerr/Lua-Scripts/blob/master/Anti%20GM.lua

      Delete
  3. I have one more question about the Ardera server. When the monsters are called Strong Rotworm Lv.2, how do I set the character to use a spell on that monster? or runes?

    ReplyDelete
    Replies
    1. In magic shooter inside monsters input type *

      Delete
  4. Hey. Tibiascape isnt working mf anymore, anyy fix?

    ReplyDelete
    Replies
    1. I tested it and still works without problems. Download last bot and run it as admin. Remember to use OpenGL gameclient.

      Delete
  5. Hey, i sent the money for 30 days. can you send me the key? thanks.

    ReplyDelete
  6. i think the id is different

    ReplyDelete
    Replies
    1. Id for mana fluid on Ardera is 5292 and if you want to drink it auto type id near MP checkbox. If you want to drink it on shortkey use command: MEUSE 5292. If will any problems then re-download bot.

      Delete
  7. how can i make bot to walk on fire or other fields?

    ReplyDelete
    Replies
    1. walker -> pathable id -> add id of items you want to walk through.

      Delete
    2. how can i get the id of fields on ground? my character is stucking on fire fields, poison fields, etc. Using riftbot on Ardera OT.

      Delete
    3. Look on item in game and later check for id inside bot panel (Information Box)

      Delete
    4. it worked! thanks bro. i dint realize the id was showing there because it shows the coordinates too. nice!

      Delete
  8. when u update bot for ramonia?

    ReplyDelete
    Replies
    1. It's done since yesterday, update your gameclient from my website, post: https://www.rifbot.eu/2022/06/rifbot-ramonia-summer-2022.html

      Delete
  9. Hello , How can i check on Ardera id of Strong Mana Fluid?

    ReplyDelete
    Replies
    1. Look on item in game and later check for id inside bot panel (Information Box)

      Delete
  10. Hi!

    I'm not able to make this script work in the shortkey

    I add the script name to the F12 shortkey, but when I press it nothing happens!

    Could you help me, please ?

    --[[
    Script Name: [on Shortkey] On Off Cavebot
    Description: Enable or disable whole cavebot module, its shortkey usage script type: EXECUTE name
    Author: Ascer - example
    ]]


    -- When cavebot is enabled disable it.
    if Cavebot.isEnabled() then

    -- disable
    Cavebot.Enabled(false)

    else

    -- enable
    Cavebot.Enabled(true)

    end

    ReplyDelete
    Replies
    1. Open Lua script console (Ctrl + L) and check what happen when you pressing shortkey with command: EXECUTE name

      Delete
  11. Replies
    1. Rifbot działa pod Medivię, nie będzie tam kilku funkcji z tej najnowszej wersji co np. pod Ramonię ale da się bocić.

      Delete
    2. Hej, gram właśnie na Medivii i testuję Rifbota i kilka rzeczy słabo działa w Cavebocie:
      1. Ordering lootowania zwłok -> bot zaczyna od ciał targetów, które zabił najwcześniej, zamiast zaczynać od zwłok najbliżej postaci (w tym momencie lata "w kółko" bardzo często, przez co traci sporo czasu).
      2. Nie potrafi zlootować 2 ciał z jednej kratki (otwiera 2x to samo ciało, zamiast zlootować pierwsze ciało, przesunąć je i zlootować 2 ciało).
      3. Podczas lootowania zamiast obok zwłok, staje na tej samej kratce co zwłoki - przez co nie da się ich skinować. Bot powinien albo nie stawać na zwłoki, albo jeśli już na nich stoi, to przesuwać je, tak aby skinowanie było możliwe.

      Jakby się udało to poprawić, to naprawdę działałoby fajnie.

      PS. bonus: jest taki alert: "No Mana Regen" - fajnie byłoby, gdyby ten alert nie był wywoływany w depo, strasznie to przeszkadza.

      Delete
    3. Zapisałem twoje sugestie jednak teraz mam bardzo mało czasu na rozwój bota a przydałoby się dodać jeszcze atakowanie potworów z dystansu, i hotkeye na medivie.

      Delete
  12. hey how I can add macro to cavebot? I want bot click on lever on position x y z

    ReplyDelete
    Replies
    1. Hello,

      walker ->edit and add
      lua: Map.UseItem(32233, 32322, 7, id, 1, 0)

      Delete
    2. How add function to use lever if I have x potions

      Delete
    3. Hello,

      Code in walker to use level up to 100 pots.:

      node: 32232, 32223, 7
      shop
      goto: shop end, item(8309) >= 100
      lua: Map.UseItem(32233, 32322, 7, 2323, 1, 0)
      wait: 1000
      goto: shop
      shop end

      Delete
  13. Siemka, od rana problem "Serwer nie odpowiada na twoje połączenie. Wystąpił problem z hostem, musisz uzbroić się w cierpliwość".

    ReplyDelete
    Replies
    1. Siema

      Był chwilowy problem z hostem z powodu przeciążenia linii przez fotowoltaikę, już powinno działać.

      Delete
  14. how do i change the id from mf to mp?
    in tibia scape i need to use mana potion

    ReplyDelete
    Replies
    1. I already implemented this default in but as MF, re-download.

      Delete
  15. how to use "exana pox" only if poisoned 5+ (scorpion)?

    ReplyDelete
    Replies
    1. You can use proxy to catch white message about loosing hp, but it maybe complicated. You can use exana pox only when low hp example:
      if Self.isPoisioned() and Self.HealthPercent() < 80 then Self.CastSpell("exana pox", 30) end

      Delete
  16. in tibiascape there is away to loot certain items ? with stats ?

    ReplyDelete
  17. Hey man!
    Do you have any scripts that stop bot/lvling on an exact lvl?
    For example, in rookgaard at lvl 8?
    Thanks

    ReplyDelete
    Replies
    1. Hello,

      In walker do like this.

      hunt
      node: 32223, 32344, 7
      node: 32223, 32344, 7
      node: 32223, 32344, 7
      node: 32223, 32344, 7
      goto: hunt, level < 8

      node: 32223, 32344, 7
      node: 32223, 32344, 7

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

    ReplyDelete
  19. Hi, i just sent the money through Paypal, can you send me the key? thanks

    ReplyDelete
  20. Im hunting scarabs, sometimes i got stucked because of the poison fields. If i put the poison id on the list, the character pass though the field even if he has space without poison. There is a way to "turn on" the pass though poison only when walker stuck alarm is on?

    ReplyDelete
    Replies
    1. Nope , if you add id to "pathable ids" then it rewrite sqm and treat it as normal item example gold coin laying on the ground.

      Delete