Thread: Help plz

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 Help plz 
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    I am following a guide to add npc dialogue and options. Well, I need to add more options, but I don't know how to make it so that in clickingbuttons.java, there is more options. I know how to do the DH part, but how to do in clickingbuttons.java?

    Please remem this is NPC DIALOGUE, and it will show up in an interface, so I need help!
    Reply With Quote  
     

  2. #2  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    bump plz help
    Reply With Quote  
     

  3. #3  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    bump helpp plz
    Reply With Quote  
     

  4. #4  
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    Stop bumping every 20 minutes just be patient...


    Reply With Quote  
     

  5. #5  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    There are different frames for different numbers of dialogue options. There is one frame with 2 clickable buttons, one for three, one for four, and one for five. Each frame has unique button ids. Havent messed with rsps in years so i cant give you the frame ids or the button ids, but if you search the forums you should find them, been posted many times.

    As for you not knowing what to do in clickingbuttons, that question is vague, you didnt mention your source, post a sample of what you added or anything. Gotta help us help you
    Reply With Quote  
     

  6. #6  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    ah k, base is ihybrid, i have added this in DH
    Code:
    		case 73:
    			sendOption2("Air Altar",  "Death Altar");
    			c.dialogueAction = 73;
    			c.nextChat = 0;	
    		break;
    Reply With Quote  
     

  7. #7  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    bump plzz i really need help
    Reply With Quote  
     

  8. #8  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    bump anyone plz help?
    Reply With Quote  
     

  9. #9  
    Super Donator

    Martyr's Avatar
    Join Date
    Oct 2009
    Age
    27
    Posts
    717
    Thanks given
    171
    Thanks received
    131
    Rep Power
    244
    If iHybrid is PI, I found this on a clean PI source...

    Code:
    		case 17:
    			sendOption5("Air", "Mind", "Water", "Earth", "More");
    			c.dialogueAction = 10;
    			c.dialogueId = 17;
    			c.teleAction = -1;
    		break;
    		case 18:
    			sendOption5("Fire", "Body", "Cosmic", "Astral", "More");
    			c.dialogueAction = 11;
    			c.dialogueId = 18;
    			c.teleAction = -1;
    		break;
    		case 19:
    			sendOption5("Nature", "Law", "Death", "Blood", "More");
    			c.dialogueAction = 12;
    			c.dialogueId = 19;
    			c.teleAction = -1;
    		break;
    Just change the Case number and dialogue

    peace. it does not mean to be in a place where there is no noise, trouble or hardwork. it means to be in the midst of those things and still be calm in your heart.

    Skype: MuzzyD.fx
    MSN: [email protected]
    Reply With Quote  
     

  10. #10  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    ik dean, that is for the DH part, i knew how to do that, but how would I add it in the clickingbuttons.java
    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
  •