Thread: Prayers not Reducing and Overhead Protection not working? WILL PAY FOR HELP

Results 1 to 4 of 4
  1. #1 Prayers not Reducing and Overhead Protection not working? WILL PAY FOR HELP 
    Donator

    Join Date
    Mar 2015
    Age
    26
    Posts
    80
    Thanks given
    0
    Thanks received
    2
    Rep Power
    27
    So i tried changing to prayers reductions, it don't work. Soulsplit works, Turmoil works, just no prayer will reduce, and the over heads protections dont work, i tried completely redoing it kept getting errors, Can someone help?


    Will Pay $$ For Help!!!


    Code:
    	public int prayerId = -1;
    	public int headIcon = -1;
    	public int bountyIcon = 0;
    	public long stopPrayerDelay, prayerDelay;
    	public boolean usingPrayer;
    		public long lastRequest;
    public final int[] PRAYER_DRAIN_RATE = 		{500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500};
    	public final int[] PRAYER_LEVEL_REQUIRED = 	{1,4,7,8,9,10,13,16,19,22,25,26,27,28,31,34,37,40,43,44,45,46,49,52,60,70};
    	public final int[] PRAYER = 				{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25};
    	public final String[] PRAYER_NAME = 		{"Thick Skin", "Burst of Strength", "Clarity of Thought", "Sharp Eye", "Mystic Will", "Rock Skin", "Superhuman Strength", "Improved Reflexes","Rapid Restore", 
    												"Rapid Heal", "Protect Item", "Hawk Eye", "Mystic Lore", "Steel Skin", "Ultimate Strength", "Incredible Reflexes","Protect from Magic", "Protect from Missiles",
    												"Protect from Melee","Eagle Eye", "Mystic Might", "Retribution", "Redemption", "Smite", "Chivalry", "Piety"};
    	public final int[] PRAYER_GLOW =  			{83,84,85,601,602,86,87,88,89,90,91,603,604,92,93,94,95,96,97,605,606,98,99,100,607,608};
    	public final int[] PRAYER_HEAD_ICONS = 		{-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2,1,0,-1,-1,3,5,4,-1,-1};
    												//{-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,3,2,1,4,6,5};
    												
    	public boolean[] prayerActive = 			{false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false};
    /* Curse Prayers */
    public final int[] CURSE_DRAIN_RATE = {
    		500,500,500,500,500,
    		500,500,500,500,500,
    		500,500,500,500,500,
    		500,500,500,500,500
    	};
    	public final int[] CURSE_LEVEL_REQUIRED = {
    		50,50,52,54,56,
    		59,62,65,68,71,
    		74,76,78,80,82,
    		84,86,89,92,95
    	};
    	public final int[] CURSE = {
    		0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
    	};
    	public final String[] CURSE_NAME = {
    		"Protect Item", "Sap Warrior", "Sap Ranger", "Sap Mage", "Sap Spirit",
    		"Berserker", "Deflect Summoning", "Deflect Magic","Deflect Missiles", "Deflect Melee",
    		"Leech Attack", "Leech Ranged", "Leech Magic", "Leech Defence", "Leech Strength",
    		"Leech Energy", "Leech Special Attack", "Wrath", "Soul Split", "Turmoil"
    	};
    	public final int[] CURSE_GLOW = {
    		610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629
    	};
    	public final int[] CURSE_HEAD_ICONS = {
    		-1,-1,-1,-1,-1,-1,12,10,11,9,-1,-1,-1,-1,-1,-1,-1,16,17,-1
    	};
    	public boolean[] curseActive = {
    		false,false,false,false,false,
    		false,false,false,false,false,
    		false,false,false,false,false,
    		false,false,false,false,false
    	};

    And Yes i have tried changing "500" To difrrent numbers, I.E 1 & 1000
    [Only registered and activated users can see links. ]

    Subscribe To My Youtube To become a Sexy Sub




    Rune-Server is the greatest and Nicest Community i r8 8/8 ---Said No one.
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Apr 2013
    Posts
    99
    Thanks given
    3
    Thanks received
    2
    Rep Power
    15
    I DOWNLOADED A FRESH BASE (CLEAN BASE) once and the prayer wasn't coded so i'm just gonna suggest to try looking a tutorial for prayer skill

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Donator

    Join Date
    Mar 2015
    Age
    26
    Posts
    80
    Thanks given
    0
    Thanks received
    2
    Rep Power
    27
    Quote Originally Posted by mohammed View Post
    I DOWNLOADED A FRESH BASE (CLEAN BASE) once and the prayer wasn't coded so i'm just gonna suggest to try looking a tutorial for prayer skill

    [Only registered and activated users can see links. ]

    It's just the overhead protection and prayer reduces.... i've been looking
    [Only registered and activated users can see links. ]

    Subscribe To My Youtube To become a Sexy Sub




    Rune-Server is the greatest and Nicest Community i r8 8/8 ---Said No one.
    Reply With Quote  
     

  4. #4  
    Registered Member Av0ided's Avatar
    Join Date
    Jan 2011
    Posts
    126
    Thanks given
    61
    Thanks received
    6
    Rep Power
    5
    Quote Originally Posted by Vivid_Katie View Post
    So i tried changing to prayers reductions, it don't work. Soulsplit works, Turmoil works, just no prayer will reduce, and the over heads protections dont work, i tried completely redoing it kept getting errors, Can someone help?


    Will Pay $$ For Help!!!


    Code:
    	public int prayerId = -1;
    	public int headIcon = -1;
    	public int bountyIcon = 0;
    	public long stopPrayerDelay, prayerDelay;
    	public boolean usingPrayer;
    		public long lastRequest;
    public final int[] PRAYER_DRAIN_RATE = 		{500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500};
    	public final int[] PRAYER_LEVEL_REQUIRED = 	{1,4,7,8,9,10,13,16,19,22,25,26,27,28,31,34,37,40,43,44,45,46,49,52,60,70};
    	public final int[] PRAYER = 				{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25};
    	public final String[] PRAYER_NAME = 		{"Thick Skin", "Burst of Strength", "Clarity of Thought", "Sharp Eye", "Mystic Will", "Rock Skin", "Superhuman Strength", "Improved Reflexes","Rapid Restore", 
    												"Rapid Heal", "Protect Item", "Hawk Eye", "Mystic Lore", "Steel Skin", "Ultimate Strength", "Incredible Reflexes","Protect from Magic", "Protect from Missiles",
    												"Protect from Melee","Eagle Eye", "Mystic Might", "Retribution", "Redemption", "Smite", "Chivalry", "Piety"};
    	public final int[] PRAYER_GLOW =  			{83,84,85,601,602,86,87,88,89,90,91,603,604,92,93,94,95,96,97,605,606,98,99,100,607,608};
    	public final int[] PRAYER_HEAD_ICONS = 		{-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2,1,0,-1,-1,3,5,4,-1,-1};
    												//{-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,3,2,1,4,6,5};
    												
    	public boolean[] prayerActive = 			{false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false};
    /* Curse Prayers */
    public final int[] CURSE_DRAIN_RATE = {
    		500,500,500,500,500,
    		500,500,500,500,500,
    		500,500,500,500,500,
    		500,500,500,500,500
    	};
    	public final int[] CURSE_LEVEL_REQUIRED = {
    		50,50,52,54,56,
    		59,62,65,68,71,
    		74,76,78,80,82,
    		84,86,89,92,95
    	};
    	public final int[] CURSE = {
    		0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
    	};
    	public final String[] CURSE_NAME = {
    		"Protect Item", "Sap Warrior", "Sap Ranger", "Sap Mage", "Sap Spirit",
    		"Berserker", "Deflect Summoning", "Deflect Magic","Deflect Missiles", "Deflect Melee",
    		"Leech Attack", "Leech Ranged", "Leech Magic", "Leech Defence", "Leech Strength",
    		"Leech Energy", "Leech Special Attack", "Wrath", "Soul Split", "Turmoil"
    	};
    	public final int[] CURSE_GLOW = {
    		610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629
    	};
    	public final int[] CURSE_HEAD_ICONS = {
    		-1,-1,-1,-1,-1,-1,12,10,11,9,-1,-1,-1,-1,-1,-1,-1,16,17,-1
    	};
    	public boolean[] curseActive = {
    		false,false,false,false,false,
    		false,false,false,false,false,
    		false,false,false,false,false,
    		false,false,false,false,false
    	};

    And Yes i have tried changing "500" To difrrent numbers, I.E 1 & 1000
    Headicons.

    client.jaba

    Appendplayerappearance:

    Headiconpk?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 1
    Last Post: 10-20-2014, 06:45 PM
  2. Replies: 4
    Last Post: 02-04-2012, 06:09 PM
  3. Replies: 2
    Last Post: 10-28-2011, 11:34 PM
  4. Replies: 2
    Last Post: 03-13-2011, 02:40 PM
  5. working protect prayers (mage range and melee)
    By Ashen Sky in forum Tutorials
    Replies: 6
    Last Post: 04-12-2008, 02:11 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •