Thread: Click here to continue Convo

Results 1 to 4 of 4
  1. #1 Click here to continue Convo 
    Donator


    Join Date
    Mar 2007
    Posts
    959
    Thanks given
    64
    Thanks received
    40
    Rep Power
    704
    Can someone give me an example of a click here to continue convo that I can work off of? As in, after u click continue, it still talks to you (NPC)

    base- delta
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Mar 2009
    Age
    31
    Posts
    1,008
    Thanks given
    32
    Thanks received
    7
    Rep Power
    111
    return false;
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Mar 2009
    Age
    31
    Posts
    1,008
    Thanks given
    32
    Thanks received
    7
    Rep Power
    111
    Code:
    public void slayerTalk() 
    	{
    		interfaceEffect = 3;
    		clearQuestInterface();
    		sendFrame126("", 2494);
    		sendFrame126("I need an assignment", 2495);
    		sendFrame126("Do you have anything for trade?", 2496);
    		sendFrame126("Er...nothing...", 2497);
    		sendFrame126("", 2498);
    		sendQuestSomething(8143);
    		sendFrame164(2492);
    		flushOutStream();
    	}
    Reply With Quote  
     

  4. #4  
    Registered Member
    Rock_Gyo's Avatar
    Join Date
    Oct 2009
    Posts
    505
    Thanks given
    27
    Thanks received
    35
    Rep Power
    104
    Quote Originally Posted by i gf i View Post
    return false;
    worked?
    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

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