close, ik why now
Printable View
close, ik why now
Playerassistant.Code:boolean goodDistance = c.goodDistance(otherX, otherY, c.getX(), c.getY(), 1);
Then it uses it like this..
Code:if (c.goodDistance(c.absX, c.absY, PlayerHandler.players[j].absX, PlayerHandler.players[j].absY, 40)
Not sure but could be in the Process method in client.java
Edit: SORRY for this post. Delete.
i already tried looking at the goodDistance method but thats not doing anything to move player thouQuote:
Originally Posted by 'Charlie [Only registered and activated users can see links. Click Here To Register...]
Oh my bad I thought you were wondering about gooddistance.
Wouldn't it be ActionHandler for the firstClickObject?
Code:public void firstClickObject(int objectType, int obX, int obY) {
i tried looking there too, nothing, and also cant find anything besides walkToItem in processQuote:
Originally Posted by 'Charlie [Only registered and activated users can see links. Click Here To Register...]
Hm. Client.java
Could be it.Quote:
public void WalkTo