[Only registered and activated users can see links. ]
been looking around on how I could add another option underneath mage bank where it has a 'more' option that you can click and bring up more teleports? would be cool! thanks
I assume you're using interface 2469 (= X) with text at interface 2471 (= X + 2), 2472 (= X + 3) and 2473 (= X + 4).
You can use interface 2480 (= X) with text at X + 2 to X + 5 when you need 4 options.
If you need 5 options you can use interface 2492 (= X) with text at X + 2 to X + 6.
My informative threads: [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
I assume you're using interface 2469 (= X) with text at interface 2471 (= X + 2), 2472 (= X + 3) and 2473 (= X + 4).
You can use interface 2480 (= X) with text at X + 2 to X + 5 when you need 4 options.
If you need 5 options you can use interface 2492 (= X) with text at X + 2 to X + 6.
nah all g brutha I found out what needed to be done, I just needed to go into DialogueHandler.java find my case file set to it and change it from sendOption3, too sendOption4 so that it had 4 chat options now i need help on making it bring up another dialogue when I like more please help? anyone
case 1304:
c.getDH().sendDialogues(23, npcType);
break;
I posted a picture of the chatbox to my dropbox, so here the picture of it! I know alot of you think this nooby improvement but I'm feelings pretty good for myself with my process of learning java programing still a noob but loving every minute of it!
[Only registered and activated users can see links. ]
pretty postive it would be in actionhandler or maybe clickingbuttons I have no idea thats why Im here to see if I'm correct or not? any help would be greatful! even tips or tricks
Last edited by _Bryan; 06-15-2019 at 08:43 AM.
Reason: Posting my code so people could possible help me out