diff --git a/2006Redone Server/src/redone/game/content/quests/impl/ImpCatcher.java b/2006Redone Server/src/redone/game/content/quests/impl/ImpCatcher.java index dd12d79d..5b2eb784 100644 --- a/2006Redone Server/src/redone/game/content/quests/impl/ImpCatcher.java +++ b/2006Redone Server/src/redone/game/content/quests/impl/ImpCatcher.java @@ -16,52 +16,34 @@ public class ImpCatcher { } public void showInformation() { - for (int i = 8144; i < 8195; i++) { + for (int i = 8144; i < 8295; i++) { client.getPlayerAssistant().sendFrame126("", i); } client.getPlayerAssistant().sendFrame126("@dre@Imp Catcher", 8144); client.getPlayerAssistant().sendFrame126("", 8145); if (client.impsC == 0) { - client.getPlayerAssistant() - .sendFrame126( - "I can start this quest by speaking to Wizard Mizgog who is", - 8147); - client.getPlayerAssistant().sendFrame126("in the Wizard's Tower.", - 8148); + client.getPlayerAssistant().sendFrame126( "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) { - client.getPlayerAssistant() - .sendFrame126( - "@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("@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( - "Wizard Mizgog have asked you to get the following items:", - 8150); + client.getPlayerAssistant().sendFrame126("Wizard Mizgog have asked you to get the following items:", 8150); client.getPlayerAssistant().sendFrame126("Red bead", 8151); client.getPlayerAssistant().sendFrame126("Yellow bead", 8152); client.getPlayerAssistant().sendFrame126("Black bead", 8153); client.getPlayerAssistant().sendFrame126("White bead", 8154); } else if (client.impsC == 2) { - client.getPlayerAssistant() - .sendFrame126( - "@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("@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( - "@str@Wizard Mizgog have asked you to get the following items:", - 8150); + client.getPlayerAssistant().sendFrame126("@str@Wizard Mizgog have asked you to get the following items:", 8150); client.getPlayerAssistant().sendFrame126("@str@Red bead", 8151); client.getPlayerAssistant().sendFrame126("@str@Yellow bead", 8152); client.getPlayerAssistant().sendFrame126("@str@Black bead", 8153); client.getPlayerAssistant().sendFrame126("@str@White bead", 8154); client.getPlayerAssistant().sendFrame126("", 8155); - client.getPlayerAssistant().sendFrame126( - "You have completed this quest!", 8156); + client.getPlayerAssistant().sendFrame126("You have completed this quest!", 8156); } client.getPlayerAssistant().showInterface(8134); } diff --git a/CompiledServer/production/2006rebotted/redone/game/content/quests/impl/ImpCatcher.class b/CompiledServer/production/2006rebotted/redone/game/content/quests/impl/ImpCatcher.class index cf1a952a..6d1cb6c4 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/content/quests/impl/ImpCatcher.class and b/CompiledServer/production/2006rebotted/redone/game/content/quests/impl/ImpCatcher.class differ