Finding distances

Hacking Any Other Massively Multiplayer Online Role-Playing Game

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

Finding distances

Postby trialusert » Tue Jun 17, 2008 2:03 am

Hello, I have a little question.
I'm playing a MMORPG game, which once had a hack with an option to "pull" or "vacuum" the other players so that you could hit them while you weren't standing in front of them. My question is- how can I find that distance value? Is it even possible? Is it 1 value or many? What kind of searches do I need to perform in order to find it? Please explain.

Thanks! trialusert.
User avatar
trialusert
NULL
 
Posts: 155
Joined: Tue May 20, 2008 6:19 pm

Postby mezzo » Tue Jun 17, 2008 5:16 am

[moved]

It might get more response if you give a bit more details...
like what game and so on.
- No thanks, I already have a penguin -
User avatar
mezzo
El Mariachi
 
Posts: 739
Joined: Mon Apr 30, 2007 10:27 pm
Location: Antwerp

Postby Sychotix » Tue Jun 17, 2008 7:05 am

scanning for how far the mob is from you, probably but depends on game, depends on game, probably float, no need to exaplain.

if you had to ask these questions, you probably wont find it.
Sychotix
Been Around
 
Posts: 239
Joined: Wed Mar 05, 2008 4:28 am

Postby trialusert » Tue Jun 17, 2008 2:56 pm

The game is called Risk Your Life (one). What else can I say? I want to vacuum the akkans (enemies), but I don't understand how to find the needed value- because there are so many players and I can't believe there's only 1 value. ^^
I just need some direction, thanks for those who try to help! =)

oh, and Sychotix you're so helping bro! wow dude thanks dude! amazing how mature people can be ah?
User avatar
trialusert
NULL
 
Posts: 155
Joined: Tue May 20, 2008 6:19 pm

Postby mezzo » Tue Jun 17, 2008 8:16 pm

everything in a virtual world has coordinates.
lets just call them X/Y and Z.

It would be insane for an MMORPG to constantly calculate the distance between all these objects and send them to every client for every object.
As it hardly makes sence for your game client to know what the distance is between your player character and an object on the other side of the 'virtual world'.

Which means that 9 chances out of 10, your game client will only calculate the distance between you and relevant objects.
Now how does it calculate distance ? It uses your player coordinates and the enemies coordinate to do the math.

So to make a long story short(er), you will first need to search for your
own coordinates (x,y,z) and then work from there. Your coordinates will most likely be 3 floats.
- No thanks, I already have a penguin -
User avatar
mezzo
El Mariachi
 
Posts: 739
Joined: Mon Apr 30, 2007 10:27 pm
Location: Antwerp

Postby trialusert » Tue Jun 17, 2008 8:39 pm

Alright, thanks mezzo- you helped.
User avatar
trialusert
NULL
 
Posts: 155
Joined: Tue May 20, 2008 6:19 pm


Return to Others (MMORPG)

Who is online

Users browsing this forum: No registered users and 0 guests