Thread: pi how to make npc tele me to coord

Results 1 to 4 of 4
  1. #1 pi how to make npc tele me to coord 
    Registered Member
    Join Date
    Jun 2013
    Posts
    284
    Thanks given
    4
    Thanks received
    1
    Rep Power
    14
    how do i make npc tele me somewhere? thanks
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2015
    Posts
    41
    Thanks given
    0
    Thanks received
    0
    Rep Power
    8
    pm me ur skype
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    player.getPA().movePlayer(X, Y, H); ?

    In your attacking method or where ever you want it.
    Reply With Quote  
     

  4. #4  
    anInt69

    Max _'s Avatar
    Join Date
    Feb 2012
    Age
    26
    Posts
    1,801
    Thanks given
    426
    Thanks received
    727
    Rep Power
    599
    first/second click npc in ActionHandler.

    Code:
    case NPCID://Replace NPC id with the id of the NPC who is teleporting the player.
     player.getPA().spellTeleport(x, y, z);//Teleportation method
     break;
    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. [PI]How to make NPC face any direction?
    By ARshadow in forum Help
    Replies: 3
    Last Post: 09-17-2011, 12:30 AM
  2. How to make new tele's pi.
    By Right man in forum Help
    Replies: 21
    Last Post: 07-26-2011, 09:23 PM
  3. Replies: 2
    Last Post: 05-04-2011, 01:22 PM
  4. (PI)How To Make Npc's Hit Harder(PI)
    By Itz_ in forum Help
    Replies: 2
    Last Post: 08-20-2010, 12:41 AM
  5. Replies: 2
    Last Post: 10-24-2009, 01:17 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
  •