Rifbot Shadow Illusion + Exordion

[edit: 2024-04-12 18:20] Updated Rifbot for Treasura online, re-download

 




Hiho,

Updated Rifbot for Shadow Illusion and Exordion re-download bot.

85 comments:

  1. Hi, the bot is not walking through fire, is there any setting that I need to configure in order to do that?

    ReplyDelete
    Replies
    1. This is on Shadow Ilusion

      Delete
    2. walker -> settings -> pathable ids -> add ids of ground fire.
      You can look on ground just like checking level of character and then read bottom of bot panel (Information Box)

      Delete
  2. Can you give me a script for a spell that will be used every X seconds?

    ReplyDelete
    Replies
    1. Go with this: https://github.com/Ascerr/Lua-Scripts/blob/master/Cast%20Spell%20On%20Time.lua

      Delete
    2. Please master Ascer!! Maker the bot work on exordion.com.br !! Thanks alot!! We ALL.love you bot!

      Delete
  3. If X hours pass, the character stops and lose pz and logout <- I need script

    ReplyDelete
    Replies
    1. I think you give me wrong link xd

      Delete
    2. https://github.com/Ascerr/Lua-Scripts/blob/master/Stop%20Walker%20and%20Logout%20after%20Time.lua

      Delete
  4. they updated classick74 today, might you update the bot aswell

    ReplyDelete
    Replies
    1. Hello,

      Classic will be no longer supported, just not worth. Switch to another server form bot support list:
      https://www.rifbot.eu/p/changelogs.html

      Delete
  5. but we are playing there? I bought the bot just because of Classick, isnt it possible to make it running?

    ReplyDelete
    Replies
    1. I understood but server won't be supported, i can freeze your license days if you want in this case contact with me on mail.

      Delete
  6. If i have stuff on the floor (say sds) at XYZ and I want to drag all of it to another XYZ (like to the next tile over), is there a script that can do that?

    ReplyDelete
    Replies
    1. Not at all but this could help you understood how it should works:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Drag%20Item%20under%20Your%20Character.lua

      Delete
  7. how to kill just 1 monster then go back trainer?

    ReplyDelete
    Replies
    1. You can use function if exp increase then go to label back.

      1. Here is lua script:

      local exp = 0
      function label(name)
      if name == "exp" then
      exp = Self.Exp()
      end
      end
      Walker.onLabel("label")

      Module.New("Goto label back if exp change", function()
      if Self.isConnected() then
      if exp > 0 and Self.Exp() > exp then
      Walker.Goto("back")
      end
      end
      end)

      Here example wpts:

      # when walker stand on label: exp it saves current exp of your character then start walking on nodes. If kill any monsters module build in lua script will goto label: back
      exp
      node: 32343, 32343, 7
      node: 32343, 32343, 7
      node: 32343, 32343, 7
      node: 32343, 32343, 7
      node: 32343, 32343, 7
      goto: exp
      back

      Delete
    2. thanks, it works. is it possible to make also turn on/off targetting when kill 1 monster?

      Delete
    3. Sure

      local exp = 0
      function label(name)
      if name == "exp" then
      Targeting.Enabled(true)
      exp = Self.Exp()
      end
      end
      Walker.onLabel("label")

      Module.New("Goto label back if exp change", function()
      if Self.isConnected() then
      if exp > 0 and Self.Exp() > exp then
      Targeting.Enabled(false)
      Walker.Goto("back")
      end
      end
      end)

      Delete
    4. that also works :D another question: how can I make walker tu lure monster to some wpt then attack them?

      Delete
    5. lure: on
      node: 32344, 32374, 3
      node: 32344, 32374, 3
      node: 32344, 32374, 3
      node: 32344, 32374, 3
      lure: off

      or use lua script:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Switch%20lure%20mode%20on%20monsters.lua

      Delete
    6. i see you are using node, is it better than stand? i was always using stand. btw, how can i change attack mode, I mean if im using diagonal and is more than 1 monster then is just avoiding waves from attack monster not from all of them? is it any trick to avoid waves from other monsters not just attacked one?

      Delete
    7. node it the best in semi-open area places
      weak node in full open area places
      stand in close 1sqm places where someone/something could block your path, ofc you need then use it every 1sqm.

      Try with this lua:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Switch%20Targeting%20Attack%20Mode.lua

      Delete
  8. LAST UPDATE IS NOT WORKING

    ReplyDelete
  9. EXORDION IS DETECTING LAST UPDATE, TWO ACCOUNTS BANISHED

    ReplyDelete
    Replies
    1. "Using unofficial software to play"

      Delete
    2. Cavebot ban is diferent, gm see u and make some tests, this time is was diferent

      Delete
    3. I'll try check what's going on

      Delete
    4. ok.. waiting a position

      Delete
    5. still banning, enter play for 20 min and get ban

      Delete
  10. about exordion, some new?

    ReplyDelete
    Replies
    1. Currently testing solution, need more time like at least 1 day.

      Delete
    2. yes, lost 3 days of bot..

      Delete
  11. Someone can help me with targeting on warlock ? how to shoot rune in invisible monster.

    ReplyDelete
    Replies
    1. There is no way to detect where is invisible monsters but on some servers there is bug to allow you shoot in invisible monster if you remember it last ID. check for this:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Runelast%20if%20no%20target.lua

      Delete
    2. if you use "sdlast" shortkey that works on invisible wrl, but first you have to click attack on it

      Delete
    3. Yeah bot need to remember creature id, sdlast shoot sd with last attacked creature.

      Delete
  12. please, solve exordion problem

    ReplyDelete
  13. I can freeze your license if you mail me with key.

    ReplyDelete
  14. more one account banished... so u had 3, 4 days, exordion still continue?

    ReplyDelete
  15. Replies
    1. Im still under testing multiple solutions, if any update will be visible on website/download section

      Delete

  16. Is there any anti-gm script to rune it so that the gm fills its mana without using a potion?

    ReplyDelete
    Replies
    1. This script have option: CHECK_FOR_MANA_INCREASED but it works based on counting points gained in time elapse so if you pot yourself then won't works but maybe GM add you more than potion so set higher points.

      https://github.com/Ascerr/Lua-Scripts/blob/master/Anti%20GM.lua

      Delete
  17. plz att new client exordion xD

    ReplyDelete
  18. GAME CLIENT NOT FOUND, EXORDION............... WRONG AGAIN!!!!

    ReplyDelete
  19. How its working good with Exordion?

    ReplyDelete
  20. Any script to rune by seconds instead of percentage?

    ReplyDelete
    Replies
    1. Please explain me what you mean.

      Delete
    2. I need a script that makes runes every 500 seconds, not by percentage of mana... cast spell on time is not working, it only makes the first rune and doesn't do more

      Delete
    3. Re-worked script, make sure your config is fine and should works.

      Delete
    4. for some reason the script only works occasionally, even if configured correctly

      Delete
    5. Guess your character is exhausted.

      Delete
  21. EXORDIO BANNED AGAIN.............. SO????

    ReplyDelete
  22. EXORDION IS DETECTING AGAIN

    ReplyDelete
  23. Using unofficial software to play

    ReplyDelete
  24. Can you guys add "Always on top" feature to the bot? sometimes i dont want to find riftbot when its minimize (easier to access)

    ReplyDelete
    Replies
    1. I will add shortkey to show bot window with extra param to set it always on top.

      Delete
  25. always detecting and banning characters... the worst bot i ever seen.. exordion is not working as always..

    ReplyDelete
    Replies
    1. So stop using it and don't waste your time.

      Delete
  26. hey Ascer, i was trying to make safe mort hur script from safe ue+sd, ive changed to mort hur range (local aoePos = {{1,0}, {2,0}, {3,0}, {4,0}, {5,0}, {3,-1}, {4,-1}, {5,-1}, {3,1}, {4,1}, {5,1}}) but is hitting mort hurs everywhere when is monster, not just at face side, how can i repair it?

    ReplyDelete
    Replies
    1. and that scrypt also just hitting sd not mort hur ;/

      Delete
    2. how can i make it stop using mf when it supposed to us shoot sds?

      Delete
    3. If you don't have enough knowledge it will be super complicated for you to code this. For me it also is complicated and required more time so can't help at all.

      I suggest you use build in Magic Shooter option + this lua script:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Energy%20Wave%20Stand.lua

      Delete
  27. Czy rifbot będzie wspierał taki serwer jak https://treasura.online/ ??
    Nowy Long Term x1 8.0

    ReplyDelete
  28. master XD I need a script for fire walking

    ReplyDelete
    Replies
    1. just add fire id in the walker: click edit and pathable id, add fire id: 2118, 2119, 2120

      Delete
  29. Rafał, jest problem z magic shooterem, jak stoja dwa stworki w ktore ma bic mort hura (wybrane mage mort hur) to obraca sie od jednego do drugiego i nie strzela, w przypadku face exori vis sie tak nie kreci, daloby rade to zmienic? :D bo jednak z tym mort hurem strzela z daleka jeszcze a nie tylko z 1sqma

    ReplyDelete
    Replies
    1. Może tak być, że atakujesz potworka np z prawej strony na czerwony kwadrat i masz ustawiony typ ataku: face, jednocześnie jest więcej potworków do mort hura z lewej strony lub magic shooter zczytał go jako pierwszego i odkręcą się do niego. Zmień typ ataku na follow.

      Delete