Start RoM and focus your RoM window into the foreground before pressing DEL to start the bot. And be sure you have actual Micromacro Version installed.ElvinFox wrote:I tried to run micromacro.exe and create a path but the program can't find RoM window....
Wed Aug 05 15:40:17 2009 : findWindowList() returned 0 results. Window(s) not found or other error occured.
stack traceback:
D:\Games\RoM\Runes of Magic\micromacro\lib\lib.lua:513: in function 'startMacro'
scripts\rom\createpath.lua:154: in main chunk
----------TRACEBACK END----------
Wed Aug 05 15:40:17 2009 : RoM window not found! RoM must be running first.
Wed Aug 05 15:40:17 2009 : Execution error: Runtime error
path to micramacro : D:\Games\RoM\Runes of Magic\micromacro
path to RoM : D:\Games\RoM\Runes of Magic
RoM bot
Re: RoM bot
The RoM Bot Online Wiki needs your help!
- Administrator
- Site Admin
- Posts: 5329
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
Re-download MicroMacro from here. It should fix your problem.ElvinFox wrote:I tried to run micromacro.exe and create a path but the program can't find RoM window....
Re: RoM bot
previous problem solved
now new one...
Wed Aug 05 19:49:52 2009 : MicroMacro v1.0
Wed Aug 05 19:49:52 2009 : Processor Type: 2X 586, OS: Windows XP Service Pack 3
Wed Aug 05 19:49:52 2009 : LuaCoco is available.
Wed Aug 05 19:49:52 2009 : Lua glues exported.
Wed Aug 05 19:49:52 2009 : Keyboard layout: US English
Wed Aug 05 19:49:52 2009 : Executing script 'createpath.lua'
==================================================
Wed Aug 05 19:49:52 2009 : WARNING: Failure reading memory from 0xD7FDB0 at 0x8d85e0 in memoryReadIntPtr(). Error code 299 (Ð—Ð°Ð¿Ñ€Ð¾Ñ ReadProcessMemory или WriteProcessMemory был выполнен только чаÑтично.)
Wed Aug 05 19:49:52 2009 : WARNING: Failure reading memory from 0xD7FDB0 at 0x8d85e0 in memoryReadIntPtr(). Error code 299 (Ð—Ð°Ð¿Ñ€Ð¾Ñ ReadProcessMemory или WriteProcessMemory был выполнен только чаÑтично.)
stack traceback:
D:\Games\RoM\Runes of Magic\micromacro\lib\lib.lua:536: in function 'startMacro'
scripts/rom/createpath.lua:154: in main chunk
----------TRACEBACK END----------
Wed Aug 05 19:49:52 2009 : scripts/rom/classes/pawn.lua:86: attempt to perform arithmetic on field 'Address' (a nil value)
Wed Aug 05 19:49:52 2009 : Execution error: Runtime error
Russian language

now new one...

Wed Aug 05 19:49:52 2009 : MicroMacro v1.0
Wed Aug 05 19:49:52 2009 : Processor Type: 2X 586, OS: Windows XP Service Pack 3
Wed Aug 05 19:49:52 2009 : LuaCoco is available.
Wed Aug 05 19:49:52 2009 : Lua glues exported.
Wed Aug 05 19:49:52 2009 : Keyboard layout: US English
Wed Aug 05 19:49:52 2009 : Executing script 'createpath.lua'
==================================================
Wed Aug 05 19:49:52 2009 : WARNING: Failure reading memory from 0xD7FDB0 at 0x8d85e0 in memoryReadIntPtr(). Error code 299 (Ð—Ð°Ð¿Ñ€Ð¾Ñ ReadProcessMemory или WriteProcessMemory был выполнен только чаÑтично.)
Wed Aug 05 19:49:52 2009 : WARNING: Failure reading memory from 0xD7FDB0 at 0x8d85e0 in memoryReadIntPtr(). Error code 299 (Ð—Ð°Ð¿Ñ€Ð¾Ñ ReadProcessMemory или WriteProcessMemory был выполнен только чаÑтично.)
stack traceback:
D:\Games\RoM\Runes of Magic\micromacro\lib\lib.lua:536: in function 'startMacro'
scripts/rom/createpath.lua:154: in main chunk
----------TRACEBACK END----------
Wed Aug 05 19:49:52 2009 : scripts/rom/classes/pawn.lua:86: attempt to perform arithmetic on field 'Address' (a nil value)
Wed Aug 05 19:49:52 2009 : Execution error: Runtime error
Russian language

