Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 01:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



How to get the coords?

Discussion on How to get the coords? within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2007
Posts: 26
Received Thanks: 2
Anyone already figured out how to get the coords like they are showed in the upperleft?

the coord offset given here is not that much accurate if you use for example a skill it is going to 0,0 after logging in or using a portal it is 0,0 when doing a jump it is set instat to the target coords. i am looking for a way to get the real coords, not much luck till now.
schnoobie is offline  
Old 01/08/2007, 17:43   #2
 
blinko's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 499
Received Thanks: 131
i've done the memory reading stuffs for some time and well..i havent found the actual static coords i too have gotten the 0,0 when clicking a monster or using skills. However the original coords address's i got came from the CoMemory Peach released his source code for.And those stay as they was when u clicked and do not change to 0,0 so i dunno a way around it unless you set a piece of code like

private sub timer1_timer()
Dim Coords as string
txtCoords = Xcoord & " , " & Ycoord
Coords = txtCoords
end sub

private sub Timer2.timer()
if txtCoords.Text = "0 , 0" then
txtCoords.Text = Coords
end sub

something liek that may work where one timer will capture the string..and the other will detect if the text is 0,0 and thne if it is it'll set it back to the coords saved in the memory.Well the code i gave you here might not work the same you'll have to set a few extra parameters to have it store the coords without getting the 0,0 and then storing that as the string therefor returning the same value 0,0 over and over.
blinko is offline  
Old 01/08/2007, 17:47   #3
 
giacometti's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 319
Received Thanks: 49
x coord: 00512180
y coord: 00512184

2 bytes. Static Address.
giacometti is offline  
Old 01/08/2007, 17:50   #4
 
elite*gold: 0
Join Date: Jan 2007
Posts: 26
Received Thanks: 2
the problem i am working atm at a autotravel function which record routes and travel it then, you can do it with alot of workarround without having the real coords, but it would be way easier and more stable to have the real.

Its even not possible to look when arrived at the target coords because the target coords are directly set after click.

edit:
@giacometti: read what i wrote in first post then you know that i am not looking for that offset because of the problems mentioned
schnoobie is offline  
Old 01/08/2007, 20:33   #5
 
giacometti's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 319
Received Thanks: 49
oh sorry, I read too fast. Anyway, if the coord is possible to the char be, the target coord will be directly set and you char will start to move to the target. I think that coord of the address i put here is set after received a packet from server. Just try to click too far (impossible jump) and it will not be set. So i think is just perfect for what you trying to do. correct me if I am wrong. (so you dont need to check for when arriving to the target).

P.S.: I tried to find the upperleft label of the coords but not successfull either.
giacometti is offline  
Old 01/09/2007, 18:39   #6
 
elite*gold: 0
Join Date: Jan 2007
Posts: 26
Received Thanks: 2
Quote:
Originally posted by giacometti@Jan 8 2007, 20:33
oh sorry, I read too fast. Anyway, if the coord is possible to the char be, the target coord will be directly set and you char will start to move to the target. I think that coord of the address i put here is set after received a packet from server. Just try to click too far (impossible jump) and it will not be set. So i think is just perfect for what you trying to do. correct me if I am wrong. (so you dont need to check for when arriving to the target).

P.S.: I tried to find the upperleft label of the coords but not successfull either.
nope its wrong its not enough because i need to record the coords and if do something while recording or jump through a portal i get wrong coords and have a problem and its easier todo te travelling with always knowing the coords.

but mission completed i figured out a way to read the real coords.
schnoobie is offline  
Old 01/09/2007, 19:17   #7
 
giacometti's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 319
Received Thanks: 49
ok.... I am curious... was that a 2 byte integer too?
giacometti is offline  
Old 01/09/2007, 19:55   #8
 
elite*gold: 0
Join Date: Jan 2007
Posts: 26
Received Thanks: 2
Quote:
Originally posted by giacometti@Jan 9 2007, 19:17
ok.... I am curious... was that a 2 byte integer too?
all the coords even the one from the static adress are integers or more likely dword cause those values cant go into a -1 and they all are 4 byte long doesnt matter if they only use values <FFFF or not

and yes they are all the same wouldnt make much sense to take different integertypes but they arent static they change all the time even while doing nothing they change with a time in the ms area, at least till the depth i stepped into.
schnoobie is offline  
Old 01/10/2007, 03:42   #9
 
elite*gold: 0
Join Date: Apr 2006
Posts: 397
Received Thanks: 17
I made this for you quickly, it will display the coords on top left of screen, will not record them though.
Attached Files
File Type: ibf post-53-1168396928.ibf (174.2 KB, 11 views)
bigassmuffin is offline  
Old 01/10/2007, 15:52   #10
 
elite*gold: 0
Join Date: Jan 2007
Posts: 26
Received Thanks: 2
Quote:
Originally posted by bigassmuffin@Jan 10 2007, 03:42
I made this for you quickly, it will display the coords on top left of screen, will not record them though.
well i asked for the real coords not for a simple autoit script that takes the mousecoords and as i already wrote i found what i searched for
schnoobie is offline  
Reply


Similar Threads Similar Threads
[Help] Again Bot/Coords
05/10/2009 - Kal Online - 22 Replies
also....ich beschäftige mich jetzt seit 5 monaten eigentlich intensiv mit kal hacks kram dingens da. so davon knapp 3 1/2 monate an einem verfickten bot und ich krieg das einfach nicht auf die reihe. ich habs aufm pserver ja hinbekommen das er zu den items hinläuft wenn die zuweit weg waren... so jetzt hab ich aber das problem aufm int ich wollt erstmal nur ein "AttackBot" machen quasi. Sprich wenn Mobs in der nähe sind rechnet er die range raus nimmt die Wurzel davon und wenn diese...
Screen Coords <--> Map Coords using autoit
04/21/2009 - CO2 Programming - 1 Replies
Someone might like this. I provide an example of how to convert screen coords into map coords and visa versa. So that if your using autoit or some other mouse clicking macro tool, then you can get it to accurately get the mouse coordinates to click to move to a map-coordinate location. This method works by using autoit to look at the current player coordinates (_MemoryRead()), and performing some clicks on the screen to take map coordinate samples for mouse clicks in different locations....
Coords?
12/31/2007 - WoW Private Server - 1 Replies
Hallo , ich wollte mal fragen ob es eine Datei gibt in der die Koordinaten vom instanced Black temple + hyial drinnen sind . ich zocke auf dem Tyraels easy ascent Serverpack , würde halt gern mal bt und hyial machen :) mfg Van Helsing
Coords,
11/16/2006 - Flyff - 4 Replies
Can someone give me a huge list of coordinates in JFLYFF?
MC coords
08/17/2005 - World of Warcraft - 2 Replies
hab eine frage/bitte :) suche hilfe für das kleine prequest für mc für das quest muss man ja durch das gesammte brd reisen bis zum eingang der raid instanz für MC in BRD und rein und ein kernfragment holen, hat jmd die coords vor dem raidportal in brd? wäre sehr hilfreich ^^



All times are GMT +2. The time now is 01:28.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.