Update Crash
Update Crash
Well it looks like they add in a check or something for this bot ....when ever it checks for the MACRO system know the bot detects the client it crashes. ?
- Administrator
- Site Admin
- Posts: 5333
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Update Crash
It probably has more to do with writing to the wrong location in memory. Go to line 334 in functions.lua and look for this line:
Directly underneath that, add this:
Then run the script. What does it say macro_address is?
Code: Select all
local macro_address = memoryReadUInt(getProc(), staticmacrobase_address);
Code: Select all
printf("macro_address: 0x%X\n", macro_address);
Re: Update Crash
Other reasons could be:CDWriter wrote:Well it looks like they add in a check or something for this bot ....when ever it checks for the MACRO system know the bot detects the client it crashes. ?
1. Depending from the version you have. There were some coding like
Code: Select all
sendMacro("SetSpellPoint( 4, 2 );");2. I could also happen, that your macro file is invalid an crash the client. Close RoM. Go to the RoM settings in your 'my documents' folder. There are folders within for every character. Go to the invalid character and delete the 'Macro.bsd' file (or just delete the whole folder, if that character is not important to you, or the whole settings, if your don't have special things).
The RoM Bot Online Wiki needs your help!
Re: Update Crash
Comes up 0xA220000
hmm that time it worked, But i had to update.lua before doing anything Even after geting it from Svn..... Then it spammed that number 20 times but it did work ? thats strange
I tryed it on a Noob char, ill try it agian on a old char see what happens and ill report it
and i have nothing there at all d003232
hmm that time it worked, But i had to update.lua before doing anything Even after geting it from Svn..... Then it spammed that number 20 times but it did work ? thats strange
I tryed it on a Noob char, ill try it agian on a old char see what happens and ill report it
and i have nothing there at all d003232
Re: Update Crash
Couldn't be. After starting and closing RoM, RoM writes all settings to the folder 'Runes of Magic' in your 'My documents' folder (or 'Eigene Dateien' in a german installation, ...).CDWriter wrote:and i have nothing there at all d003232
The RoM Bot Online Wiki needs your help!
Re: Update Crash
no no in the <onLeaveCombat> on the char file i have nothing there....
here is what it does
EDIT: delete image to protect character name (d003232)
here is what it does
EDIT: delete image to protect character name (d003232)
Re: Update Crash
Another thing maybe its my character file, am sure its something becuase it works with my noob char with no skills setup
Working now ? Still dont understand why it crashed, and i deleted the macro file in documents
and thanks... Hopefuly i covered the names well enough ....
Working now ? Still dont understand why it crashed, and i deleted the macro file in documents
and thanks... Hopefuly i covered the names well enough ....
Re: Update Crash
I don't believe that a wrong profile settings could crash the client. If it happens while updating the the inventory, it looks more like something with that new functionality.CDWriter wrote:Another thing maybe its my character file, am sure its something becuase it works with my noob char with no skills setup
So we have to find way to come closer to the reason. There is a hiden profile option:
Code: Select all
<option name="DEBUG_INV" value="true" />But. Do you still get the crash or it is now gone?
The RoM Bot Online Wiki needs your help!
Re: Update Crash
well i set up a empty macro in slot 1 in the macro menu ....i did not relize it wrote something there into the first macro for the bot too work ?
/script r='' a={UseSkill(1,1);} for i=1,#a do if a then r=r..tostring(a) end r=r..' ' end EditMacro(2,'',7,r);
I was deleteing everything in there thinking it was just throwing junk in there and adding my script too it , so i did not lose my key 0 assignment..
/cast Evasion
could this have been the reason it Crashed?
/script r='' a={UseSkill(1,1);} for i=1,#a do if a then r=r..tostring(a) end r=r..' ' end EditMacro(2,'',7,r);
I was deleteing everything in there thinking it was just throwing junk in there and adding my script too it , so i did not lose my key 0 assignment..
/cast Evasion
could this have been the reason it Crashed?
Re: Update Crash
Don't think so. The bot will just overwrite your macro '/cast Evasion'. But if you can't reproduce it, it was perhaps just something other?CDWriter wrote:well i set up a empty macro in slot 1 in the macro menu ....i did not relize it wrote something there into the first macro for the bot too work ?
/script r='' a={UseSkill(1,1);} for i=1,#a do if a then r=r..tostring(a) end r=r..' ' end EditMacro(2,'',7,r);
I was deleteing everything in there thinking it was just throwing junk in there and adding my script too it , so i did not lose my key 0 assignment..
/cast Evasion
could this have been the reason it Crashed?
The RoM Bot Online Wiki needs your help!
Re: Update Crash
Yes i think it was it ? my macro went like this
/wait 1
/cast Assassins Rage
/wait 1
/cast Enrage
/wait 1
/cast Posion
/wait 1
/cast Evasion
/wait 1
/cast Hide
that was the macro i was adding in there, and each time CRASH..
Would that have been to long to remove and be replace by the bot?
and since your using macro now on assignment 0 .. Do we lose that assignment to that Number ...i dont understand what you mean our the site info you sent me about a Dummy file ? i seen it there but dont understand what it does so i delete it ?
Bottom line i hate losing that Key assignment since we only have 9 + 1 for HP our MP depending on what you use.
/wait 1
/cast Assassins Rage
/wait 1
/cast Enrage
/wait 1
/cast Posion
/wait 1
/cast Evasion
/wait 1
/cast Hide
that was the macro i was adding in there, and each time CRASH..
Would that have been to long to remove and be replace by the bot?
and since your using macro now on assignment 0 .. Do we lose that assignment to that Number ...i dont understand what you mean our the site info you sent me about a Dummy file ? i seen it there but dont understand what it does so i delete it ?
Bottom line i hate losing that Key assignment since we only have 9 + 1 for HP our MP depending on what you use.
Re: Update Crash
You could also use a-z. Just enter your ingame options and go to the interface. There you can activate more action bars. And under key assignment (?) you can assign the proper keys.CDWriter wrote: Would that have been to long to remove and be replace by the bot?
and since your using macro now on assignment 0 .. Do we lose that assignment to that Number ...i dont understand what you mean our the site info you sent me about a Dummy file ? i seen it there but dont understand what it does so i delete it ?
Bottom line i hate losing that Key assignment since we only have 9 + 1 for HP our MP depending on what you use.
The RoM Bot Online Wiki needs your help!
Re: Update Crash
Well doo3232 that sounds great but when ever you assign them in the bot it gives this error.
and the profile is what making the bot report this ?
So i alway had this problem and not able to assign any more ?
Bind file is there also do i need to put it in Bot dir?
and iam using Vista so the binding text is located differently then Other OS's and it is reasding it says it right when it starts
and in game its set to undifine just like all the others ?Error: The hotkey 'VK=[' for 'XXXXXXXX" is not a Valid Key!
Please check your settings: Ingame -> System -> Hotkey and in your profile.
and the profile is what making the bot report this ?
So i alway had this problem and not able to assign any more ?
Bind file is there also do i need to put it in Bot dir?
and iam using Vista so the binding text is located differently then Other OS's and it is reasding it says it right when it starts
Re: Update Crash
It difficult to see from your writing, what you have defined. It would be more helpfull to post the part of the profile with the key you defined. I suppose, you try to set a key '['. And thats not a valid key! I wrote:CDWriter wrote:Well doo3232 that sounds great but when ever you assign them in the bot it gives this error.
and in game its set to undifine just like all the others ?Error: The hotkey 'VK=[' for 'XXXXXXXX" is not a Valid Key!
Please check your settings: Ingame -> System -> Hotkey and in your profile.
and the profile is what making the bot report this ?
So i alway had this problem and not able to assign any more ?
Bind file is there also do i need to put it in Bot dir?
and iam using Vista so the binding text is located differently then Other OS's
'You could also use a-z'. That are 26 more keys. And there are some special virtual keys, that you can see in the file '\micromacro\lib\mods\keyboard\en_us.lua'.
The RoM Bot Online Wiki needs your help!
Re: Update Crash
Please exnore it needed the assignment in CAPS to see it from the Bot profile
Works, Thanks ALot
Works, Thanks ALot
Re: Update Crash
I don't understand anything. But if it works ... it is fine.CDWriter wrote:Please exnore it needed the assignment in CAPS to see it from the Bot profile
The RoM Bot Online Wiki needs your help!
Re: Update Crash
Iam sorry ill explain it a little better ...i assigned the letters l j and i to three keys witch need to be low case in the game , but when it comes to the bot VK_ = X where X needs to be a CAP Letter L J and the I, That i added to my profile. but all is Great ....
thanks for the help doo3232 i hope that is a better explanation,
thanks for the help doo3232 i hope that is a better explanation,
Re: Update Crash
Oki, thx, now I understand.CDWriter wrote:Iam sorry ill explain it a little better ...i assigned the letters l j and i to three keys witch need to be low case in the game , but when it comes to the bot VK_ = X where X needs to be a CAP Letter L J and the I, That i added to my profile. but all is Great ....
thanks for the help doo3232 i hope that is a better explanation,
The RoM Bot Online Wiki needs your help!
Who is online
Users browsing this forum: Bing [Bot] and 3 guests