Search found 28 matches

by cibervagos
Mon Oct 30, 2017 12:07 am
Forum: Runes of Magic
Topic: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).
Replies: 75
Views: 54883

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

Well, I get stuck on currencyBase_offset from update.lua. Is there some tutorial of how I can make my own update.lua? @Lisa help me :?
by cibervagos
Fri Oct 27, 2017 6:24 pm
Forum: Runes of Magic
Topic: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).
Replies: 75
Views: 54883

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

In the past rombot doesnt work on arcadia be couse they erase the classname from their executable. And erase the executable main windows name. The solution was edit client.exe and asign a classname (Radiant Arcana). In present, they include a classname (ArcadiaRoM) and their main windows have a name...
by cibervagos
Fri Aug 05, 2016 7:17 pm
Forum: Runes of Magic
Topic: findPatternInProcess <<null>>
Replies: 4
Views: 2970

Re: findPatternInProcess <<null>>

Hi all! My rombot can detect Arcadia Windows. But I get stuck on IGF test. And I dont know how to fix it. Any idea?
by cibervagos
Fri Jan 15, 2016 5:17 pm
Forum: RoM Bot revision notes
Topic: 787 Changelog
Replies: 9
Views: 14128

787 Changelog

Hi ppl! IDK if I'm posting in the right place. With every update I need to change my skill.xml becouse I'm a Druid/Warrior. Slash skill used by Druid isn't the same from warrior skill. So I add <skill name="DRUID_WARRIOR_SLASH" id="494949" range="50" type="damage&q...
by cibervagos
Fri Oct 03, 2014 8:46 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238435

Re: Rock5's Mail Mods

Desmond wrote:I have a problem when my bot send Belt when he posted 180 belt when they have run out to buy it ex after he re-sends all the characters, I need to continue to send
Hi! I use this waypoint to buy and send belts. Use TWorkers userfunction. But You can modify to make it work for you.
by cibervagos
Wed Oct 01, 2014 7:09 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: TWorkers Userfunction (writing data in a txt file)
Replies: 14
Views: 5504

Re: TWorkers Userfunction (writing data in a txt file)

Hi Rock5! I try Level = TEXT("TOOLTIP_LIMIT_TEXT") .. ".-" .. TEXT("SYS_LEVEL"), but is the same thing. I try /script i=Fusion.Bag:getItem(61) i:updateTooltipInfo() pr(i.Quality,i.Level) with diferent pieces. Quality is ok. But level always is 0. With any item. Meaby yo...
by cibervagos
Mon Sep 29, 2014 10:42 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: TWorkers Userfunction (writing data in a txt file)
Replies: 14
Views: 5504

Re: TWorkers Userfunction (writing data in a txt file)

Well, now work fine for me. Here is the second version of my userfunction. I add some function to use Syntax: save_TW() -- Save your current character in a txt file. You can especify a file name. Ex: save_TW("mifile") load_TW() -- Load all Characters data saved in the file. You can especif...
by cibervagos
Mon Sep 29, 2014 6:40 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: TWorkers Userfunction (writing data in a txt file)
Replies: 14
Views: 5504

Re: TWorkers Userfunction (writing data in a txt file)

Hi Rock5! I have the last version of Fusion Addon. /script pr(Fusion.Bag:getItem(61):makesTier(1)) return true on 228966,228996 belts (lv 81 belt and lv 86 belt). Obiously /script pr(Fusion.Bag:getItem(61):makesTier(5)) return false. But I think I solved my script problem on my userfunction, so now ...
by cibervagos
Sat Sep 27, 2014 9:37 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: TWorkers Userfunction (writing data in a txt file)
Replies: 14
Views: 5504

Re: TWorkers Userfunction (writing data in a txt file)

I'm a bit confused. He included a function called "explode" but it is never used. The error probably happens because the function "explode" is already part of the bot. So when the bot tries to use explode it uses this version which is not compatible. Try deleting that function. ...
by cibervagos
Sun Sep 07, 2014 11:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: TWorkers Userfunction (writing data in a txt file)
Replies: 14
Views: 5504

