

Wzrdary
-
Posts
24 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Top List
Posts posted by Wzrdary
-
-
-
-
Awesome, thank you.
0 -
Nice, thank you for this download!
0 -
Bump, really want to understand this!
0 -
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
0 -
Bump! I could really use some help on this!
0 -
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
0 -
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.
0 -
Definitely have to check this one out!
-2 -
This is almost a part of history, good stuff!
0 -
Good looking release, wish I was interested in 317's.
0 -
Good looking release, not sure if I'll look into this myself.
0 -
Good watch, I'll check this out, thanks!
0 -
Ignore above I've posted in 'Complaints/Issue Reporting'!
0 -
Hi All,
I once used a server called Feather as a base, I am unable to find this again, can anyone supply an updated download link?
Best Regards,
Wzrd
0 -
I am unable to post in spam, does anyone understand why this may be?
0 -
Good Afternoon All,
I'm Wzrd (Joe) and I'm 23.
I started playing RSPS's in 2010, here's a story, I played a 317 style server which had undead cows, noob players (includes me) killed the cows for scimitars, obviously the higher tier the scimitar the harder it was to get, we, (the noobs) sold them to the higher level players, no idea what they were used for... Anyway I found an exploit within this server as someone left Zaff in Ardougne and he sold dragon scimitars for 10k, I was the richest noob in the server!
This leads onto me making my own private server in about 2013, I hosted the server over my home network and me and my friends basically played it as an easy alternative to runescape, it was fun and I enjoyed making my ideas come to life!
RuneScape then released RS3 (lmao) and I decided I wanted to make my own 718 server (my favourite revision). I managed to get my server up and running, I also managed to get 25 quests working, which was easy after I worked out how to make the first one. After playing so many RSPS's and having so many ideas for these, it was freeing to just do what I wanted, in the process creating something unique.
I have recently found the love for RSPS's, and it's about time I tried making one again. I'll be looking around for a nice 718/9 loading 839 to start building my game, once I believe I have made it to a point where I can release, I will update with another forum post.
It will be called Wizard Forever, and I hope so see some of you there when I manage to build this into something I can be really proud of!
Hope you all enjoyed a quick read and a couple of nice stories from my RSPS life, let me know if you have any questions!
Best Regards
Wzrd/Joe
0
Invision's Map Editor
in RSPS Tools Downloads
Posted
ty