• Welcome to ForumKorner!
    Join today and become a part of the community.

Jad

All Day Win

Onyx user!
Reputation
0
On may 25th, 2011 jagex made the following updates to TzTok-Jad:

-TzTok Jad's ranged attack sound effect now begins as soon as the projectile is launched.
-TzTok Jad's stomping attack sound effect is now louder.

BUT the magic attack sound was taken out as well!

Thanks Jagex

for those of you that have done firecape you know how much of a difference sounds can make.
 

DoPi

Onyx user!
Reputation
0
YES! Finally, a good update!
 

Relapse

Onyx user!
Reputation
0
WTF they took out the mage sound??? As if it wasn't hard as hell for me before....
 

WetRain

Active Member
Reputation
0
All Day Win said:
Relapse said:
WTF they took out the mage sound??? As if it wasn't hard as hell for me before....

You basically have to guess the first hit
That fucking sucks. I'd just put on protect magic unless i heard a hissing noise that range makes. I'd then switch to protect range =D
 

Automatic

User is banned.
Reputation
0
Yeah, OR you can use this (though, I couldn't finish it because eclipse is being a bitch and not suggesting to the prayer code to me. It's not suggesting any code, the other parts I know off by heart but I never use prayer):

Code:
import com.rsbuddy.script.ActiveScript;
import com.rsbuddy.script.Manifest;
import com.rsbuddy.script.wrappers.Npc;
import com.rsbuddy.script.methods.Npcs;

@Manifest(
		authors = "Automatic Coding",
		name = "Jad prayer"
		)
		
public class JADPrayer extends ActiveScript{
	
	int jadID = 2745;
	int magicID = 9300;
	int rangeID = 9276;
	
	@Override
	public int loop() {
		Npc jad = Npcs.getNearest(jadID);
		if(jad.isValid()) {
			if(jad.getAnimation() == magicID) {
				//if(prayers is active) {
				//}
			}
			
			if(jad.getAnimation() == rangeID) {
				//if(prayers is active) {
				//}
			}
		}
		return 0;
	}
}
 

All Day Win

Onyx user!
Reputation
0
WetRain said:
All Day Win said:
Relapse said:
WTF they took out the mage sound??? As if it wasn't hard as hell for me before....

You basically have to guess the first hit
That fucking sucks. I'd just put on protect magic unless i heard a hissing noise that range makes. I'd then switch to protect range =D

If you don't have protect range and you here the range sound and you switch you still get effected by the hit if that make sense.
 

WetRain

Active Member
Reputation
0
All Day Win said:
WetRain said:
All Day Win said:
You basically have to guess the first hit
That fucking sucks. I'd just put on protect magic unless i heard a hissing noise that range makes. I'd then switch to protect range =D

If you don't have protect range and you here the range sound and you switch you still get effected by the hit if that make sense.
THAT SUCKS!
Runescape just bumfucked us again.
 

Automatic

User is banned.
Reputation
0
All Day Win said:
WetRain said:
All Day Win said:
You basically have to guess the first hit
That fucking sucks. I'd just put on protect magic unless i heard a hissing noise that range makes. I'd then switch to protect range =D

If you don't have protect range and you here the range sound and you switch you still get effected by the hit if that make sense.

Really? So... if you switch after the animation starts you still get hit?
 

Automatic

User is banned.
Reputation
0
All Day Win said:
Yeah you still get hit.

Then how the fuck do you know which prayer to use!?!

Magic = doesn't sound
Range = starts after the safe time

You're screwed.
 

fatMatch

Onyx user!
Reputation
0
eXero said:
Can someone explain why the magic sound is gone is a bad thing?

you can't tell when you're going to get hit with mage
/1hit
/waste of 1-2hours
 

All Day Win

Onyx user!
Reputation
0
eXero said:
Can someone explain why the magic sound is gone is a bad thing?

If I can't hear what sound he makes on his first move I basically wasted 2 hours of my life.

So if I can't hear what type of attack he does I don't know what prayer to use.
 
Reputation
0
All Day Win said:
eXero said:
Can someone explain why the magic sound is gone is a bad thing?

If I can't hear what sound he makes on his first move I basically wasted 2 hours of my life.

So if I can't hear what type of attack he does I don't know what prayer to use.

They'd have to change it again realizing how hard it must be.
Magic attacks will hit you without fail because you don't know they're coming.
Range attacks will hit you because by the time the loud noise tells you it's coming then it's already too late.
 
Top