Re: RoM bot
Upgrade to the latest Version via SVN... and please follow http://www.solarstrike.net/phpBB3/viewt ... f=21&t=495 when submitting a error next time.
Re: RoM bot
donexxsinz wrote:Upgrade to the latest Version via SVN... and please follow http://www.solarstrike.net/phpBB3/viewt ... f=21&t=495 when submitting a error next time.
but still have the same problem 'Unable to find static char base pointer in module."
Re: RoM bot
I suppose the russion version isn't only a translation. I has also different memory addresses. So you need to find out the addresses and change them. See statement of Admin here.ElvinFox wrote:(Ð—Ð°Ð¿Ñ€Ð¾Ñ ReadProcessMemory или WriteProcessMemory был выполнен только чаÑтично.)
stack traceback:
D:\Games\RoM\Runes of Magic\micromacro\lib\lib.lua:536: in function 'startMacro'
scripts/rom/createpath.lua:154: in main chunk
----------TRACEBACK END----------
Wed Aug 05 19:49:52 2009 : scripts/rom/classes/pawn.lua:86: attempt to perform arithmetic on field 'Address' (a nil value)
Wed Aug 05 19:49:52 2009 : Execution error: Runtime error
Russian language
The RoM Bot Online Wiki needs your help!
Re: RoM bot
I think I'll just repost my question >.>d003232 wrote:Please read here.Jinh wrote:The new code isnt working still, any help will be appreciated.
I'm trying to find a way to make my skill Crazy Blades to not recast over and over because when it recasts it deactivates the buff because the timer hasnt run out.
Right now my skill code looks like this:
<skill name="KNIGHT_CRAZY_BLADES" hotkey= "VK_8" mana="80" type="buff" cooldown="180" target="self" />
Yet it keeps recasting. Any help is appreciated.
Re: RoM bot
Ups, sorry. I missed that your post was just the answer to another one.Jinh wrote:I'm trying to find a way to make my skill Crazy Blades to not recast over and over because when it recasts it deactivates the buff because the timer hasnt run out.
Right now my skill code looks like this:
<skill name="KNIGHT_CRAZY_BLADES" hotkey= "VK_8" mana="80" type="buff" cooldown="180" target="self" />
Yet it keeps recasting. Any help is appreciated.

Are you really sure, that it will be recast BEFORE the 180 second timer if over? That sould not be and I don't notice such an behaivor before? Can you check your MM window how often that cast KNIGHT_CRAZY_BLADES will be cast? And is it really at key 8? And you don't have something other also defined with key 8?
The RoM Bot Online Wiki needs your help!
Re: RoM bot
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Using HP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Looting target.
Clearing target.
Target dead/lost
Waiting on aggressive enemies.
Engaging enemy [Ystra Ferret Cub] in combat.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Using HP potion.
Casting 'KNIGHT_CRAZY_BLADES'
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Looting target.
Clearing target.
Target dead/lost
Waiting on aggressive enemies.
Engaging enemy [Ystra Ferret Cub] in combat.
Using HP potion.
Casting 'KNIGHT_CRAZY_BLADES'
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Using HP potion.
Using MP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Looting target.
Clearing target.
Target dead/lost
Waiting on aggressive enemies.
Engaging enemy [Ystra Ferret Cub] in combat.
Casting 'KNIGHT_CRAZY_BLADES'
Casting 'KNIGHT_ENHANCED_ARMOR'
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Using HP potion.
Using MP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'KNIGHT_CRAZY_BLADES'
Casting 'KNIGHT_HOLY_STRIKE'
Looting target.
Clearing target.
Target dead/lost
Waiting on aggressive enemies.
Engaging enemy [Ystra Ferret Cub] in combat.
Using HP potion.
Using MP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Using HP potion.
Using MP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Looting target.
Clearing target.
Target dead/lost
Moving to waypoint #52, (-11590, -3440)
Casting 'KNIGHT_CRAZY_BLADES'
Here's a short part of the log in my MM window. Maybe this might help?
It is key 8, and I checked at least 5 times over that nothing else is on key 8 as well.
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Using HP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Looting target.
Clearing target.
Target dead/lost
Waiting on aggressive enemies.
Engaging enemy [Ystra Ferret Cub] in combat.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Using HP potion.
Casting 'KNIGHT_CRAZY_BLADES'
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Looting target.
Clearing target.
Target dead/lost
Waiting on aggressive enemies.
Engaging enemy [Ystra Ferret Cub] in combat.
Using HP potion.
Casting 'KNIGHT_CRAZY_BLADES'
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Using HP potion.
Using MP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Looting target.
Clearing target.
Target dead/lost
Waiting on aggressive enemies.
Engaging enemy [Ystra Ferret Cub] in combat.
Casting 'KNIGHT_CRAZY_BLADES'
Casting 'KNIGHT_ENHANCED_ARMOR'
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Using HP potion.
Using MP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'KNIGHT_DISARMAMENT'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'KNIGHT_CRAZY_BLADES'
Casting 'KNIGHT_HOLY_STRIKE'
Looting target.
Clearing target.
Target dead/lost
Waiting on aggressive enemies.
Engaging enemy [Ystra Ferret Cub] in combat.
Using HP potion.
Using MP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Casting 'KNIGHT_SMASH'
Target HP changed
Casting 'ROGUE_SHADOWSTAB'
Target HP changed
Using HP potion.
Using MP potion.
Casting 'KNIGHT_HOLY_STRIKE'
Casting 'ROGUE_BLIND_STAB'
Looting target.
Clearing target.
Target dead/lost
Moving to waypoint #52, (-11590, -3440)
Casting 'KNIGHT_CRAZY_BLADES'
Here's a short part of the log in my MM window. Maybe this might help?
It is key 8, and I checked at least 5 times over that nothing else is on key 8 as well.
- Administrator
- Site Admin
- Posts: 5329
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
Did you set the cooldown in your profile or in database/skills.xml? It won't work if you only put it in your profile.
Re: RoM bot
Ugh, that makes more sense now, thank you so much.
Re: RoM bot
I'm inocenct! See hereJinh wrote:Ugh, wish someone could've made that clearer before, that makes more sense now, thank you so much.

