Rifbot Realera 8.0 Eternum

 


Rifbot v2.83 is ready for Realera 8.0 server Eternum.

81 comments:

  1. I need a lua where i can attack a pk with exori con or exori hur pls

    ReplyDelete
    Replies
    1. Use this lua: https://github.com/Ascerr/Lua-Scripts/blob/master/Attack%20Skulls.lua

      but change line 156 to this one:

      if not stacked then Self.CastSpell("exori con", 30, 2000) end

      Delete
  2. Any script to alert on message on default (but ignore certain messages = spells).

    Also, any good anty gm scripts? I used both from LUA scripts and got banned on 5 accounts...

    ReplyDelete
    Replies
    1. You never win with real GM (no noob ofc). Search places where low amount of players who can report you.

      About alert on default message you can use this lua i added ignoring common:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Alert%20on%20Default%20and%20Private%20Message.lua

      Delete
  3. I think he's banning just for a report, i've just got banned watching all the characters with nothing out of normal while exping and getting banned.

    ReplyDelete
  4. hello, can you make it work on shadow illusion test please?

    ReplyDelete
  5. https://adream74.com/ BOT
    does not work for this server

    ReplyDelete
  6. Can it be use for TREASURE?

    ReplyDelete
  7. Hello, is it possible to create a multifloor item detector? like an alarm if the bot detects an item over or under level

    ReplyDelete
    Replies
    1. Not possible, reading items if available only on floor where is your character.

      Delete
    2. będzie update pod nowy klient adream74?

      Delete
    3. Działa, sprawdzałem teraz.

      Delete
  8. cześć nie dziala pod adream74

    ReplyDelete
  9. Replies
    1. Currently nope, update required i ll do it tomorrow.

      Delete
  10. work in rubinot rtc custom client? 2000 more players online

    ReplyDelete
  11. Replies
    1. Works fine, just tested.

      Delete
    2. "Server not responding for your connection. There is problem with host, you need to be patient."

      Delete
    3. Computer blocking connection, try disable Real Time Protection for Windows Defender

      Delete
    4. Its dissabled, same error... I was using it perfectly yesterday, my key expired today and I already bought a new one, but cant open the bot

      Delete
    5. Did you tried run bot as admin?

      Delete
    6. Sometimes on business network computer they blocking unwanted connection and bot can't connect to server. Send me an email with your key i'll check if rifbot server receiving your packet.

      Delete
  12. Does riftbot works with wearedragons

    ReplyDelete
    Replies
    1. it istn a free trial? my email daniel_cdbs@hotmail.com i want to try then if like it buy

      Delete
  13. is it possible to create a script when this message appears Your demonic vial has 0 charges left., use item 33927?

    ReplyDelete
    Replies
    1. Use this lua to check if possible to catch message:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Alert%20on%20keyword%20in%20game.lua

      Then tell me result from Information Box

      Delete
    2. 22:21:53 Lua: Your demonic vial has 0 charges left., 18 i used the raid alert, lua script using this <--- phrase and it worked to check,


      another thing im trying the other server of Souls of Slysium, which has no hotkeys enabled, so i cant put stuff into f1/f2/f3/f4, and mining/rope/pick doesnt work with bot, dont know why

      Delete
    3. Replace Rifbot.PlaySound() to use item in script line: 24

      Self.UseItem(33927, false, 500)

      Run bot before you connect to your account. Bot need to see window with choosing game world. If still don't works, re download bot and run as admin.

      Delete
  14. siemano, jak zrobic by szedl softy ladowac? z trainerow nie chce wyjsc bo targeting wlaczony i walker sie nie odpala

    ReplyDelete
    Replies
    1. Możesz sprawdzić czy softy na nogach już się wyczerpały i wtedy wyłączyć targeting, to lua script do uruchomienia:

      Module.New("check soft", function()
      if Self.Feet().id ~= 3549 then Targeting.Enabled(false) end
      end)

      Delete
  15. Any script for not attacking creatures summoned by the GM?

    ReplyDelete
  16. Replies
    1. If you have error outdated then go to %appdata% -> Realera -> and remove RealeraGL. Then start game client, wait and then start bot as admin.

      Delete
  17. Cześć, da się ustawić samego Iha na leczenie siebie? Przejrzałem szybko skrypty na stronie i nie widziałem chyba nigdzie

    ReplyDelete
    Replies
    1. Hej,

      Zamiast czaru na w sekcji healing wpisz ID runy.

      Delete
  18. request New Antica compatibility

    ReplyDelete
  19. Jest może jakiś skrypt, żeby atakował warlocki kiedy znikają? Sd lub explo. Nie wyświetla się komunikat target lost jak znikają. Realera

    ReplyDelete
    Replies
    1. Może ten lua będzie działać: https://github.com/Ascerr/Lua-Scripts/blob/master/Runelast%20if%20no%20target.lua

      lub rzucaj poxa w warlocka:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Shoot%20Poison%20Field%20with%20Warlock.lua

      Delete
  20. A suggestion: Why don't you create a forum for players to share usage experiences and scripts? It would be much better to search for topics than to go through post by post here on the site to see if anyone had the same question as you.

    ReplyDelete
    Replies
    1. I don't like forums and prefer person to person private conversation.

      Delete
  21. I would like to know if I can program the rifbot to kill 150 of a certain creature, then change the route and go kill the boss and come back to kill the 150 creatures again? I am doing this manually with 2 settings that I created.

    ReplyDelete
    Replies
    1. If you understood lua language then this is possible. if there is some info about killing monsters like task or loot then use proxy to catch this message. Here is script for checking keywords:

      https://github.com/Ascerr/Lua-Scripts/blob/master/Alert%20on%20keyword%20in%20game.lua

      If no message then you can add current targeting monster by ID to table and calculate size of this array.

      If you need to change current loaded settings to go boss use lua function: Rifbot.LoadSettings(name)

      Delete
    2. Every time I load a new SETTING the "walker" is disabled, even if I save it with it active. How can I make it so that when I load a SETTINGS it is already automatically activated?

      Delete
    3. Create simple lua script:

      Walker.Enabled(true)

      Then save settings again and it will be auto loaded on start so lua starts cavebot.

      Delete
    4. I tried, I saved the Settings with the active script, but when changing from one Setting to another, it runs the lua script, returns to the script list and yet it doesn't work, it only works if I manually run the LUA script again. What could it be?

      Delete
    5. It looks like loading settings default disable walker, i did it for some reason long time ago i don't know why. You need run lua with some wait:

      local active = true
      Module.New("Run Walker", function()
      if not Walker.isEnabled() and active then
      wait(2000)
      Walker.Enabled(true)
      active = false
      end
      end)

      Delete
    6. you are a genius !! working

      Delete
  22. shadow illusion nie dziala riff

    ReplyDelete
  23. jak ustawic bota na ms zeby dobrze expil na mort hury

    ReplyDelete
    Replies
    1. Nie będzie to działać dobrze ale możesz użyć lua scriptu na stawanie pod mort hura:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Energy%20Wave%20Stand.lua

      Natomiast samo atakowanie z Magic Shootera ustaw.

      Delete
    2. nie da sie ustawic tak zeby fajnie to dzialalo ?

      Delete
    3. To jedyna opcja, expienie z mor hurów do łatwych nie należy więc i zaprogramować to nie jest proste.

      Delete
  24. hey brother, ive trying to get online at realera but keep showing msg that is ''client is outdated for realera'' , i sent to you a screenshot by email, if u can help me where download or fixing it, i would be appreciate it. Thanks.

    ReplyDelete
    Replies
    1. In Windows Search type: %appdata% -> go Realera -> remove RealeraGL.exe

      Then open Realera GL from standard game folder, later run bot as admin.

      Delete
    2. i cant find it, i dont have this realeragl.exe

      Delete
  25. can You make targeting from exevo gran vis lux,because there is only mort hur here and also dont work well spells going on walls. Is it possible to make script 3/4 sqm away from monster (like face to face) and use gran vis lux's ?

    ReplyDelete
    Replies
    1. I don't planning it's complicated and will rarely use by users.

      Delete
  26. Mam problem gdy ustawiam waypointy i jest w nich safe place z lua jak zrobić żeby pomijał dane wp, uruchamiał je tylko wtedy gdy pojawi się gracz na ekranie

    ReplyDelete
    Replies
    1. Widzę, że już wybrałeś odpowiedni script. Dodaj label safe place na samym końcu i pod nim wpteki a potem wait.

      --> tutaj jest skok do początku wpteków, aby nie iść do safe place gdy nie ma gracza
      goto: start
      safe place
      node: 34534, 34534, 7
      node: 34534, 34534, 7
      node: 34534, 34534, 7
      node: 34534, 34534, 7
      wait: 9999999999


      Delete
  27. Ascer is it possible i dont know by script lua or targeting to make important attack from sd's than mana fluid? or maybe have idea how to skip it? Because when you exp on energy ring/utamo bot try to use mf and dont throw's sd.

    ReplyDelete
    Replies
    1. Healing always have priority over attacking mobs. What you can do is restoring mana by lua script:
      https://github.com/Ascerr/Lua-Scripts/blob/master/Restore%20Mana%20with%20conditions.lua

      Delete
    2. i dont know how its going but character spam sd on himself :D
      00:19 Using one of 293 sudden death runes...
      00:19 Using one of 292 sudden death runes...

      Delete
    3. You put valid ID for some lua script or shortkeys. SD have most of time 3155, check if you don't use it.

      Delete