

Wzrdary
Members-
Content Count
18 -
Joined
-
Last visited
Community Reputation
-2About Wzrdary
-
Rank
Bronze Warrior
Personal Information
-
Sex
Male
-
Location
United Kingdom
Social Media
-
Skype
wzrdary
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Nice, thank you for this download!
-
Bump, really want to understand this!
-
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.STRENGT
-
Bump! I could really use some help on this!
-
Wzrdary started following Wzrd's Goals and '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);
-
Sicyon 718 custom [Rome] edition V3
Wzrdary replied to bigmug's topic in RuneTek 5/7 #555 - #RS3 Downloads
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. -
Definitely have to check this one out!
-
Original ziotic release!!! (Long Lost download)
Wzrdary replied to
Lagoon's topic in RuneTek 5/7 #555 - #RS3 Downloads
Will definitely be checking this out! -
This is almost a part of history, good stuff!
-
Good looking release, wish I was interested in 317's.
-
Good looking release, not sure if I'll look into this myself.
-
Good watch, I'll check this out, thanks!
-
Hello All, I'm creating this list of goals for myself to look back on and complete as I go through them. If anyone has advice on any of the below I'd appreciate it. Download a suitable 718 source, client and cache. Set home into my favorite place in the game and deck it out with NPC's and teleport methods. Learn more about the process and host the server to my friends. Begin creating my own content. Silly one really, but add the three tokhaar-kal capes from scratch.
-
Ignore above I've posted in 'Complaints/Issue Reporting'!