mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Merge pull request #100 from RedSparr0w/fix-black-knight-quest-some-more-
fix black knights quest rewards
This commit is contained in:
@@ -144,12 +144,11 @@ public class QuestRewards {
|
||||
client.cookAss = 3;
|
||||
}
|
||||
public static void blackKnightReward(Client client) {
|
||||
QuestReward(client, "Black Knights' Fortress", "6 Quest Point", "5000 Coins", "10k Attack XP", "", "", "", 326);
|
||||
QuestReward(client, "Black Knights' Fortress", "3 Quest Point", "2500 Coins", "", "", "", "", 0);
|
||||
QUEST_NAME = "Black Knights' Fortress";
|
||||
client.getItemAssistant().addItem(995, 5000);
|
||||
client.getPlayerAssistant().addNormalExperienceRate(10000, client.playerAttack);
|
||||
client.questPoints++;
|
||||
client.getPlayerAssistant().sendFrame126("@gre@" + QUEST_NAME + "", 7333);
|
||||
client.getItemAssistant().addItem(995, 2500);
|
||||
client.questPoints += 3;
|
||||
client.getPlayerAssistant().sendFrame126("@gre@" + QUEST_NAME + "", 7332);
|
||||
client.blackKnight = 3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user