mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
update text
This commit is contained in:
@@ -21,37 +21,35 @@ public class BlackKnightsFortress {
|
||||
for (int i = 8144; i < 8195; i++) {
|
||||
client.getPlayerAssistant().sendFrame126("", i);
|
||||
}
|
||||
client.getPlayerAssistant().sendFrame126("@dre@Black Knights' Fortress", 8144);
|
||||
client.getPlayerAssistant().sendFrame126("", 8145);
|
||||
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 8144);
|
||||
if (client.blackKnight == 0) {
|
||||
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 8144);
|
||||
client.getPlayerAssistant().sendFrame126("I can start this quest by speaking to Sir Amik Varze in", 8147);
|
||||
client.getPlayerAssistant().sendFrame126("Falador Castle.", 8148);
|
||||
client.getPlayerAssistant().sendFrame126("", 8149);
|
||||
client.getPlayerAssistant().sendFrame126("QUEST REQUIREMENTS:", 8150);
|
||||
client.getPlayerAssistant().sendFrame126("??12 Quest Points??", 8151);
|
||||
client.getPlayerAssistant().sendFrame126("12 Quest Points", 8151);
|
||||
} else if (client.blackKnight == 1) {
|
||||
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 8144);
|
||||
client.getPlayerAssistant().sendFrame126("@str@I've Talked with Sir Amik Varze", 8147);
|
||||
client.getPlayerAssistant().sendFrame126("He wants me to kill 30 Black Knights and", 8148);
|
||||
client.getPlayerAssistant().sendFrame126("collect their notes.", 8149);
|
||||
if (client.getItemAssistant().playerHasItem(NOTES, 30)) {
|
||||
client.getPlayerAssistant().sendFrame126("@str@30 Black Knight notes", 8150);
|
||||
} else {
|
||||
client.getPlayerAssistant().sendFrame126("@red@30 Black Knight notes", 8150);
|
||||
}
|
||||
client.getPlayerAssistant().sendFrame126("", 8150);
|
||||
client.getPlayerAssistant().sendFrame126("@red@30 Black Knight notes", 8151);
|
||||
|
||||
} else if (client.blackKnight == 2) {
|
||||
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 8144);
|
||||
client.getPlayerAssistant().sendFrame126("@str@I talked to Sir Amik Varze.", 8147);
|
||||
client.getPlayerAssistant().sendFrame126("@str@I gave Sir Amik Varze his items.", 8148);
|
||||
client.getPlayerAssistant().sendFrame126("I should go speak to Sir Amik Varze.", 8149);
|
||||
client.getPlayerAssistant().sendFrame126("@str@I've killed 30 Black Knights", 8148);
|
||||
client.getPlayerAssistant().sendFrame126("@str@and given Sir Amik Varze his items.", 8149);
|
||||
client.getPlayerAssistant().sendFrame126("I should go speak to Sir Amik Varze.", 8150);
|
||||
} else if (client.blackKnight == 3) {
|
||||
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 8144);
|
||||
client.getPlayerAssistant().sendFrame126("@str@I talked to Sir Amik Varze.", 8147);
|
||||
client.getPlayerAssistant().sendFrame126("@str@I gave him his items.", 8148);
|
||||
client.getPlayerAssistant().sendFrame126("@red@ QUEST COMPLETE", 8150);
|
||||
client.getPlayerAssistant().sendFrame126("As a reward, 10k attack xp and 5k coins.", 8151);
|
||||
client.getPlayerAssistant().sendFrame126("@str@I've killed 30 Black Knights", 8148);
|
||||
client.getPlayerAssistant().sendFrame126("@str@and given Sir Amik Varze his items.", 8149);
|
||||
client.getPlayerAssistant().sendFrame126("", 8150);
|
||||
client.getPlayerAssistant().sendFrame126("@red@QUEST COMPLETE", 8151);
|
||||
client.getPlayerAssistant().sendFrame126("", 8152);
|
||||
client.getPlayerAssistant().sendFrame126("REWARDS:", 8153);
|
||||
client.getPlayerAssistant().sendFrame126("2,500 coins", 8154);
|
||||
client.getPlayerAssistant().sendFrame126("3 Quest Points", 8155);
|
||||
}
|
||||
client.getPlayerAssistant().showInterface(8134);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user