Posted December 27, 20222 yr comment_85124 In Slayer.java add this to the top of method public void handleSlayerTaskDeath(boolean giveXp) This is the hidden content, please Sign In or Sign Up In SlayerDialogues.java add Krystilia to method public static Dialogue totalPointsReceived(final Player player) This is the hidden content, please Sign In or Sign Up In enum SlayerTasks you can start to add the monsters that should be assigned by Krystilia underneath the elite tasks This is the hidden content, please Sign In or Sign Up Now you need an npc named Krystilia. In the client now, In class NPCdef add this to the list of cases in switch (i) This is the hidden content, please Sign In or Sign Up In dialogues.json replace id 62 with This is the hidden content, please Sign In or Sign Up In class NPCOptionPacketListener: The followiing 4 methods need Krystilia's id added to switch(npc.getId()); So for each add case 2005: This is the hidden content, please Sign In or Sign Up This is the hidden content, please Sign In or Sign Up Lastly, go to enum SlayerMaster and Krystilia to the list of other masters This is the hidden content, please Sign In or Sign Up Edited December 27, 20222 yr by gvs
Create an account or sign in to comment