Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Posts: 14
Join Date: Aug 2007
12-07-2007
as in they must both be searched as a float (4 byte) value? i've converted my buffer (byte[] array) into float and did sucessfully obtain the correct Z value. so next i tried to scan upwards to find the dynamic Z but to no avail. sometimes i'd find it but then tried to hit the found player base address + 0xA54C (mana) to locate the dynamic mana, but that returns 0. so i think i'm deffinately doing something wrong here when scanning for my base address.
dont use those "4 byte" / "2 byte" names ... its still Long ("8 byte"), Integer ("4 byte"), Short ("2 byte"), Byte / Character, float, double (float*2)..
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Posts: 14
Join Date: Aug 2007
12-07-2007
okay so i am searching by 4 byte but using the BitConverter class to convert into a float. You think if i change to converting into a Int16 this might fix it? i'm at work now and can't test the code so won't be able to do testing till i get home.
or did i just confuse my self, i think i need to do BitConvert.ToDouble(); since double = float * 2 correct? and you said float is a 2 byte.
*edit* i found this page [Only registered and activated users can see links. ] which states:
I found this quite useful, thank you. I'd love if you made some more like it, maybe some info on the mob structs? Forgive me, I've only just started =P
Mig i will be posting an updated Source to the public MMOwned bot.
I'm only going to be releasing the base because the community hasn't supported the project yet and hasn't put forth effort to contribute to it, but it will have last patches' cheap mob structs it has the player structs and is a complete base ready to be a bot.
Thanks suicidity, sounds good. I was actually going to try and contribute to it, but VB express was giving me a stupid error when I tried to compile. But I'm looking forward to the updated source.