Thread: PI ) Object clicking problems with (Pictures).

Results 1 to 4 of 4
  1. #1 PI ) Object clicking problems with (Pictures). 
    Registered Member
    Join Date
    May 2016
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I have this problem on project insanity source when i login and click on an object example like altar it does restore my prayer points and do everything perfect but when i click it again nothing happens even when i try to click on different object example like bank booth it does not even open i have to relog and do the first click on that object to work.

    Here are some pictures

    First click always work to make it work again i have to relog
    Attached image



    2nd click on any object does not work
    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,570
    Thanks given
    871
    Thanks received
    1,745
    Rep Power
    5000
    post the code for your click button, only the altar, not the full class!

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2016
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Optimum View Post
    post the code for your click button, only the altar, not the full class!
    As i said above i don't think it's the altar problem but here is my code


    case 409:
    if (c.playerLevel[5] < c.getPA().getLevelForXP(c.playerXP[5])) {
    c.startAnimation(645);
    c.playerLevel[5] = c.getPA().getLevelForXP(c.playerXP[5]);
    c.sendMessage("You recharge your prayer points.");
    c.getPA().refreshSkill(5);
    } else {
    c.sendMessage("You already have full prayer points.");
    }
    break;
    Reply With Quote  
     

  4. #4  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    check your second click object packet.

    if you can second click other objects then its specifically an issue with the case statement you posted.

    PI has tons of useless shit in these classes. (Storing every single variable in player class, which shouldn't be done unless you're going to reference it.)
    Attached image
    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] got a problem with dragon claws
    By Kurdz in forum Help
    Replies: 4
    Last Post: 01-02-2013, 03:38 PM
  2. [PI] Object click doesn't work?
    By jordan641 in forum Requests
    Replies: 1
    Last Post: 11-05-2010, 02:56 AM
  3. PI/Riotscape object clicking problem
    By Purple in forum Help
    Replies: 4
    Last Post: 10-17-2010, 10:35 PM
  4. [PI] A few problems with d claws...
    By Aborted in forum Help
    Replies: 5
    Last Post: 10-03-2010, 03:23 PM
  5. Green Drags Problem,With Picture
    By Peace in forum Help
    Replies: 2
    Last Post: 09-23-2009, 03:56 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
  •