mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
use questReward function
This commit is contained in:
@@ -6592,9 +6592,7 @@ public class DialogueHandler {
|
||||
case 3513:
|
||||
sendNpcChat1("One last thing" + player.playerName + ", here is your reward.",
|
||||
player.talkingNpc, "Sir Amik Varze");
|
||||
player.blackKnight = 3;
|
||||
player.getItemAssistant().addItem(995, 5000);
|
||||
player.getPlayerAssistant().addSkillXP(10000, 0);
|
||||
QuestRewards.blackKnightReward(player);
|
||||
player.nextChat = 0;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user