But I oversight that you changed it in your profile.
The RoM Bot Online Wiki needs your help!
Re: RoM bot
Yeah I know, just realised when I re read your post that you told me exactly what to do but I missed it, my fault.
Thanks again for your help.
Thanks again for your help.
Re: RoM bot
coldfire201 wrote:This was a while ago actually so I don't remember what the error said. But The error occured when I tryed to save it. It refused to save and then abandoned my entire work lol.
I had the same error but only after I died and tried to run back to the last waypoint i set. Then when I tried to make the next one it aborded and everything was lost. ^^
I've got a question, too. I tried to use the command
Code: Select all
if( player.Level > 17 ) then load_paths("level18.xml", "return18.xml"); end
Code: Select all
if( player.Level < 12 ) then load_paths("level8.xml", "return8.xml"); end
Greets.
Re: RoM bot
I don't understand, what you are talking about?akira2102 wrote:coldfire201 wrote:This was a while ago actually so I don't remember what the error said. But The error occured when I tryed to save it. It refused to save and then abandoned my entire work lol.
I had the same error but only after I died and tried to run back to the last waypoint i set. Then when I tried to make the next one it aborded and everything was lost. ^^
There is a problem with the xml pharser. You can't use '<'. use instead '<'.akira2102 wrote:I've got a question, too. I tried to use the commandin a different way.Code: Select all
if( player.Level > 17 ) then load_paths("level18.xml", "return18.xml"); end
but u can't switch the operators that easily. Or am I wrong?Code: Select all
if( player.Level < 12 ) then load_paths("level8.xml", "return8.xml"); end
Code: Select all
if( player.Level < 12 ) then load_paths("level8.xml", "return8.xml"); end
The RoM Bot Online Wiki needs your help!
Re: RoM bot
thank u very much!!! It worked!
Is there a reference where I can see which operators are working?
Is there a reference where I can see which operators are working?
- Administrator
- Site Admin
- Posts: 5329
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
The less than sign is pretty much the only one that doesn't work when used inside of XML, because the XML parser won't be able to tell the difference between opening a tag (looks like <tag>) and a less than sign in script (if x < 12).
-
- Posts: 4
- Joined: Fri Aug 07, 2009 12:20 am
Re: RoM bot
I have a Problem can someone Please tell me or help me how to solve this!!!

Im playing in US server i remember ther was an update last week so i think thats cosing the problem^^
can someone please help me!

Im playing in US server i remember ther was an update last week so i think thats cosing the problem^^
can someone please help me!
- Administrator
- Site Admin
- Posts: 5329
- Joined: Sat Jan 05, 2008 4:21 pm
Re: RoM bot
Did you really need to post a huge screenshot of text? Anyways, it tells you exactly what the problem is: you didn't set the key properly for one or more hotkeys in your profile.
Who is online
Users browsing this forum: No registered users and 3 guests