Jump to content
Existing user? Sign In

Sign In



Sign Up

'Get Task' Option


Wzrdary

Recommended Posts

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

Edited by Wzrdary
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Contact

[email protected]

astra.security

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

Runewild Ikov RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...