Thread: [PI]No prayer draining[PI]

Results 1 to 4 of 4
  1. #1 [PI]No prayer draining[PI] 
    Registered Member
    Join Date
    Apr 2012
    Posts
    33
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Okay... What i want to do is make so donators prayer points doesnt drain. I tried adding:
    Code:
    if (c.isDonator == 1) {
    			Config.PRAYER_POINTS_REQUIRED = false;
    			} else {
    			Config.PRAYER_POINTS_REQUIRED = true;
    		}
    But now i realise this isnt anything about not draining prayer ... Duh...

    Anyone got any ideas?
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Nov 2009
    Posts
    1,421
    Thanks given
    559
    Thanks received
    266
    Rep Power
    236
    In draining method just add a return statement if the player is a donator.
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    You could add a void for this in playerAssistant if you really wanted to, but what Malicious said is the most logical thing you would do.

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  5. #4  
    Registered Member
    Join Date
    Apr 2012
    Posts
    33
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    And where is the prayer draining... I've tried finding it, but i cant...
    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. Better Prayer Draining (Matrix)
    By Tyluur in forum Snippets
    Replies: 18
    Last Post: 09-05-2012, 10:04 PM
  2. Prayer draining in combat
    By XzTraviSzX in forum Help
    Replies: 9
    Last Post: 07-18-2012, 06:52 PM
  3. Prayer draining
    By Aaron C. in forum Help
    Replies: 2
    Last Post: 06-08-2012, 03:43 AM
  4. Replies: 1
    Last Post: 08-06-2011, 09:58 PM
  5. [Hyperion] Prayer Draining
    By PSNB in forum Help
    Replies: 0
    Last Post: 04-15-2010, 06:07 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
  •