Thread: 317 pi help

Results 1 to 9 of 9
  1. #1 317 pi help 
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    How do i block certain prayers like rigour and augury so that you can't activate them at the same time. (first bug)

    Second bug

    When i click on piety rigour activates aswell.

    Code:
    case 70096: // piety
    			if (c.altarPrayed == 1) {
    				return;
    			}
    			c.getCombat().activatePrayer(26);
    			break;
    		case 70098: // rigour
    			if (c.altarPrayed == 1) {
    				return;
    			}
    			if (c.rigourPray == 0) {
    				return;
    			}
    			c.getCombat().activatePrayer(27);
    			break;
    Image Gif




    Help much apreciuted
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Mar 2014
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    10
    Remove it's code?
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Quote Originally Posted by RetaliationRSP View Post
    Remove it's code?
    :l? you need the code to activate the prayer

    EDIT: don't post if you don't know.

    EDIT: post count hungrey much.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2014
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    10
    Quote Originally Posted by ipkmills View Post
    :l? you need the code to activate the prayer

    EDIT: don't post if you don't know.

    EDIT: post count hungrey much.
    you said "so that you can't activate them" You're confusing me now.

    try this code anyways;

    case 70096: // piety
    if (c.altarPrayed == 1) {
    return;
    }
    c.getCombat().activatePrayer(27);
    break;
    case 70098: // rigour
    if (c.altarPrayed == 1) {
    return;
    }
    if (c.rigourPray == 0) {
    return;
    }
    c.getCombat().activatePrayer(26);
    break;

    i'm trying to help tho.

    Edit: Go to client.java and ctrl+F " c.rigourPray " and send a copy of the simile codes here? might help us to figure out.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Quote Originally Posted by RetaliationRSP View Post
    you said "so that you can't activate them" You're confusing me now.

    try this code anyways;

    case 70096: // piety
    if (c.altarPrayed == 1) {
    return;
    }
    c.getCombat().activatePrayer(27);
    break;
    case 70098: // rigour
    if (c.altarPrayed == 1) {
    return;
    }
    if (c.rigourPray == 0) {
    return;
    }
    c.getCombat().activatePrayer(26);
    break;

    i'm trying to help tho.

    Edit: Go to client.java and ctrl+F " c.rigourPray " and send a copy of the simile codes here? might help us to figure out.

    first of all why would it be in client.java second of all thats not what im asking 3rd im saying the prayers are activating together when you click on piety rigour activates aswell when you click on rigour augury activates aswell it should only activate the prayer you click on not the one you click on and the one next to it.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Mar 2014
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    10
    Quote Originally Posted by ipkmills View Post
    first of all why would it be in client.java second of all thats not what im asking 3rd im saying the prayers are activating together when you click on piety rigour activates aswell when you click on rigour augury activates aswell it should only activate the prayer you click on not the one you click on and the one next to it.
    search for RigourPray not C.rigourPray. My bad, and anyways.
    I said u should look on client.java because maybe piety and rigour are in the same case? know what i mean? or unless it is related to the client man, probably not a server issue. Idk i'm just trying to help and honestly i never coded 317 but i know some shits about it.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Quote Originally Posted by RetaliationRSP View Post
    search for RigourPray not C.rigourPray. My bad, and anyways.
    I said u should look on client.java because maybe piety and rigour are in the same case? know what i mean? or unless it is related to the client man, probably not a server issue. Idk i'm just trying to help and honestly i never coded 317 but i know some shits about it.
    The cases are in clickingbuttons.java the ints are in player.java no its not ints its clickingbuttons pretty sure issue lays in clicking buttons since its clikking what the issue is
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    help please
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    anyone?
    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. [317][PI] Help with masks.
    By thedon69 in forum Help
    Replies: 3
    Last Post: 01-23-2013, 04:31 PM
  2. 317 or 317 [PI] Help
    By Amnesia` in forum Help
    Replies: 1
    Last Post: 08-09-2012, 10:45 PM
  3. Accept Button for 317 PI [Help Please]
    By BLOTTER in forum Help
    Replies: 5
    Last Post: 05-31-2012, 02:32 AM
  4. New models 317 (pi) help please
    By Amir-Habeeb in forum Help
    Replies: 5
    Last Post: 04-03-2012, 10:12 PM
  5. 317 [PI] Help Needed
    By Defective in forum Help
    Replies: 10
    Last Post: 01-12-2012, 12:30 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •