Thread: Prayer Issue! PI

Results 1 to 5 of 5
  1. #1 Prayer Issue! PI 
    Banned
    Join Date
    Jan 2012
    Posts
    265
    Thanks given
    6
    Thanks received
    14
    Rep Power
    0
    So, on my server if you drop and use bones on the altar you gain xp and you keep your bones. Anyone have an idea how to fix that?
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    28
    Posts
    4,758
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Make sure where its adding your experience you have something like
    Code:
    c.getItems().deleteItem(boneId, c.getItems().getItemSlot(boneId), 1);
    In your Prayer.java class
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Jan 2012
    Posts
    265
    Thanks given
    6
    Thanks received
    14
    Rep Power
    0
    There dropping the bones i need something that will check to see if user has bones and if they do then add xp and delete items.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Apr 2012
    Posts
    3,259
    Thanks given
    2,554
    Thanks received
    832
    Rep Power
    0
    Quote Originally Posted by pkingftw View Post
    There dropping the bones i need something that will check to see if user has bones and if they do then add xp and delete items.
    Code:
    if(c.playerHasItem == ID) {
    //blahblah
    }
    Might vary.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Jan 2012
    Posts
    265
    Thanks given
    6
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Demonhorn View Post
    Code:
    if(c.playerHasItem == ID) {
    //blahblah
    }
    Might vary.
    Not sure if that would help me. My prayer file doesn't use itemonobject it does it automaticly in the file.
    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. [PI] Prayer issues
    By godlydds in forum Help
    Replies: 0
    Last Post: 07-28-2012, 04:05 AM
  2. [pi] prayer issue!
    By I Am Kacey in forum Help
    Replies: 6
    Last Post: 05-18-2011, 09:41 AM
  3. [PI] Prayer Issue [Easy]
    By Jason in forum Help
    Replies: 0
    Last Post: 02-19-2011, 06:54 PM
  4. Prayer Activate [PI Source [Slashscape Client]
    By PrataKosong in forum Help
    Replies: 5
    Last Post: 06-30-2010, 11:52 AM
  5. [PI] prayer switching [PI]
    By hyper in forum Help
    Replies: 0
    Last Post: 06-27-2010, 01:43 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
  •