Thread: Portal Dialogue?

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Portal Dialogue? 
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Hi, I just added a portal, and I have it going to a certain place, but before you enter the portal, I want it to say "You are entering the Dagannoth Kings' Dungeon. Would you like to continue?" Then there would be 2 options, YES and NO. This is also delta based.

    PLEASE HELP!

    Shadow.
    Reply With Quote  
     

  2. #2  
    Registered Member hybrent's Avatar
    Join Date
    Nov 2007
    Posts
    566
    Thanks given
    73
    Thanks received
    90
    Rep Power
    28
    In the place where you added the objectClick1 or w/e, add the interface.

    Like instead of

    case #:
    teleport(x, y, z);
    break;

    do

    case #:
    sendchatboxinterface(242);
    sendstring("yes", 1);
    sendstring("no", 2);
    break;

    Something similar to that...Then you would do the teleport(x, y, z) in the optionClicking packet.


    That's how you would do it, but you have to change most of the numbers/methods around to fit your server.
    Amused as I am not, I must continue to try. -Keith Charles
    Quote Originally Posted by Ayton View Post
    I'm sorry, but I have to agree with Hybrent.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Anyone else wanna try?
    Reply With Quote  
     

  4. #4  
    Donator

    F1NN's Avatar
    Join Date
    May 2008
    Posts
    504
    Thanks given
    28
    Thanks received
    16
    Rep Power
    156
    hows that confusing just for the first click on the object make the sendframe show up?
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Not helping.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Coolline's Avatar
    Join Date
    Sep 2009
    Posts
    90
    Thanks given
    2
    Thanks received
    3
    Rep Power
    137
    STOP BUMPING!

    Are you on Czar, Delta or what?
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Delta
    Reply With Quote  
     

  8. #8  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    33
    Posts
    6,017
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    Code:
    public void dialogshit() {
    	interfaceEffect = 1;
    	sendFrame126("Replace text here", 2494);
    	sendFrame126("Replace text here", 2495);
    	sendFrame126("Replace text here", 2496);
    	sendFrame126("Replace text here", 2497);
    	sendFrame126("Replace text here", 2498);
    	sendQuestSomething(8143);
    	InterfaceOnChat(2492);
    	flushOutStream();
    }
    Then

    Code:
    dialogshit();
    the case when you click on the portal.
    Free Filehost Premium Accounts
    Click Here
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    O.O, wasn't expecting a reply from one of the greatest coders EVER! Thanks Tyler!
    Reply With Quote  
     

  10. #10  
    Soulze
    Guest
    Quote Originally Posted by ShadowBarrage View Post
    O.O, wasn't expecting a reply from one of the greatest coders EVER! Thanks Tyler!
    Sorry, but I wont help now.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •