-
Invision's Map Editor
ty
- RSAM Cache Editor
-
Zenyte Release - Revision Upgraded/TOB/COX content
ty
-
Open Source OSRS Deob cache tools
Awesome, thank you.
- DAT Maker.
-
Why doesn't this work (Keris)
Bump, really want to understand this!
-
Why doesn't this work (Keris)
Afternoon All! Just a quick one, I'm trying to get Keris to hit more against Kaphite NPC's. Here's what I've written, and for some reason it isn't working? in PlayerCombat.java public boolean hasKeris(Player player) { int weaponId = player.getEquipment().getWeaponId(); return weaponId == 10581 || weaponId == 10582 || weaponId == 10583; } also in PlayerCombat.java if (target instanceof NPC) { NPC n = (NPC) target; if (n.getId() == 1157 && hasKeris(player)) { double strengthBonus = player.getCombatDefinitions().getBonuses()[CombatDefinitions.STRENGTH_BONUS]; strengthBonus += 250; } } I'm attacking the NPC ID 1157 with Keris but it isn't hitting... I also tried dragging the NPC names using the below (which also didn't work!): if (target instanceof NPC) { NPC n = (NPC) target; if (n.getDefinitions().name.contains("Kalphite")) { if(weaponId == 10581) { Does anyone understand why this won't work? Cheers, Wzrd
-
'Get Task' Option
Bump! I could really use some help on this!
-
'Get Task' Option
Hello Everyone, I have just downloaded a new 718 source and client, and I'm logged in to begin testing for suitability. I have noticed Kuradal's 'Get Task' option doesn't do anything. I obviously want to get this working but I'm having difficulty getting it right... Does anyone have a working 'Get Task' option they could show me? My attempt is below, probably embarassing... Kuradal.java public static boolean getTask(Player player) { //stuck here! player.setTalkedWithKuradal(true); if (player.getTask() == null) { SlayerTask.random(player, Master.KURADAL); sendEntityDialogue(IS_NPC, "Kuradal", 9085, 9827, "Excellent, your task is to kill " + player.getTask().getTaskAmount() + " " + player.getTask().getName().toLowerCase() + "s.."); stage = 7; } else { sendEntityDialogue(IS_NPC, "Kuradal", 9085, 9827, "It seems like you already got an assignment. ", "Your task is to kill " + player.getTask().getTaskAmount() + " " + player.getTask().getName().toLowerCase() + "s."); stage = 4; } } NPCHandler.java (Under Option2) if (npc.getId() == 9805){ Kuradal.getTask();} Best Regards, Wzrd
-
Sicyon 718 custom [Rome] edition V3
Will definitely give this a go. I'm using this! Epic source! Was looking for Feather 718/742 for ages, glad you've released this! Small error in bank.java, I have fixed, if anyone is struggling to fix this let me know.
-
Ivory #742
Definitely have to check this one out!
-
First Raid on an RSPS!
This is almost a part of history, good stuff!
-
[PI] Project Insanity + Tools
Good looking release, wish I was interested in 317's.
-
[Apollo]
Good looking release, not sure if I'll look into this myself.
-
[OS-SCAPE]
Good watch, I'll check this out, thanks!