You can check if it's possible to detect this message with this lua: https://github.com/Ascerr/Lua-Scripts/blob/master/Alert%20on%20keyword%20in%20game.lua
i am using this script, but it slows the character alot, i wanted to change it to use it on label is it doable? posted jsst the beggining of the script in lua script examples folder
--[[ Script Name: Mining Ores Description: Search ores id around the map screen and mine then using special pick. Author: Ascer - example ]]
local config = { pick = 22172 , -- id of mining pick rock = {4396, 34856, 7923, 34812, 34813, 34831, 34833, 34834, 34835, 34800, 34814, 34815, 34817, 34818, 34819, 34820, 34810, 34809, 34780, 34778, 34776, 34802, 7921}, -- id of rocks with ores, cannot be empty rocks stopIfTarget = true, -- don't mine if currently targeting some creature. disableWalker = true, -- true/false disable walker if found ore, later enable it back. maxTimeIfCannotReach = 20000, -- max time in miliseconds to bot ignore ore location if cannot stand near to mine. It will remove ignore ore after 5 mins possible to edit in function removeOreFromIgnored delay = 1500, -- delay between usage of pick just_use_vein = true -- true/false if we use map position instead use pick with ground. }
another question, im having issues configuring a script to drop itens in specific position, i tried label, didnt work, so i tried using the drop fish, it works, but its only 2 itens, is there a script that i can set to drop alot of itens in a specific Pos?
You can use this lua to drop items under your character or edit line 16 to choose other pos https://github.com/Ascerr/Lua-Scripts/blob/master/Drop%20Items.lua
Second script is better for use in walker on specific label name: https://github.com/Ascerr/Lua-Scripts/blob/master/%5Bon%20label%5D%20Drop%20loot%20to%20ground.lua
line 16 Container.MoveItemToGround(item.index, item.slot, pos.x, pos.y, pos.z, item.id, item.count) -- this function at least parameter set default delay for move items check for more detail in Rifbot Lib.lua
If you purchased key and she don't respond with serial number msg me on mail i'll fix this. If she not responding to start purchasing key, try once again.
the anti gm creation monsters, is popping alot false alerts, because i kill too fast, is there a way to change it to only count if theres like 2-3 sqms from me?
if Creature.isMonster(mob) and mob.z == pos.z and math.abs(mob.x - pos.x) <= 7 and math.abs(mob.y - pos.y) <= 5 and not table.find(CHECK_FOR_MONSTERS_CREATION.ignore, string.lower(mob.name)) then count = count + 1 if allowCheckMobCreation then if Creature.DistanceFromSelf(mob) < 4 then appear = true appearMob = mob break
this shows as 4,, but its picking up other side of screen, off screen actually
hey bro, something is wrong, both on the dura server and on nostalther, I'm getting banned even offline, after using the bot, there's something that shows that I use a bot.
Change light contrast in game. Warring! someone can detect when you explore dark caves without light. what does this mean by the way, how would they know?
Update for soe is ready you can use it now, but before game server start i post new bot version with proper addition hotkey reading Exilium server. Lighhack draws only light for your game client and other player will see you walking in total dark.
im using that script life ring/axe ring and it works perfectly, i wanted to do the same script but instead of swapping rings when close to creatures, swap boh to steel boots what do i have to change in the script
friend, you have to be able to, or someone can follow, avoid sending logs, so that the autoban does not happen on the servers, otherwise it will be unfeasible to play with bots
Hello, can u check ur mail? just bought
ReplyDeleteWill you have bot for dura?
ReplyDeletedone
Deleteclient shuts down for dura when bot is opened
ReplyDeleteThey updated again -.-, should works now
Deletehi is it possible to make script that will pause walking when a "bloodic!" effect appears?
ReplyDeleteYou can check if it's possible to detect this message with this lua:
Deletehttps://github.com/Ascerr/Lua-Scripts/blob/master/Alert%20on%20keyword%20in%20game.lua
I would like some help to create a script to change boots. Example: use BOH but if creature "X" appears, change to leather boots.
ReplyDeleteJust created:
Deletehttps://github.com/Ascerr/Lua-Scripts/blob/master/Dequip%20Boots%20of%20Haste%20if%20player.lua
RUN in DURA ONLINE?
ReplyDeleteYeah
Deletei am using this script, but it slows the character alot, i wanted to change it to use it on label is it doable? posted jsst the beggining of the script in lua script examples folder
ReplyDelete--[[
Script Name: Mining Ores
Description: Search ores id around the map screen and mine then using special pick.
Author: Ascer - example
]]
local config = {
pick = 22172 , -- id of mining pick
rock = {4396, 34856, 7923, 34812, 34813, 34831, 34833, 34834, 34835, 34800, 34814, 34815, 34817, 34818, 34819, 34820, 34810, 34809, 34780, 34778, 34776, 34802, 7921}, -- id of rocks with ores, cannot be empty rocks
stopIfTarget = true, -- don't mine if currently targeting some creature.
disableWalker = true, -- true/false disable walker if found ore, later enable it back.
maxTimeIfCannotReach = 20000, -- max time in miliseconds to bot ignore ore location if cannot stand near to mine. It will remove ignore ore after 5 mins possible to edit in function removeOreFromIgnored
delay = 1500, -- delay between usage of pick
just_use_vein = true -- true/false if we use map position instead use pick with ground.
}
Where you play?
ReplyDeleteSouls of elysyum sanctum
DeleteUse build in walker -> tool -> mine pick option and set proper ids for:
Deletewalker -> settings -> rock id // mine pick id
another question, im having issues configuring a script to drop itens in specific position, i tried label, didnt work, so i tried using the drop fish, it works, but its only 2 itens, is there a script that i can set to drop alot of itens in a specific Pos?
DeleteYou can use this lua to drop items under your character or edit line 16 to choose other pos
Deletehttps://github.com/Ascerr/Lua-Scripts/blob/master/Drop%20Items.lua
Second script is better for use in walker on specific label name:
https://github.com/Ascerr/Lua-Scripts/blob/master/%5Bon%20label%5D%20Drop%20loot%20to%20ground.lua
This comment has been removed by the author.
DeleteThis comment has been removed by the author.
Deleteline 16 Container.MoveItemToGround(item.index, item.slot, pos.x, pos.y, pos.z, item.id, item.count) -- this function at least parameter set default delay for move items check for more detail in Rifbot Lib.lua
ReplyDeletehow would i set it up to a specific pos?
replace pos.x, pos.y, pos.z to your positions like 34434, 34234, 7
Deletewhat is wrong with reseler Beata ? im waiting from saturday for a key she didnt answer
ReplyDeleteIf you purchased key and she don't respond with serial number msg me on mail i'll fix this. If she not responding to start purchasing key, try once again.
Deleteworking on exordion?
ReplyDeleteNope
Deleteany chance to do its work?
DeleteI don't want support servers that have obsession on banning for bot.
Deletethe anti gm creation monsters, is popping alot false alerts, because i kill too fast, is there a way to change it to only count if theres like 2-3 sqms from me?
ReplyDeleteSure, go into lua script 367 line
Deleteif Creature.isMonster(mob) and mob.z == pos.z and math.abs(mob.x - pos.x) <= 7 and math.abs(mob.y - pos.y) <= 5 and not table.find(CHECK_FOR_MONSTERS_CREATION.ignore, string.lower(mob.name)) then
Deletecount = count + 1
if allowCheckMobCreation then
if Creature.DistanceFromSelf(mob) < 4 then
appear = true
appearMob = mob
break
this shows as 4,, but its picking up other side of screen, off screen actually
You can try create your own function, i don't have idea to create better one than this.
Deletehey bro, something is wrong, both on the dura server and on nostalther, I'm getting banned even offline, after using the bot, there's something that shows that I use a bot.
ReplyDeleteThey must track packets or processes on your computer. If i'll find more time tomorrow will check for Dura.
Deletehey souls of elysium got updated, can u update rif? not working anymore
ReplyDeletewill be done tomorrow, they staring new server and then rifbot will ready.
DeleteChange light contrast in game. Warring! someone can detect when you explore dark caves without light. what does this mean by the way, how would they know?
DeleteUpdate for soe is ready you can use it now, but before game server start i post new bot version with proper addition hotkey reading Exilium server. Lighhack draws only light for your game client and other player will see you walking in total dark.
Deletelight hack not working
DeleteWill be done with new bot version.
Deleteany predictions of when new version?
DeleteDone, you can re-download.
Deletemiracle74.com Compatibility?
ReplyDeleteNope
Deletecan you fix the bot for soerpg?
DeleteRifbot work on exilium.soerpg.com ??
ReplyDeleteit worked yesterday, today it doesn't work anymore
ReplyDeleteim using that script life ring/axe ring and it works perfectly, i wanted to do the same script but instead of swapping rings when close to creatures, swap boh to steel boots what do i have to change in the script
ReplyDeleteHey bro, have you managed to see why the dura server is banning me when I'm offline?
ReplyDeleteUnfortunately nope, they use system to disconnect you when using standard rifbot walker, try maybe enable anti-idle option in bot to prevent this.
DeleteEven online it bans, it seems like they know I have an open bot
ReplyDeleteWill u make a version for miracle74
ReplyDeleteno, don't planning.
DeleteWorking retrocores.com? didnt find info
ReplyDeleteworks, i support this server since 2019, here is all list of supported servers.
DeleteIt doesn't let me fish on new retrocores world
ReplyDeleteRe-download.
Deletefriend, you have to be able to, or someone can follow, avoid sending logs, so that the autoban does not happen on the servers, otherwise it will be unfeasible to play with bots
ReplyDeleteNew Retrocores update on Nov 28, please update rifbot!
ReplyDeleteupdate done
Deleteupdate midhem plx and ty
ReplyDeleteupdate dura please
ReplyDeleteWorks, just tested now. Try re-download bot and run it as admin.
DeleteJak sprawdzić id runy potrzebuje id manaruny na shadow-illusion.com dzieki
ReplyDeleteDaj look na runkę w grze a potem na samym dole bota wyświetli się ID.
DeleteMuracle compatible?
ReplyDeleteMiracle bedzie smigac?
ReplyDeleteJak wlaczyc bota na shadow. co chwile pokazuje ze mam stara wersje pobrac i zmienic na DX. zrobilem to a nadal nie dziala
ReplyDeleteHej,
DeleteSprawdzałem teraz działa. Odpal klienta gry przez klient DirectX a potem najnowszą wersję bota przez Rifbot.exe jako admin.