Thread: [PI] Shops value

Results 1 to 5 of 5
  1. #1 [PI] Shops value 
    Registered Member
    Join Date
    Jun 2010
    Posts
    183
    Thanks given
    150
    Thanks received
    17
    Rep Power
    35



    Other problem solved!
    New problem :

    As you can see this is my vote shop. I added it and I added Shantay pass as Vote tickets.
    But the problem is when I buy I gotta use coins instead of shantay passes.
    how do i add so i buy with shantay passes?

    when i wanna buysomething I need to have coins in my inventory. It doesn't use coins but It gotta have coins in inventory , how i fix this?

    video ;
    Reply With Quote  
     

  2. #2  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    ooo lmfao read it wrong soz

    go to actionhandler search

    Case 411: (I think that's chaos altar)

    find in there something like

    Code:
    if(c.playerRights >= 1){
    And removed it.

    Hope it helped


    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2010
    Posts
    183
    Thanks given
    150
    Thanks received
    17
    Rep Power
    35
    Quote Originally Posted by C++ Imbued View Post
    Add that under the

    Case ####:
    Code:
    if(c.playerRights >= 1) {
    I found it. THANKS! If I could I would rep you.
    Reply With Quote  
     

  4. #4  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    I had that problem too Couldnt fix so i used a Point system instead why dont u try using a votepoint system?


    c.votePoints
    Reply With Quote  
     

  5. #5  
    ~! Legit ~!

    Join Date
    Nov 2010
    Posts
    1,973
    Thanks given
    183
    Thanks received
    211
    Rep Power
    237
    goto shopassistant.java or its shophandler.java.

    find pkPoints and make a code for it to make it so its votePoints, then find SpecialItemValue and ull see cases.

    Code:
    Case ####:
    Code:
    #### Item ID
    Code:
     Return ###;
    Code:
     ### Item Value (how many tickets)
    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: 5
    Last Post: 03-20-2011, 01:18 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
  •