94 player.send(
new SendString(task ==
null ?
"" :
"</col>Name: <col=ffffff>" + task.
getName(), 46716));
96 player.send(
new SendString(task ==
null ?
"You do not have a task assigned!" :
"</col>Assigned: <col=ffffff>" + player.slayer.getAssigned(), 46718));
97 player.send(
new SendString(task ==
null ?
"" :
"</col>Remaining: <col=ffffff>" + player.slayer.getAmount(), 46735));
98 player.send(
new SendString(task ==
null ?
"" :
"</col>Position: <col=ffffff>" + task.
getLocation(), 46736));
99 player.send(
new SendString(
"Tasks assigned:\\n<col=ffffff>" + player.slayer.getTotalAssigned(), 46737));
100 player.send(
new SendString(
"Tasks completed:\\n<col=ffffff>" + player.slayer.getTotalCompleted(), 46738));
101 player.send(
new SendString(
"Tasks Cancelled:\\n<col=ffffff>" + player.slayer.getTotalCancelled(), 46739));
102 player.send(
new SendString(
"Accumulated points:\\n<col=ffffff>" + player.slayer.getTotalPoints(), 46740));
104 for (
int index = 0,
string = 46753; index < 5; index++,
string += 3) {
109 for (
int index = 0,
string = 46753; index < player.slayer.getBlocked().size(); index++,
string += 3) {
110 String name = player.slayer.getBlocked().get(index).getName();
111 player.send(
new SendTooltip(
"Unblock <col=FF981F>" + name +
"</col>",
string - 1));
116 player.send(
new SendString(
"Blocked tasks: (" + player.slayer.getBlocked().size() +
"/5)", 46728));
121 player.send(
new SendString(
"Current slayer partner: None!", 46811));
128 player.send(
new SendTooltip(
"Purchase <col=FF981F>" + unlockable.getName() +
"</col>",
string));
130 player.send(
new SendString(unlockable.getName(),
string));
132 player.send(
new SendString(unlockable.getDescription(),
string));
134 player.send(
new SendString(unlockable.getCost() +
" points",
string));
136 player.send(
new SendConfig(560 + unlockable.ordinal(), player.slayer.getUnlocked().contains(unlockable) ? 0 : 1));
155 Item[] items =
new Item[3];
156 for (
int index = 0; index < 3; index++) {
157 items[index] =
new Item(unlockable.
getItem());
158 items[index].setAmount(0);
165 List<SlayerTask> task_list;
166 task_list = Arrays.asList(
SlayerTask.values());
169 for (
int index = 0; index < 35; index++) {
170 player.send(
new SendString(
"", line + index));
175 player.send(
new SendString(tasks.getName(), line));
177 player.send(
new SendString(tasks.getCombatLevel(), line));
179 player.send(
new SendString(tasks.getLevel(), line));