Updated Micromacro from 0.9.4 and now script does not work.

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
Isaakk
Posts: 1
Joined: Wed Jun 18, 2014 4:50 pm

Updated Micromacro from 0.9.4 and now script does not work.

#1 Post by Isaakk » Wed Jun 18, 2014 4:57 pm

This function does not work like before

Code: Select all

addr 	= "06DE04B4";
memoryReadInt(proc, addr);
It says that number expected but got string, then I changed to

Code: Select all

addr 	= 06DE04B4;
memoryReadInt(proc, addr);

then it says "malformed number near '06DE04B4'"

some help to being able to read memory adress?

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Updated Micromacro from 0.9.4 and now script does not wo

#2 Post by Administrator » Wed Jun 18, 2014 8:24 pm

Addresses specified in hex need to be preceeded by 0x. You'll want to use 0x06DE04B4.

Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests