Thread: 718 How to make an NPC walk to a specified location?

Results 1 to 3 of 3
  1. #1 718 How to make an NPC walk to a specified location? 
    Registered Member
    Join Date
    Apr 2014
    Posts
    32
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    How to make an NPC walk to a specified location? i wanted npc walk to specified coords like npc.forceWalkRespawnTile(); but i want my coords!

    any can help me?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2014
    Posts
    32
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    any know?
    Reply With Quote  
     

  3. #3  
    Extreme Donator


    Join Date
    Mar 2009
    Posts
    1,461
    Thanks given
    111
    Thanks received
    184
    Rep Power
    79
    Code:
    	public void forceWalkTile(WorldTile tile) {
    		setForceWalk(tile);
    	}
    use: npc.forceWalkTile(new WorldTile(1337, 420, 69));

    try it idk just wrote it
    Attached image
    Quote Originally Posted by MaxXi View Post
    Your combat is so awsome that i almost forgot its the combat matrix coded.
    Quote Originally Posted by twobrosplay View Post
    Try allowing the batch file through your firewall?
    Quote Originally Posted by SS_Alophonse View Post
    i have no life u say ha anything u say kid.i doubt u can even get a girlfriend
    i bet u cant even code anything.
    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. Replies: 12
    Last Post: 07-26-2012, 05:36 AM
  2. Replies: 3
    Last Post: 12-27-2011, 01:23 AM
  3. How To Make An NPC Dialogue
    By Vegeta in forum Tutorials
    Replies: 11
    Last Post: 01-15-2009, 10:45 PM
  4. How To Make An Npc Hit!
    By paintballe99 in forum Tutorials
    Replies: 17
    Last Post: 10-29-2007, 08:50 AM
  5. Replies: 17
    Last Post: 05-21-2007, 10:50 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
  •