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