Thread: Potal with Teleport Options

Results 1 to 3 of 3
  1. #1 Potal with Teleport Options 
    Registered Member HyreScape's Avatar
    Join Date
    May 2008
    Posts
    530
    Thanks given
    2
    Thanks received
    1
    Rep Power
    42
    I have been looking on how to do this, I am unable to find anything. I am using a Czar base for my portals and I was wondering if anyone knows how to do this.
    Code:
    } else if (objectID == 9356) {
    	teleportToX = 2413;
    	teleportToY = 5117;
     

  2. #2  
    Registered Member
    Join Date
    Sep 2007
    Age
    29
    Posts
    72
    Thanks given
    13
    Thanks received
    2
    Rep Power
    6
    Quote Originally Posted by Tyler View Post
    Ugh, amazes me how people don't know how to search.

    Here


    Code:
    public void teleports(){
    	interfaceEffect = 1;
    	sendFrame126("Option 1 here", 2494);
    	sendFrame126("Option 2 here", 2495);
    	sendFrame126("Option 3 here", 2496);
    	sendFrame126("Option 4 here", 2497);
    	sendFrame126("Option 5 here", 2498);
    	sendQuestSomething(8143);
    	sendFrame164(2492);
    	flushOutStream();
    }
    Edit sorry forgot you wanted portal
    then find what ever object clicking case you want to put it in and put like

    Code:
    	if(objectid == IdHERE){
    		teleports();
    	}
    Then you got to find the cases and add where they teleport. I cba doing it for you.

    Ripped From Tyler
     

  3. #3  
    Registered Member HyreScape's Avatar
    Join Date
    May 2008
    Posts
    530
    Thanks given
    2
    Thanks received
    1
    Rep Power
    42
    When I click the portal I get the follow in my run server:
    Code:
    Case 185: Action Button: 9190
    Where do I add this, I already have a case 185.

    Ooop nevermind, I got it thanks for the help.
     


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: 0
    Last Post: 10-09-2010, 01:52 PM
  2. Teleport options
    By Darna in forum Help
    Replies: 2
    Last Post: 07-05-2010, 12:28 AM
  3. Teleport options
    By Phat 4 u in forum Help
    Replies: 5
    Last Post: 04-28-2010, 11:46 PM
  4. Replies: 1
    Last Post: 11-26-2009, 08:37 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
  •