Re: TWorkers Userfunction (writing data in a txt file)

Well, I fix a little issue. Now the userfunction read the data in order and save it in order.

If u need see what userfunction read and save u can add a true after file name. Example: save_TW("file_name", true).
by cibervagos
Thu Sep 04, 2014 7:17 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: TWorkers Userfunction (writing data in a txt file)
Replies: 14
Views: 5504

TWorkers Userfunction (writing data in a txt file)

Hi all! Well, in first place I will apologise for my english. Is not so good. I will apreciate every correction. I dont use translators, so be nice with me :) . This userfunction store in a file the name of your characters, amount of belts, amount of fusion stones, amount of energy charges, and amou...
by cibervagos
Thu Sep 04, 2014 6:34 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238435

Re: Rock5's Mail Mods

Hi all! I never solve my problem with UMM. I think is a ping problem becouse I play with 380 - 850 ms of ping. (And I play in PVP server :cry: ) But now I can take my mails if I open the mailbox first with openMailbox() . (I made it global). So I open the mail and I give a few second before call UMM...
by cibervagos
Tue Aug 12, 2014 12:05 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238435

Re: Rock5's Mail Mods

Hi again! The first error tells me you need an 'os' replacement addon such as d303fix. This is pretty much a needed requirement for the bot. There are probably some things you could do without this addon but a lot of things need this addon especially a lot of core userfunctions. And when you get an ...
by cibervagos
Sat Aug 02, 2014 4:46 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238435

Re: Rock5's Mail Mods

Hi! I have some info about my problem. I found this error on RoM windows. call ifg_events_Frame's OnEvent, line: [string "?"]:72: attempt to index global 'os' (a nil value) and call UMMMasterFrame's OnUpdate, line: [string "?"]:54: attempt to concatenate field 'subject' (a nil va...
by cibervagos
Wed Jun 25, 2014 9:06 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238435

Re: Rock5's Mail Mods

Hi again.. I delete my UMM folder and I download again. But I get the same error. some times works. But when I change character doesn't work anymore. If I call UMM_TakeMail() from command line works. But if I put in a waypoint file, just work first time (sometimes) and I get error when I change char...
by cibervagos
Mon Jun 23, 2014 8:51 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238435

Re: Rock5's Mail Mods

Hi Rock5! I always get this error. Any idea??

IGF:\UMMFrameTab1Tools:ButtonClick('take');\:IGF [string "?"]:54: attempt to concatenate field 'Subject' (a nil value)
by cibervagos
Thu May 29, 2014 4:14 pm
Forum: Runes of Magic
Topic: Rom Bot error
Replies: 14
Views: 3355

Re: Rom Bot error

Well, the problem is solved. Lisa was right. I forgot replace one more loop. Now the bot don't stuck anymore on Clearing Target . Unfortunately, the script don't work correctly without the loop. Be couse the combat allways finish before Boss die. So, use this function for fight or use normal waypoin...
by cibervagos
Wed May 28, 2014 10:15 pm
Forum: Runes of Magic
Topic: Rom Bot error
Replies: 14
Views: 3355

Re: Rom Bot error

Ty for answer so fast :D ! I don't have the loop anymore. I replace repeat player:fight() otroBicho:update() until otroBicho.HP == 0 -- Here stuck some time. When combat end. Clearing Target. Just for player:fight() in every loop. But keep doing the same. But meaby I can resolve it changing player:f...
by cibervagos
Wed May 28, 2014 9:43 pm
Forum: Runes of Magic
Topic: Rom Bot error
Replies: 14
Views: 3355

Re: Rom Bot error

And in future tell us from the beginning that you are using your own code or we will just assume you are talking about the bot code and we'll waste time looking for a problem that isn't there. Ok. Sorry for that. I quit the loop. But bot still doing the same. Stuck on Clearing Target and take 99% o...