Thread: I need help with huge problem!

Results 1 to 8 of 8
  1. #1 I need help with huge problem! 
    Registered Member
    Join Date
    Dec 2010
    Posts
    710
    Thanks given
    41
    Thanks received
    3
    Rep Power
    0
    Okay so i need help with my problem i've been trying to fix like 2 days and still haven't got it so please hlep me to suvey from this okay let's go.

    EXAMPLE: When i click a Door which ID is 7000 and it teles me to 3000x & 4000ythen the same door is in other place with same id and it teles me to the same place 3000x 4000y.okay so that what i mean is when u click [COLOR="red"]the same door [/COLOR](DIFFERENT PLACE with same objectID (7000)) how can i make it to tele other place?
    Reply With Quote  
     

  2. #2  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Code:
    if (c.absX() == infront of door1 x loc && c.absY() == infront of door1 y)
    teleto(3000, 4000, 0)
    else 
    do other teleport.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2010
    Posts
    710
    Thanks given
    41
    Thanks received
    3
    Rep Power
    0
    where should i add that?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2010
    Posts
    710
    Thanks given
    41
    Thanks received
    3
    Rep Power
    0
    harlan can you add me on msn: [email protected]
    Reply With Quote  
     

  5. #5  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Quote Originally Posted by arcane-scape View Post
    harlan can you add me on msn: [email protected]
    No... you add it in actionhandler under
    Code:
    case doorId:
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Dec 2010
    Posts
    710
    Thanks given
    41
    Thanks received
    3
    Rep Power
    0
    Thank you very much Harlan!! REP ++ for you
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Dec 2010
    Posts
    710
    Thanks given
    41
    Thanks received
    3
    Rep Power
    0
    Harlan waittt i ahve already there id but its npc id?
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Dec 2010
    Posts
    710
    Thanks given
    41
    Thanks received
    3
    Rep Power
    0
    help please.
    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. Huge Problem. Rep ++
    By wreckless in forum Help
    Replies: 4
    Last Post: 01-24-2010, 05:04 AM
  2. Huge problem!
    By Payton in forum Help
    Replies: 48
    Last Post: 01-11-2009, 08:05 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
  •