Page 1 of 1

2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Wed Aug 12, 2009 2:03 pm
by Markers24
2.0.10.1853 version EN EU server .. MicroMacro Error!

There is a adress offset reading error. How can i fix it??

Image

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Wed Aug 12, 2009 3:03 pm
by memcpy
- got newest version of micromacro? here
- got latest rombot release? grab it here
- better of use the newest SVN of the rombot if you know how to
- run rom/update.lua before running rom/bot.lua

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Wed Aug 12, 2009 3:10 pm
by Administrator
As memcpy pointed out, your RoM scripts are very outdated. Download the newer scripts here.

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Wed Aug 12, 2009 5:34 pm
by d003232
btw: What's the language of your windows installation?

And what's in that installation the name to your 'My Documents' folder?

In german it would be:

Code: Select all

%USERPROFILE%\Eigene Dateien\Runes of Magic\bindings.txt
I want to collect it for different installations to check the binding file automaticly.

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Sat Aug 15, 2009 3:32 am
by Markers24
btw: What's the language of your windows installation?

And what's in that installation the name to your 'My Documents' folder?

In german it would be:

oh its turkish. its named "Belgelerim"

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Sat Aug 15, 2009 5:12 am
by d003232
Markers24 wrote:
btw: What's the language of your windows installation?

And what's in that installation the name to your 'My Documents' folder?

In german it would be:

oh its turkish. its named "Belgelerim"
thx. It's on SVN 152.

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Sat Aug 15, 2009 12:11 pm
by Markers24
Markers24 wrote:
Quote:
btw: What's the language of your windows installation?

And what's in that installation the name to your 'My Documents' folder?

In german it would be:



oh its turkish. its named "Belgelerim"
thx. It's on SVN 152.

im newbie.. sorry. What does it mean?

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Sat Aug 15, 2009 1:25 pm
by d003232
Markers24 wrote:
Markers24 wrote:
Quote:
btw: What's the language of your windows installation?

And what's in that installation the name to your 'My Documents' folder?

In german it would be:



oh its turkish. its named "Belgelerim"
thx. It's on SVN 152.
At the end of that postis a description. It is a source code management system.


im newbie.. sorry. What does it mean?

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Sun Aug 16, 2009 3:09 am
by Markers24
Markers24 wrote:
Quote:
Markers24 wrote:
Quote:
btw: What's the language of your windows installation?

And what's in that installation the name to your 'My Documents' folder?

In german it would be:



oh its turkish. its named "Belgelerim"
thx. It's on SVN 152.
At the end of that postis a description. It is a source code management system.


im newbie.. sorry. What does it mean?
i understood. THanks everbody! Bot is working !

But there is just a problem happened.. i cant save any waypoints because i'm using a lap-top

there is no numpad 's.. what should i do :]

i'm using warnder mode but its a kind of..stupid.

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Sun Aug 16, 2009 5:19 am
by d003232
Markers24 wrote:But there is just a problem happened.. i cant save any waypoints because i'm using a lap-top

there is no numpad 's.. what should i do :]

i'm using warnder mode but its a kind of..stupid.
Just open the file 'rom/createpath.lua' with an editor. At line 28-29 you find:

Code: Select all

wpKey = key.VK_NUMPAD1;		-- insert a movement point
harvKey = key.VK_NUMPAD2;	-- insert a harvest point	
saveKey = key.VK_NUMPAD3;	-- save the waypoints
restartKey = key.VK_NUMPAD9;	-- restart waypoints script
You could change it to some other free keys:

Code: Select all

wpKey = key.VK_V;		-- insert a movement point
harvKey = key.VK_B;	-- insert a harvest point	
saveKey = key.VK_N;	-- save the waypoints
restartKey = key.VK_M;	-- restart waypoints script

Re: 2.0.10.1853 version EN EU server .. MicroMacro Error!

Posted: Mon Aug 17, 2009 2:08 am
by Markers24
Thank You everybody! Everything is Working Exellent!!!

Edit:

Hey! Coder of Micromacro you are very succesfull programmer :)

Turkey version of runes of magic has been opened.

Version : 2.09.1850

Can we make bot working ?