Thread: How to find an objects coords

Results 1 to 3 of 3
  1. #1 How to find an objects coords 
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    basically I don't know where the object is, I only know its name and ID can someone please help me figure out how to find its coords? Its not in objectmanager it came with the map. to make things easier its the Stone tablet in the digsite dungeon and its ID is 3295
    Reply With Quote  
     

  2. #2  
    Registered Member Gretar's Avatar
    Join Date
    Sep 2011
    Posts
    289
    Thanks given
    69
    Thanks received
    12
    Rep Power
    7
    Do :ataon
    Then walk on the item with :: noclip
    And look at the coords, if the :: dataon does not work do ::mypos

    And i reccomend add this in Clickobject.java
    Code:
    			if(c.playerRights >=3) {
    				Misc.println("objectId: "+c.objectId+"  ObjectX: "+c.objectX+ "  objectY: "+c.objectY+" Xoff: "+ (c.getX() - c.objectX)+" Yoff: "+ (c.getY() - c.objectY)); 
    			} else if (c.playerRights == 3) {
    				c.sendMessage("objectId: " + c.objectId + " objectX: " + c.objectX + " objectY: " + c.objectY);
    			}
    Don't know if you are talking about that but i hope it helped.
    Owner of Roat Pkz
    Reply With Quote  
     

  3. #3  
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    i have no idea where the place is though + i dont have noclip its the zaros temple from digsite quest
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Need help to find where these coords are
    By I Am Kacey in forum Help
    Replies: 1
    Last Post: 06-09-2011, 03:15 PM
  2. Replies: 3
    Last Post: 02-26-2011, 12:10 AM
  3. Replies: 7
    Last Post: 01-24-2010, 01:18 AM
  4. Good way to find Coords?
    By Apower in forum Help
    Replies: 7
    Last Post: 11-03-2009, 04:45 PM
  5. Replies: 9
    Last Post: 06-25-2009, 02:00 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •