Nathan said:YES! Finally, a good update!
Relapse said:WTF they took out the mage sound??? As if it wasn't hard as hell for me before....
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 =DAll 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
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;
}
}
WetRain said: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 =DAll 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 SUCKS!All Day Win said:WetRain said: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 =DAll Day Win said:You basically have to guess the first hit
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.
All Day Win said:WetRain said: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 =DAll Day Win said:You basically have to guess the first hit
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.
All Day Win said:Yeah you still get hit.
eXero said:Can someone explain why the magic sound is gone is a bad thing?
eXero said:Can someone explain why the magic sound is gone is a bad thing?
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.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?