Thread: how to make item teleport people ? will rep++

Results 1 to 5 of 5
  1. #1 how to make item teleport people ? will rep++ 
    Registered Member Kenaboy's Avatar
    Join Date
    Dec 2009
    Age
    29
    Posts
    903
    Thanks given
    71
    Thanks received
    10
    Rep Power
    28
    title say that i will rep++ and thanks

    i want make if i click some item , and we get teleport to somewhere .
    Reply With Quote  
     

  2. #2  
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    Code:
    case 6552:
    c.getPA().startTeleport2(2271, 4680, 0);
    break;
    thats for PI change the case 6552 to case #### to whatever id you want and then change the co-ords to whatever you want
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member Kenaboy's Avatar
    Join Date
    Dec 2009
    Age
    29
    Posts
    903
    Thanks given
    71
    Thanks received
    10
    Rep Power
    28
    Quote Originally Posted by T-Sex View Post
    Code:
    case 6552:
    c.getPA().startTeleport2(2271, 4680, 0);
    break;
    thats for PI change the case 6552 to case #### to whatever id you want and then change the co-ords to whatever you want
    thanks but can i have for non-renamed one ?

    nvm got it
    Reply With Quote  
     

  5. #4  
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    Code:
    if(objectID == 1765){
    toX = 2272;
    toY = 4680;
    sM("You teleport to the King Black Dragon lair!");
    }
    do you want something like that?
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    /non-logical thought
    Ivan's Avatar
    Join Date
    May 2010
    Posts
    120
    Thanks given
    11
    Thanks received
    4
    Rep Power
    1
    Quote Originally Posted by Mave View Post
    thanks but can i have for non-renamed one ?
    Sadly, this sort of complex code isn't available in 'non-renamed' for at least 3 years, maybe less if you learn something.
    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] Making an item teleport [PI]
    By farmerscape in forum Help
    Replies: 4
    Last Post: 08-18-2010, 10:35 PM
  2. Item Teleport
    By coder sal in forum Help
    Replies: 16
    Last Post: 02-15-2009, 08:15 PM
  3. [Request Help] Item Teleport
    By RyuShin in forum Projects
    Replies: 0
    Last Post: 11-27-2008, 04:13 AM
  4. [Request] Item Teleport
    By RyuShin in forum Requests
    Replies: 0
    Last Post: 11-27-2008, 04:08 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •