View Full Version : Prayer Help Please
Caldito
June 20th, 2010, 16:55
Using codeusa base
When I put protect from missiles (ranged) and i go to arma boss he still hit me and thats vs all bosses, icluding kbd, kq and corpbeast, how do i fix that??
Neelix
June 20th, 2010, 18:17
Apperently nothing happens when you click on your missles protection. Edit actiobutton so that everytime you click something, you see the code. Then go login and look the code for the missiles protection and then search it up in actionbuttons. Then you can see what happens or if there is no case, add a new case which will make something happen and you'll be able to edit/.
Nathan
June 20th, 2010, 18:22
not spoonfeeding but heres a example.
if(p.magicPrayer) {
pl.appendNPCHit(0, 0);
fine the npc case in npccombat.java and add this somehwere.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.