Ramonia Rifbot



Hello,

Updated Rifbot for Ramonia, re-download

17 comments:

  1. Medivia.online, can we have the riftbot for this version? Medivia.online

    ReplyDelete
    Replies
    1. Sure, bot already works there. Tomorrow i'll push little patch with adapting to 8.0, since default is set 7.4 mode.

      Delete
  2. some script for (someone to appear on the screen to throw an item inside the house?)

    ReplyDelete
    Replies
    1. I only have script to throw backpack to house when low hp:
      https://github.com/Ascerr/Lua-Scripts/blob/master/On%20Low%20HP%20Drop%20Bp.lua

      Delete
  3. server not responding for you connection. there is problem with host, you need to be patient. what do I have to do?

    ReplyDelete
  4. server not responding for you connection. there is problem with host, you need to be patient.

    ReplyDelete
  5. Still this same problem? When i wake up now it's works and server is alive. Maybe at night there was some luck of the internet on server and it's why you and your friends can't connect.

    ReplyDelete
    Replies
    1. I already talk with my server admin and he told me that his internet provider updating software and it's reason on connection problem. I can't tell you how long it takes.

      Delete
  6. would it be possible to create a script of ( player detected / play item id / position)

    ReplyDelete
    Replies
    1. I don't understood, please explain.

      Delete
    2. if someone appears on the screen / drop item id / x position

      Delete
    3. ok, here is example how to do it in walker:

      goto: skip, players(7) <= 0
      lua: Self.DropItem(32443, 32343, 7, 3031, 1, 0)
      skip

      Delete