[PH, RU, etc.] Unsupported client information

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#21 Post by rock5 » Thu May 26, 2011 10:57 am

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. :)
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#22 Post by harbifm » Thu May 26, 2011 2:59 pm

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)
Attachments
rom error 2.JPG

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#23 Post by rock5 » Thu May 26, 2011 10:31 pm

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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#24 Post by harbifm » Fri May 27, 2011 1:42 am

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
Attachments
rom error 3.JPG

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#25 Post by rock5 » Fri May 27, 2011 3:02 am

Now that looks like you have the wrong version of rombot.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#26 Post by harbifm » Fri May 27, 2011 4:38 am

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.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#27 Post by rock5 » Fri May 27, 2011 4:54 am

harbifm wrote: could that have any effect on runing rombot?
No, that shouldn't be a problem.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#28 Post by harbifm » Fri May 27, 2011 5:13 am

porgress

tried version 434

but got some new error
Attachments
rom error 4.JPG

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

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

#29 Post by lisa » Fri May 27, 2011 6:08 am

have you tried 430 or 439 after you changed the code to

Code: Select all

local windowList = findWindowList("*", "Radiant Arcana");
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#30 Post by harbifm » Fri May 27, 2011 6:38 am

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)

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#31 Post by rock5 » Fri May 27, 2011 9:50 am

When you get the right version you may still need to run update.lua. Have you tried that?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#32 Post by harbifm » Fri May 27, 2011 11:12 am

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
Attachments
rom error  432.JPG

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#33 Post by rock5 » Fri May 27, 2011 11:34 am

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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#34 Post by harbifm » Fri May 27, 2011 2:28 pm

I think I figured it out now,
Last edited by harbifm on Fri May 27, 2011 5:05 pm, edited 1 time in total.

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#35 Post by harbifm » Fri May 27, 2011 4:16 pm

i got it thanks

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#36 Post by rock5 » Fri May 27, 2011 10:08 pm

So what was your solution?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

azzi_x
Posts: 15
Joined: Tue May 24, 2011 10:58 am

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

#37 Post by azzi_x » Sat May 28, 2011 12:32 am

and he scram! lol i was hoping he could shed me some light....

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

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

#38 Post by lisa » Sat May 28, 2011 7:42 am

I still say it was 439 with rom/update.lua lol
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

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

#39 Post by lisa » Tue May 31, 2011 4:46 am

harbifm wrote:i got it thanks
So your not going to help others by saying what the solution was?
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

harbifm
Posts: 135
Joined: Wed May 25, 2011 11:43 pm

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

#40 Post by harbifm » Tue May 31, 2011 11:49 pm

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

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 31 guests