I need this too, still haven't gotten to making it though![]()
|
|
How could I added another page of Minigame teleport's using the same case?
Like;
case 117123:
c.getDH().sendOption5("Barrows", "Pest Control", "TzHaar Cave", "Duel Arena", "Next option");
c.teleAction = 2;
break;
Then when you click next option you get;
c.getDH().sendOption5("Assault", "Warriors Guild", "etc", "etc", "etc");
REP++ FOR HELP!

I need this too, still haven't gotten to making it though![]()
Was going to work on this soon. If I finish it and you don't get a reply, ill post it.
Need this aswell, dont understand anything by making a dialouge go over to the next.
Bump, really need this fixed.

Very easy find case 9194:
and add
you need add new teleAction tooCode:if (c.teleAction == 2) { c.getDH().sendOption5("Assault", "Warriors Guild", "etc", "etc", "etc"); c.teleAction = 3; }
If you're not still I ended up working on this last night and came up with this, but I dont suggest you use this way, it's pretty sloppy.
in your dialogueHandler class add a case like this:
now in your clickingButtons class there are mostlikely 5 cases that handle that sendOptin5, they are;Code:case 139://change this to something more convenient sendOption5("Rock Crabs", "Taverly Dungeon", "Brimhaven Dungeon", "Slayer Tower", "Next"); c.dialogueAction = 23; break;
your fist option is handled by the first case and your second option is handled by the second case etc.Code:case 9190, case 9191, case 9192, case 9193, case 9194
in your first case 9190 you would add someting like this;
Oh and if you cant make it go to the next dialogue then use this little piece of code in the case 9194:Code:} else if (c.dialogueAction == 23) { c.getPA().spellTeleport(2676, 3715, 0);//Rock crabs
hope this helped.Code:} else if (c.dialogueAction == 23) { c.getDH().sendDialogues(140, c.npcType);
| « [PI] Capitalizing first letter in yell | MY pkp shop takes cash instead of PKP! [help][Rep++] » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |