|
|
Hello
Attempting to make it where there is a quest list that shows quests (green; complete; yellow; in progress; red not started), but I am having a bit of trouble. Tried using the normal quest tab and could not change the first child nor saw any ways to add quest names.
First interface:
Tried using another substitute for quest, but still no progress:Code:player.getPackets().sendIComponentText(190, 2, "<col=FFFFFF>Quests");
If anyone can point me into a direction of how to fix any of the two above, or has a better idea for what I am trying to do, would be great.Code:player.getPackets().sendIComponentText(275, 2, "<col=FFFFFF>Quests");


The Quest tab is made up of configs. And for the second image Send the String to component 11 + and the title is component 1 I am pretty sure.
Just send a loop so you can get rid of all the other Strings.
Code:for (int i = 0; i < 355; i++) { player.getPackets().sendIComponentText(275, i, ""); } Then send the Strings you want here.
Interested in the configs and will look over tomorrow. There was an error with me trying to set the text on the interface from a class outside the ButtonHandler class, which prevented the text from being sent to the interface.
| « [667] Single magic spells not work? | New Source! Neeed help! » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |
| Tags for this Thread |