done thanks.
Find a hill. Search unknown initial, then move up the hill, search inc, move down, search dec. Rinse and repeat till you find the Z.Quote:
Hi guys, i am do that bot with AutoIT :
[Only registered and activated users can see links. Click Here To Register...]
i m new in programer, i have some questions
1) How i can find character X-Y coordinates
i try
1 : open ts2-c.e. select 12sky2
2 : i select "float" later "Unknow..value"
3 : click "First Scan"
when scan finish, move my character left-right and i do :
4 : select "changed value" and next scan again move char- again new scan bla bla bla...
but i cant find coordinates, where is my fault ?
Ty for answers..
No problem.Quote:
thank you man i will try it
already i gave to him, playerstruct, mobstruct, itemstruct ... addresses...Quote:
No problem.
Also if you search for my old post, I posted the player struct, mob struct, item struct, dropped item struct and a few others. All you have to do is update the base address of the struct and you can access information in that struct with just 1 address.
Kodlar elimde ve vermeyeceğim.Quote:
X-Y coordinatres adress ? PLS
Eyvallah abi :D amaç öğrenmekti, öğrendim :DQuote:
already i gave to him, playerstruct, mobstruct, itemstruct ... addresses...
Yea ty man now i can found x y z coordinates ty for ur helpin :)Quote:
No problem.
Also if you search for my old post, I posted the player struct, mob struct, item struct, dropped item struct and a few others. All you have to do is update the base address of the struct and you can access information in that struct with just 1 address.
In cheat engine, "Scan Type" where it says "Exact Value", change to "Unknown Initial Value". Then after that, run up hill, change to "Increased Value", then run down hill, change to "Decreased value". Then rinse and repeat until addresses narrow a bit. At some point, after doing a search, stand still, don't move, then search "Unchanged Value" a couple of times to narrow the search further.Quote:
Wait huh? what the heck is the unknown initial iktov :P haha was reading that over and over and nothing has clicked in this damn brain of mine xD
Cheat Engine Adresses of X,Y coordinates plsQuote:
In cheat engine, "Scan Type" where it says "Exact Value", change to "Unknown Initial Value". Then after that, run up hill, change to "Increased Value", then run down hill, change to "Decreased value". Then rinse and repeat until addresses narrow a bit. At some point, after doing a search, stand still, don't move, then search "Unchanged Value" a couple of times to narrow the search further.
Then just play with the addresses you get by adding them to the list and freezing them, then run up/down hill and see if you "stick" and kind of jolt up and down. Then you found the Z coord.
This is to find the addresses the first time ever, before you understand the games struct. But like Megabyte said, you can just search your name and - bytes to find start of player stuct, then + from there to X,Z,Y.