Search found 8 matches

by darkguard
Wed Sep 16, 2009 12:04 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1819280

Re: RoM bot

Valid point, it does seem to work with an empty profile.
by darkguard
Wed Sep 16, 2009 11:29 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1819280

Re: RoM bot

Yes I see it.

Code: Select all

RoM Bot Version 2.46
RoM windows size is 1440x881, upper left corner at 8,30
Ranged skill found: SCOUT_WIND_ARROWS
Read str: testing
[DEBUG] TIMEOUT in RoMScript ...
by darkguard
Wed Sep 16, 2009 11:10 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1819280

Re: RoM bot

The change didnt do anything, so I added at first and error on ok then a log on ok:
local len = string.len(text);
if( len > 254 ) then
error("Macro text too long.", 2);
else
logMessage("Macro is ok");
end

On error on "ok" the scripts just stops without the client crashing.

With the code ...
by darkguard
Wed Sep 16, 2009 10:52 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1819280

Re: RoM bot

I get the crash message on the client just after the micromacro output "RoM windows size..."

BEFORE the "[DEBUG] TIMEOUT in RoMScript ..." and "Mapping inventory (bagslot 1 to 2)..."


im not sure if the "Ranged skill found:" comes after or before...
by darkguard
Wed Sep 16, 2009 10:39 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1819280

Re: RoM bot

Still not working

The client seems to crash instantly when I hit 'Del' and the micromacro output continues even the client is crashed
I really think it crashes before the bag is checked.


Wed Sep 16 11:35:59 2009 : MicroMacro v1.0
Wed Sep 16 11:35:59 2009 : Processor Type: 8X 586, OS: Windows 7 ...
by darkguard
Wed Sep 16, 2009 10:11 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1819280

Re: RoM bot

As a note I have : <option name="INV_MAX_SLOTS" value="2" />
in the profile but it doesnt change anything

It seems to crash before that...


Wed Sep 16 11:08:36 2009 : Language: english
Wed Sep 16 11:08:39 2009 : RoM Bot Version 2.46
Wed Sep 16 11:08:40 2009 : Using static char address 0x8E9A00 ...
by darkguard
Wed Sep 16, 2009 9:58 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1819280

Re: RoM bot


Wed Sep 16 10:47:39 2009 : MicroMacro v1.0
Wed Sep 16 10:47:39 2009 : Processor Type: 8X 586, OS: Windows 7
Wed Sep 16 10:47:39 2009 : LuaCoco is available.
Wed Sep 16 10:47:39 2009 : Lua glues exported.
Wed Sep 16 10:47:39 2009 : Keyboard layout: US English
Wed Sep 16 10:47:44 2009 : Executing ...
by darkguard
Wed Sep 16, 2009 9:37 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1819280

Re: RoM bot

I have the same problem and changing
keyboardSetDelay(100);

didnt help.

As soon as it starts indexing the bag, it crashes.