Thread: Why does this not work correctly

Results 1 to 2 of 2
  1. #1 Why does this not work correctly 
    Registered Member Chris_'s Avatar
    Join Date
    Sep 2012
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    DialogueHandler.java

    Code:
    		case 850:
    			sendOption2("Change Prayers", "Change Magics");
    			c.dialogueAction = 850;
    		break;
    		
    		case 851:
    			sendOption2("Curse Prayers", "Regular Prayers");
    			c.dialogueAction = 851;
    		break;
    		
    		case 852:
    			sendOption3("Regular Magic", "Ancient Magic", "Lunar Magic");
    			c.dialogueAction = 852;
    		break;
    ClickingButtons.java

    Code:
    				if (c.dialogueAction == 850) {
    					c.getDH().sendDialogues(852, 3);
    ActionHandler.java

    Code:
    		case 411:
    			c.getDH().sendDialogues(850, 0);
    		break;
    This only shows 2 Why?

    Owner Of SeenScape

    Reply With Quote  
     

  2. #2  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Post your sendOption3 method at the bottom of dialoagehandler

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    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. Jarred Correctly But Wont Work On Website!
    By Neekage in forum Requests
    Replies: 4
    Last Post: 05-25-2011, 07:10 PM
  2. [PI] PKP don't work correctly, help
    By Beanerrr in forum Help
    Replies: 3
    Last Post: 03-13-2011, 12:59 AM
  3. Am i Doing this correctly?
    By Abbyys in forum Help
    Replies: 6
    Last Post: 02-13-2010, 12:44 AM
  4. making OVERALL_EXP*MAGE EXP work correctly
    By Cjay00091 in forum Help
    Replies: 0
    Last Post: 12-14-2009, 04:32 AM
  5. Doesnt work correctly.
    By Kenshin1388 in forum Help
    Replies: 2
    Last Post: 09-06-2009, 07:19 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
  •