question, is it possible to set range of attack to 2 sqm, instead of 3 or 4?
and 2nd question, im playing with a bow that has burn affect, so most monsters if i throw 1 arrow = dead, but some monsters need more arrows, can i somehow set diff hp cut thresholds?
1. If you mean MODE then using this lua script it's possible to set 2 sqm but remember it's not effective because 1 sqm distance between monster and you will always make you hit: https://github.com/Ascerr/Lua-Scripts/blob/master/Keep%202sqm%20from%20Defencer%20monster.lua
2. Try with this lua, it will switch target to creature with most HP: https://github.com/Ascerr/Lua-Scripts/blob/master/Attack%20Monster%20with%20most%20HP.lua
Another thing in Soe, theres stones you cant mine, i tried everything, they show as 36869, and the bot just doesnt mine it, thinks its the floor or something
I yesterday checked this and stone have like 4sqm on map and you need to put valid position and ID because onle 1-2 sqm contains ores. Check id on classic screen view.
--[[ Script Name: Soft Boots Changer Description: Load a new softs boots from backpacks if other worn or use equipment slot to auto charge or use special item with soft. Author: Ascer - example ]]
local config = { soft_boots = {new = 6529, using = 3549, worn = 6530}, -- id for soft boots: [new] - brand new in backpack, [using] - working in equipment, [worn] - run out of time boots. useEquipmentSlotToCharge = true, -- allow to use worn equipment boots to charge it. repairWithItem = {true, 43613} -- @enabled: true/false use item with to repair soft boots, @item - id to use with. } what is wrong here it doesnt work
Config is wrong, you need to know how repair softs. Use item with boots slots or just Use Boots in Equipment. Also check if ID of soft boots it valid when it's worn (current = 6530)
Can you help me with a script ? I would like to load a configuration when a certain creature appears, like "IF creature appears Rifbot.LoadSettings("RunOut")
Use this code, but remember that in new "RunOut.txt" settings you have to add lua script which enable walker.
local NAME = "Troll"
Module.New("Change Settings if Creatrue", function(m) if Self.isConnected() then local c = Creature.getCreatures(NAME) if table.count(c) > 2 then if Creature.isOnScreen(c) then Rifbot.LoadSettings("RunOut.txt") end end end m:Delay(500) end)
I'm from Brazil, how can I buy with this discount? I only have pix.
ReplyDeleteContact with reseller.
Deleteupdate midhem bot please
ReplyDeleteToo many changes in structures not worth updating, server has been removed from rifbot support.
Deleteplease update for midhem, how much work would it be for u to update it??
DeleteIs this promotion closed? Or can I still do it?
ReplyDeleteClosed
DeleteWow, don't you even have a discount coupon?
ReplyDeleteupdate treasura ?
ReplyDeleteStill you can login on old game client, tomorrow i'll check new one.
Deleteascer, when treasura ?
ReplyDeleteupdate for treasura done, just open bot should works
Deleteis anyway to deactivate the pvpsafe?
ReplyDeleteYou need to add ppls on on screen to Friends.txt list.
DeleteSERVER MIDHEM ?
ReplyDeletecan i use in https://tibia-old.com/
ReplyDeleteYes it works.
Deleteworking on classick74?
ReplyDeleteclassick74.online?
ReplyDeleteNope, don't planning to add this ot.
DeleteRetrocores?
ReplyDeleteWorks, just tested.
Deletemedivia update?
ReplyDeletedone
Deletequestion, is it possible to set range of attack to 2 sqm, instead of 3 or 4?
ReplyDeleteand 2nd question, im playing with a bow that has burn affect, so most monsters if i throw 1 arrow = dead, but some monsters need more arrows, can i somehow set diff hp cut thresholds?
1. If you mean MODE then using this lua script it's possible to set 2 sqm but remember it's not effective because 1 sqm distance between monster and you will always make you hit: https://github.com/Ascerr/Lua-Scripts/blob/master/Keep%202sqm%20from%20Defencer%20monster.lua
Delete2. Try with this lua, it will switch target to creature with most HP:
https://github.com/Ascerr/Lua-Scripts/blob/master/Attack%20Monster%20with%20most%20HP.lua
Another thing in Soe, theres stones you cant mine, i tried everything, they show as 36869, and the bot just doesnt mine it, thinks its the floor or something
ReplyDeleteI yesterday checked this and stone have like 4sqm on map and you need to put valid position and ID because onle 1-2 sqm contains ores. Check id on classic screen view.
Deletetheres a iten that can repair soft, 43613, anyway to use it when soft boots run out? the system doesnt show anything when it runs out
ReplyDeleteYou can try with this lua script: https://github.com/Ascerr/Lua-Scripts/blob/master/Soft%20Boots%20Changer.lua
DeletePut valid config.
--[[
DeleteScript Name: Soft Boots Changer
Description: Load a new softs boots from backpacks if other worn or use equipment slot to auto charge or use special item with soft.
Author: Ascer - example
]]
local config = {
soft_boots = {new = 6529, using = 3549, worn = 6530}, -- id for soft boots: [new] - brand new in backpack, [using] - working in equipment, [worn] - run out of time boots.
useEquipmentSlotToCharge = true, -- allow to use worn equipment boots to charge it.
repairWithItem = {true, 43613} -- @enabled: true/false use item with to repair soft boots, @item - id to use with.
} what is wrong here it doesnt work
Config is wrong, you need to know how repair softs. Use item with boots slots or just Use Boots in Equipment. Also check if ID of soft boots it valid when it's worn (current = 6530)
DeleteHere is config to Use item with boots slot:
local config = {
soft_boots = {new = 6529, using = 3549, worn = 6530},
useEquipmentSlotToCharge = false,
repairWithItem = {enabled = true, item = 43613}
}
make for eldran.online?
ReplyDeleteJust updated, should works for new server Horizon. You don't need to download new version.
Deleteascer, IS THERE ANY LUA SCRIPT THAT CAN ATTACK MONSTERS EVEN INVISIBLE, LIKE USING SD ON WARLOCK WITH IT INVISIBLE? soory for caps
ReplyDeleteNot possible, game server stops sending you info about creature when it becomes invisible.
Deleteupdate for medivia?
ReplyDeleteI support medivia.
DeleteCan you help me with a script ? I would like to load a configuration when a certain creature appears, like "IF creature appears Rifbot.LoadSettings("RunOut")
ReplyDeleteUse this code, but remember that in new "RunOut.txt" settings you have to add lua script which enable walker.
Deletelocal NAME = "Troll"
Module.New("Change Settings if Creatrue", function(m)
if Self.isConnected() then
local c = Creature.getCreatures(NAME)
if table.count(c) > 2 then
if Creature.isOnScreen(c) then
Rifbot.LoadSettings("RunOut.txt")
end
end
end
m:Delay(500)
end)
Hello when can we expect update for Midhem Online?
ReplyDeleteNope, this server has been removed from Rifbot support.
Deletewhy? removed medivia
DeleteTo many changes in game client not worth updating bot to many functions need to be changed.
Deleteneed riftbot for retrotales.online
ReplyDeleteI'll will keep eye on this server and consider adding.
Deletehttps://www.kronos74.com/
ReplyDeletedo it pls
There are better servers to add so i don't planning.
DeleteMake work for miracle74? https://miracle74.com/
ReplyDeletewill you please
ReplyDeleteMiracle is known of antibot, i won't waste time for adding such as servers.
Delete