Search found 64 matches

by Onche
Sun Oct 18, 2020 7:38 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Onche: I wonder if it could be the call to moveto(tile) on line 223 of Haunted_onload.lua. The others seem to be surrounded in checks to make sure they exist but this one does no. It might also help if you add this line right above line 2882 (The waypoint:update() call in player.lua): printf(debug....
by Onche
Fri Oct 16, 2020 3:35 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Still didn't manage to make it work by walking only, bot just crashes so I can't help much more. Could you give me some details to work off of? Well yes, I'll give as much details as I can to make it clear for you. So I took the scripts from this post , and tried to update it because : - It was mad...
by Onche
Thu Oct 15, 2020 12:33 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

many years ago i delete a string inside .xml or lua...player not fly but trasnport fast......i try to delete "Fly()" function but when inside at start him use swimhack....i don't know how to disable this functiuon on lua...can you help me ? Does the script work properly even if your char ...
by Onche
Tue Oct 13, 2020 10:39 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

attempt to perform arithmetic on field 'pawnId_offset' (a nil value) i have this error now Post the whole error message. Without the traceback it's next to impossible to tell what's wrong. It would also help if you explained exactly what you were trying to do, and what was going on right before/dur...
by Onche
Fri Oct 09, 2020 2:43 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Some more updates, always with the old MM (which is why the names of the addresses are different). Currency Base is missing : Scanning for updated addresses... Patched addresses.actualSpeed_offset (value: 0x790, at: 0x5FD4CC) Patched addresses.bankOpenPtr (value: 0xA6CBC4, at: 0x694FB2) Patched addr...
by Onche
Fri Oct 09, 2020 1:52 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Hi everyone, Don't know about the addresses update, I ran an old MM that was tweaked a little bit (already used that in the past) and I got that "patched list", I don't know if it can help : Patched addresses.actualSpeed_offset (value: 0x790, at: 0x5FD4CC) Patched addresses.bankOpenPtr (va...
by Onche
Thu Jun 18, 2020 2:05 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Hey, here is the list : Patched addresses.actualSpeed_offset (value: 0x790, at: 0x5FCCFC) Patched addresses.bankOpenPtr (value: 0xA6BB0C, at: 0x694202) Patched addresses.boundStatusOffset (value: 0x40, at: 0x867EE3) Patched addresses.camDistanceSave_offset (value: 0x490, at: 0x62F790) Patched addres...
by Onche
Thu Jun 11, 2020 3:05 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Hi, This message will be useless for most of you, but I felt like it was important to share this info with @Administrator. So some weeks ago I had issues with lots of "Wrong value returned in update of Citem id: XXXXXX" showing each MM launch making it really long to start. Well we first t...
by Onche
Thu May 28, 2020 2:08 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

guys rom bot works for you now?i have a prob but i'dlike to know if it only for me or not.any help? To me it works fine except some id errors at the beggining. I would recommand you to delete everything (except profiles / waypoints / userfunction folders) and redownload micromacro + the new rombot ...
by Onche
Tue May 26, 2020 4:20 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Well increasing it to 1 made it longer to load as it was taking 1s per wrong value (still got). So what I did was replacing the 0.25 to 0 and now I still have the errors but its loading way faster :lol:

Don't know if putting 0 is a good idea though
by Onche
Tue May 26, 2020 11:43 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

I just pushed up another quick update. Two things: Onche: looks like that was because I only had the bot force-loading slots 1-200 (pages 1-5) and not taking item shop bank into account; it should now force-load that as well and seems to be working for me now. For me it's still the same thing : a l...
by Onche
Sun May 24, 2020 11:02 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

The items that are not being found, are you able to determine where they are stored? Are they in the bank, inventory, or somewhere else? Yes absolutely, all those items comes from the bank, the 5 bank pages but also the "item shop" bank page. https://i.ibb.co/MC37pbG/888.jpg Quite easy to...
by Onche
Sat May 23, 2020 2:52 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Ok for both values (50ms & 500ms), sometimes it works with no difference (still get a lot of wrong values, then next launch only a few), sometimes I get an error with the bot crashing :

Code: Select all

 MicroMacro/scripts/rom/classes/item.lua:188: bad argument #1 to 'bitAnd' (number expected, got nil)
by Onche
Sat May 23, 2020 1:58 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Are they all still in the 240000-250000 range as before? No, the range was from 200XXX to 5XXXXXX. Also I just tried now to launch it several times, and the number of wrong values seems to decrease until a certain point. Here is a test I did: Start the client 1st MM launch : 154 wrong values 2nd MM...
by Onche
Sat May 23, 2020 9:43 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

In other news, I changed the way branch predictions work. You may notice a bunch of the purple branch prediction messages, but you can just ignore them now. Rather than have to be hard-coded in, they will automatically cache to disk. Basically, they automatically add themselves to the prediction li...
by Onche
Sat May 23, 2020 4:56 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

In other news, I changed the way branch predictions work. You may notice a bunch of the purple branch prediction messages, but you can just ignore them now. Rather than have to be hard-coded in, they will automatically cache to disk. Basically, they automatically add themselves to the prediction li...
by Onche
Fri May 22, 2020 4:42 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

As for my list, here you have the name of the items. Wrong value returned in update of item id: 243496 -- Amulet (quest item) Wrong value returned in update of item id: 241706 -- Proof of Myth (can be bought from auction house) Wrong value returned in update of item id: 241480 -- Water Element (even...
by Onche
Fri May 22, 2020 12:09 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

From my tests, wrong values ID issue seems to be from ID 240xxx to 244xxx (don't know much more about that). I have some other items in my bank with different IDs (like 20xxxx) and the bot isn't showing errors. As for the delay, it is sometimes different, but here is what I could get when using a ti...
by Onche
Fri May 22, 2020 4:42 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

Hey, I feel like it should be better to ask here to avoing spamming the official topic. I have the latest rom/bot you released @Administrator, and while it works fine, I was wondering if there was a way to solve this issue when loading profiles : [DEBUG] CPU Frequency 10000 Wrong value returned in u...
by Onche
Fri May 08, 2020 3:32 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 257933

Re: Version 7.4.0.2897 progress

I noticed one thing .... some waypoints that worked before your update now no longer work ..... they are trivial waypoints where for example we opened the sw packages ...... how come this waypoint it's easy but i have this error: 2020-05-07 17:34:45 - scripts\rom/bot.lua:735: No waypoints to go to ...