Page 2 of 3

Re: [PH, RU, etc.] Unsupported client information

Posted: Thu May 26, 2011 10:57 am
by rock5
Lets see. According to this page
https://forum.runesofmagic.com/forumdis ... 7&langid=2
3.0.4 came out in September 2010 around the 15th. That's around rombot revision 500. 3.0.5 came out about October the 21st. That's around rombot revision 509.

So try from 500 to 509. I don't usually give this sort of advice so I might be completly wrong. :)

Re: [PH, RU, etc.] Unsupported client information

Posted: Thu May 26, 2011 2:59 pm
by harbifm
I do not think it is a version issue, i tried many many version from 419-510, I tried to fix the sittings.xml file also, did not work either .


And i did it the proper way, folllwoing all the stes, still did not work. (the same error)
If you can tell me why it giving me this specificly, it might help.


know this bot work since I monitor the auction usualy, and someone offered 100 Millar ranch cakes, so I guss some one figured out how to run the miller ranch script.

this issue may need more digging into these issue with ME compatibility

this is screen show of the game folder ( it might help)

Re: [PH, RU, etc.] Unsupported client information

Posted: Thu May 26, 2011 10:31 pm
by rock5
If your client window name isn't "Runes of Magic" you can try changing this in functions.lua. It's about line 70.

Code: Select all

	local windowList = findWindowList("Runes of Magic", "Radiant Arcana");
to

Code: Select all

	local windowList = findWindowList("*", "Radiant Arcana");
I saw it mentioned elsewhere.

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 1:42 am
by harbifm
greet, some progres, now I am getting new error

some problem with looking for player address, see picture attached, how can I fix this one?

tried other versions, did not seem to solve the problem

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 3:02 am
by rock5
Now that looks like you have the wrong version of rombot.

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 4:38 am
by harbifm
the erro is to do with plyaerAdress

I tried many version from 418-520

no luck, same problem

I have a an idea that might have cuased that,
the sitting for (document) in which my sitting for runes of magic is saved is not under my C disk

it is here:

L:\Private\Documents\Runes of Magic

(note that it is named Runes of Magic, although my clinet is named diffretly by the middle east game owner-distributers) - here is where my ingame option are saved, log in I guss and my charactures quick keys and in game sitting, as you knwo already.

since it is under another disk (L), different than the games one (which is on the C:/ Drive)

could that have any effect on runing rombot?

I could not fix tht for some reason, every time I delete it, my vista creat it back into the other hard disk.

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 4:54 am
by rock5
harbifm wrote: could that have any effect on runing rombot?
No, that shouldn't be a problem.

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 5:13 am
by harbifm
porgress

tried version 434

but got some new error

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 6:08 am
by lisa
have you tried 430 or 439 after you changed the code to

Code: Select all

local windowList = findWindowList("*", "Radiant Arcana");

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 6:38 am
by harbifm
yes i did

would i keep somthing that lead to the same problem again!

but diffenetly not 418 and not 439

I wil try every one in between
the issue in not the siting file either, since I tried in different computer, it is the same problem/ erorr massege


as above (line 244 in the pawn file)

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 9:50 am
by rock5
When you get the right version you may still need to run update.lua. Have you tried that?

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 11:12 am
by harbifm
done the update, still the same error

from r 421-435 , I get the same error, after that I get back to the version error u mentioned before. so I will concentrate on version 432

can you look futher into this error

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 11:34 am
by rock5
If an 'update' function is having trouble reading memory, I'd say the addresses are wrong so you need to run update.lua. If that doesn't work then you still have the wrong version.

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 2:28 pm
by harbifm
I think I figured it out now,

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 4:16 pm
by harbifm
i got it thanks

Re: [PH, RU, etc.] Unsupported client information

Posted: Fri May 27, 2011 10:08 pm
by rock5
So what was your solution?

Re: [PH, RU, etc.] Unsupported client information

Posted: Sat May 28, 2011 12:32 am
by azzi_x
and he scram! lol i was hoping he could shed me some light....

Re: [PH, RU, etc.] Unsupported client information

Posted: Sat May 28, 2011 7:42 am
by lisa
I still say it was 439 with rom/update.lua lol

Re: [PH, RU, etc.] Unsupported client information

Posted: Tue May 31, 2011 4:46 am
by lisa
harbifm wrote:i got it thanks
So your not going to help others by saying what the solution was?

Re: [PH, RU, etc.] Unsupported client information

Posted: Tue May 31, 2011 11:49 pm
by harbifm
if any body read this, follow rocks5 instruction in the thread, and it should work, do not forget to do rom/update and changing the name of the client in the function.lua file every time you use a new revision, also copying the ingamefucntion folder to the addon folder every time.

I can not make more clear than that