mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-06 00:32:01 +00:00
tidy up
This commit is contained in:
@@ -16,52 +16,34 @@ public class ImpCatcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void showInformation() {
|
public void showInformation() {
|
||||||
for (int i = 8144; i < 8195; i++) {
|
for (int i = 8144; i < 8295; i++) {
|
||||||
client.getPlayerAssistant().sendFrame126("", i);
|
client.getPlayerAssistant().sendFrame126("", i);
|
||||||
}
|
}
|
||||||
client.getPlayerAssistant().sendFrame126("@dre@Imp Catcher", 8144);
|
client.getPlayerAssistant().sendFrame126("@dre@Imp Catcher", 8144);
|
||||||
client.getPlayerAssistant().sendFrame126("", 8145);
|
client.getPlayerAssistant().sendFrame126("", 8145);
|
||||||
if (client.impsC == 0) {
|
if (client.impsC == 0) {
|
||||||
client.getPlayerAssistant()
|
client.getPlayerAssistant().sendFrame126( "I can start this quest by speaking to Wizard Mizgog who is", 8147);
|
||||||
.sendFrame126(
|
client.getPlayerAssistant().sendFrame126("in the Wizard's Tower.", 8148);
|
||||||
"I can start this quest by speaking to Wizard Mizgog who is",
|
|
||||||
8147);
|
|
||||||
client.getPlayerAssistant().sendFrame126("in the Wizard's Tower.",
|
|
||||||
8148);
|
|
||||||
} else if (client.impsC == 1) {
|
} else if (client.impsC == 1) {
|
||||||
client.getPlayerAssistant()
|
client.getPlayerAssistant().sendFrame126("@str@I can start this quest by speaking to Wizard Mizgog who is", 8147);
|
||||||
.sendFrame126(
|
client.getPlayerAssistant().sendFrame126("@str@in the Wizard's Tower.", 8148);
|
||||||
"@str@I can start this quest by speaking to Wizard Mizgog who is",
|
|
||||||
8147);
|
|
||||||
client.getPlayerAssistant().sendFrame126(
|
|
||||||
"@str@in the Wizard's Tower.", 8148);
|
|
||||||
client.getPlayerAssistant().sendFrame126("", 8149);
|
client.getPlayerAssistant().sendFrame126("", 8149);
|
||||||
client.getPlayerAssistant().sendFrame126(
|
client.getPlayerAssistant().sendFrame126("Wizard Mizgog have asked you to get the following items:", 8150);
|
||||||
"Wizard Mizgog have asked you to get the following items:",
|
|
||||||
8150);
|
|
||||||
client.getPlayerAssistant().sendFrame126("Red bead", 8151);
|
client.getPlayerAssistant().sendFrame126("Red bead", 8151);
|
||||||
client.getPlayerAssistant().sendFrame126("Yellow bead", 8152);
|
client.getPlayerAssistant().sendFrame126("Yellow bead", 8152);
|
||||||
client.getPlayerAssistant().sendFrame126("Black bead", 8153);
|
client.getPlayerAssistant().sendFrame126("Black bead", 8153);
|
||||||
client.getPlayerAssistant().sendFrame126("White bead", 8154);
|
client.getPlayerAssistant().sendFrame126("White bead", 8154);
|
||||||
} else if (client.impsC == 2) {
|
} else if (client.impsC == 2) {
|
||||||
client.getPlayerAssistant()
|
client.getPlayerAssistant().sendFrame126("@str@I can start this quest by speaking to Wizard Mizgog who is", 8147);
|
||||||
.sendFrame126(
|
client.getPlayerAssistant().sendFrame126("@str@in the Wizard's Tower.", 8148);
|
||||||
"@str@I can start this quest by speaking to Wizard Mizgog who is",
|
|
||||||
8147);
|
|
||||||
client.getPlayerAssistant().sendFrame126(
|
|
||||||
"@str@in the Wizard's Tower.", 8148);
|
|
||||||
client.getPlayerAssistant().sendFrame126("", 8149);
|
client.getPlayerAssistant().sendFrame126("", 8149);
|
||||||
client.getPlayerAssistant()
|
client.getPlayerAssistant().sendFrame126("@str@Wizard Mizgog have asked you to get the following items:", 8150);
|
||||||
.sendFrame126(
|
|
||||||
"@str@Wizard Mizgog have asked you to get the following items:",
|
|
||||||
8150);
|
|
||||||
client.getPlayerAssistant().sendFrame126("@str@Red bead", 8151);
|
client.getPlayerAssistant().sendFrame126("@str@Red bead", 8151);
|
||||||
client.getPlayerAssistant().sendFrame126("@str@Yellow bead", 8152);
|
client.getPlayerAssistant().sendFrame126("@str@Yellow bead", 8152);
|
||||||
client.getPlayerAssistant().sendFrame126("@str@Black bead", 8153);
|
client.getPlayerAssistant().sendFrame126("@str@Black bead", 8153);
|
||||||
client.getPlayerAssistant().sendFrame126("@str@White bead", 8154);
|
client.getPlayerAssistant().sendFrame126("@str@White bead", 8154);
|
||||||
client.getPlayerAssistant().sendFrame126("", 8155);
|
client.getPlayerAssistant().sendFrame126("", 8155);
|
||||||
client.getPlayerAssistant().sendFrame126(
|
client.getPlayerAssistant().sendFrame126("You have completed this quest!", 8156);
|
||||||
"You have completed this quest!", 8156);
|
|
||||||
}
|
}
|
||||||
client.getPlayerAssistant().showInterface(8134);
|
client.getPlayerAssistant().showInterface(8134);
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user