RoM bot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Locked
Message
Author
User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: RoM bot

#641 Post by Administrator » Sat Apr 04, 2009 1:12 pm

Wolfgangwarriors wrote:Every time i die my character rez's and then runs towards the path. He gets killed every time by mobs and bosses with the rez effects. Is there a way i can get the bot to just error out and quit or not make him rez?
You should, at least, lay on the ground dead for an hour or something before resurrecting. Are you using some sort of macro to make your character res?
Having that problem too. Logout() and QuitGame() with OnDeath didnt work.
Those shouldn't be called inside your onDeath event. You put that in a macro in-game, then use onDeath to press the hotkey to use that macro.

calistomcg
Posts: 2
Joined: Sun Apr 05, 2009 10:21 am

Re: RoM bot

#642 Post by calistomcg » Sun Apr 05, 2009 10:21 am

Anyone already got configged for a Knight/Warrior? Maybe can trade diamonds for some configuration help lol.

Wolfgangwarriors
Posts: 10
Joined: Fri Feb 27, 2009 6:07 pm

Re: RoM bot

#643 Post by Wolfgangwarriors » Sun Apr 05, 2009 7:33 pm

Had my account suspended by administration. I only had bot running for about 20 mins and they caught it. :(

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

Re: RoM bot

#644 Post by Administrator » Sun Apr 05, 2009 8:36 pm

Wolfgangwarriors wrote:Had my account suspended by administration. I only had bot running for about 20 mins and they caught it. :(
You probably were botting on the same account before though, I'm sure. Somebody probably reported you a few days ago and then the GMs seen you were online now and went to check you out.

calistomcg
Posts: 2
Joined: Sun Apr 05, 2009 10:21 am

Re: RoM bot

#645 Post by calistomcg » Mon Apr 06, 2009 6:56 am

Yo, anyone got Knight/Warrior configuration willin to trade for it?

Zilvermoon
Posts: 104
Joined: Mon Jan 05, 2009 8:19 am

Re: RoM bot

#646 Post by Zilvermoon » Tue Apr 07, 2009 8:43 am

Just wanted to let you guys know that the addresses have changed again (1827), and since I still don't get how to get the "new" values you have to w8 for someone that does know how to get it.

Zilvermoon

holystrikers
Posts: 25
Joined: Fri Mar 06, 2009 1:32 pm

Re: RoM bot

#647 Post by holystrikers » Tue Apr 07, 2009 9:15 am

Same here silvermoon dont know how i can't get new adress! :)

Wolfgangwarriors
Posts: 10
Joined: Fri Feb 27, 2009 6:07 pm

Re: RoM bot

#648 Post by Wolfgangwarriors » Tue Apr 07, 2009 11:38 am

Administrator wrote:
Wolfgangwarriors wrote:Had my account suspended by administration. I only had bot running for about 20 mins and they caught it. :(
You probably were botting on the same account before though, I'm sure. Somebody probably reported you a few days ago and then the GMs seen you were online now and went to check you out.

Yes, that is probably what happened, A GM did say in world chat a couple days ago that he was going Bot hunting. I knew it could happen so that's why I expected it to happen some day.

Izebize
Posts: 18
Joined: Tue Apr 07, 2009 11:38 am

Re: RoM bot

#649 Post by Izebize » Tue Apr 07, 2009 11:51 am

I've found 4 addresses:
  • 008687A4
    008687E0
    00882F08
    008A1E50
Oh I see now.
The previous address was the 'same', and the commented are the rest 3.
I thought the commented ones are some kind of 'history' :)

P.S.: You have to change "00" to "0x" to make it work.

holystrikers
Posts: 25
Joined: Fri Mar 06, 2009 1:32 pm

Re: RoM bot

#650 Post by holystrikers » Tue Apr 07, 2009 12:05 pm

dont work for me :(

i have try your adress but with the same result

Code: Select all

Tue Apr 07 13:02:12 2009 : MicroMacro v1.0
Tue Apr 07 13:02:12 2009 : Processor Type: 2X 586, OS: Windows Vista | Windows Server 2008 Service Pack 1
Tue Apr 07 13:02:12 2009 : LuaCoco is available.
Tue Apr 07 13:02:12 2009 : Lua glues exported.
Tue Apr 07 13:02:12 2009 : Keyboard layout: US English
Tue Apr 07 13:02:24 2009 : Executing script 'bot.lua'
==================================================

Tue Apr 07 13:02:25 2009 : RoM Bot Version 2.25
Tue Apr 07 13:02:25 2009 : WARNING: Failure reading memory from 0x26FFDB4 at 0x8607a4 in memoryReadIntPtr(). Error code 299 (Seule une partie d'une requête ReadProcessMemory ou WriteProcessMemory a été effectuée.)


stack traceback:
	C:\Users\Syrian\Desktop\micromacro\lib\lib.lua:512: in function 'startMacro'
	scripts\rom/bot.lua:152: in main chunk

----------TRACEBACK END----------

Tue Apr 07 13:02:25 2009 : ...an/Desktop/micromacro/scripts/rom/classes/player.lua:14: attempt to perform arithmetic on field 'Address' (a nil value)
Tue Apr 07 13:02:25 2009 : Execution error: Runtime error

Izebize
Posts: 18
Joined: Tue Apr 07, 2009 11:38 am

Re: RoM bot

#651 Post by Izebize » Tue Apr 07, 2009 12:10 pm

Yeah, the offsets are changed too. I try to guess out for what.

Here is the new addresses.lua:

Code: Select all

staticcharbase_address = 0x8687A4; --0x8687E0; 0x882F08; 0x8A1E50;
charPtr_offset = 0x56C;
castbar_offset = 0x238; -- ?

charX_offset = 0x2C;
charY_offset = 0x30;
charZ_offset = 0x34;
charDirection_offset = 0x38;
charHP_offset = 0x344;
charMaxHP_offset = 0x34C;
charMP_offset = 0x350;
charMaxMP_offset = 0x354;
charMP2_offset = 0x358;
charMaxMP2_offset = 0x35C;
charLevel_offset = 0x37C;
charLevel2_offset = 0x384;

charName_offset = 0x278;
charSpeed_offset = 0x560; -- ?
charTargetPtr_offset = 0x260;
charDirVectorPtr_offset = 0xCC; -- ?

pawnAttackable_offset = 0x3D6; -- ?
inBattle_offset = 0x566; -- ?
camUVec1_offset = 0xF4; -- ?
camUVec2_offset = 0xFC; -- ?
That's all folks for now.
I commented the "not sure" values with a question mark, these are probably wont work.
Last edited by Izebize on Tue Apr 07, 2009 1:58 pm, edited 3 times in total.

ellamental
Posts: 27
Joined: Mon Mar 23, 2009 4:49 am

Re: RoM bot

#652 Post by ellamental » Tue Apr 07, 2009 1:20 pm

Well Im sure the dev will be very grateful for what you have done thus far, I know I am.

It will speed his work up a lot.

Zilvermoon
Posts: 104
Joined: Mon Jan 05, 2009 8:19 am

Re: RoM bot

#653 Post by Zilvermoon » Tue Apr 07, 2009 2:32 pm

Those values might work for 1827, but just opened my client, and patch 1828 is out now, and I can't get it working with that patch ... :cry:

Well hope that someone with the knowledge needed will bring us the new values / or an update 8-)

Zilvermoon

Izebize
Posts: 18
Joined: Tue Apr 07, 2009 11:38 am

Re: RoM bot

#654 Post by Izebize » Tue Apr 07, 2009 3:46 pm

Yeah.
The new patch (1828) always crashes my game, and I can't find the new values before crash, so I wait for a new patch or new server patch or whatever.

holystrikers
Posts: 25
Joined: Fri Mar 06, 2009 1:32 pm

Re: RoM bot

#655 Post by holystrikers » Tue Apr 07, 2009 5:41 pm

the bot dont work for me did someone here have new adresse for bot !!! i have try a lot off adress but with no result :(

Izebize
Posts: 18
Joined: Tue Apr 07, 2009 11:38 am

Re: RoM bot

#656 Post by Izebize » Tue Apr 07, 2009 5:50 pm

New addresses.lua (for v2.0.4.1828):

Code: Select all

staticcharbase_address = 0x8697A4; --0x8697E0; 0x883F00; 0x8A2E48;
charPtr_offset = 0x56C;
castbar_offset = 0x238; -- ?

charX_offset = 0x2C;
charY_offset = 0x30;
charZ_offset = 0x34;
charDirection_offset = 0x38;
charHP_offset = 0x344;
charMaxHP_offset = 0x34C;
charMP_offset = 0x350;
charMaxMP_offset = 0x354;
charMP2_offset = 0x358;
charMaxMP2_offset = 0x35C;
charLevel_offset = 0x37C;
charLevel2_offset = 0x384;

charName_offset = 0x278;
charSpeed_offset = 0x560; -- ?
charTargetPtr_offset = 0x260;
charDirVectorPtr_offset = 0xCC; -- ?

pawnAttackable_offset = 0x3D6; -- ?
inBattle_offset = 0x566; -- ?
camUVec1_offset = 0xF4; -- ?
camUVec2_offset = 0xFC; -- ?
I'll check offsets later.
holystrikers: I think the bot won't work till all addresses aren't correct.

*UPDATE*: Offsets are the same as my previous post. Question marked offsets still won't work!
Last edited by Izebize on Tue Apr 07, 2009 6:39 pm, edited 1 time in total.

holystrikers
Posts: 25
Joined: Fri Mar 06, 2009 1:32 pm

Re: RoM bot

#657 Post by holystrikers » Tue Apr 07, 2009 5:54 pm

ty bud for your help ! it's appreciate.

Nasa210
Posts: 10
Joined: Tue Apr 07, 2009 5:53 pm

Re: RoM bot

#658 Post by Nasa210 » Tue Apr 07, 2009 6:29 pm

thx for the help! cant wait till the new address is posted! :D

jstone
Posts: 5
Joined: Tue Apr 07, 2009 2:31 pm

Re: RoM bot

#659 Post by jstone » Tue Apr 07, 2009 6:46 pm

Esetleg tudok segíteni? / Maybe can i help you someone?

Nasa210
Posts: 10
Joined: Tue Apr 07, 2009 5:53 pm

Re: RoM bot

#660 Post by Nasa210 » Tue Apr 07, 2009 7:28 pm

Izebize, I still have the memory error message. Should i still have that with the new address?

Locked

Who is online

Users browsing this forum: No registered users and 3 guests