Thread: [PI] Lowering PkP [PI]

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [PI] Lowering PkP [PI] 
    Registered Member xCDIx's Avatar
    Join Date
    Jun 2011
    Posts
    221
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    Alright i've raised my PkP awhile ago and I forgot how I did it. Heres my Shops.cfg file if anyone can figure this out, I'll give you a reward thanks

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2011
    Posts
    331
    Thanks given
    40
    Thanks received
    26
    Rep Power
    34
    go to characters.java, go down to pkp or w.e its called in there and change it bak
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    what are you talking about you raised your pk points?the shop prices? your pk points int? i dont even...
    Reply With Quote  
     

  4. #4  
    Registered Member xCDIx's Avatar
    Join Date
    Jun 2011
    Posts
    221
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    No what im trying to say is.. Say if I click on AGS, it will say. "This item cost's 100 PkP." I want to lower the amount of the item to something different and I can't figure it out.
    Reply With Quote  
     

  5. #5  
    Boom Boom

    Kakapo's Avatar
    Join Date
    Aug 2010
    Posts
    1,030
    Thanks given
    358
    Thanks received
    218
    Rep Power
    365
    Shophandler.java it will be under handleSpecialItem or something as:

    case ITEMID:
    return PRICE;


    Reply With Quote  
     

  6. #6  
    Registered Member xCDIx's Avatar
    Join Date
    Jun 2011
    Posts
    221
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    Still didn't work..:/
    Reply With Quote  
     

  7. #7  
    Registered Member HolyTrinity™'s Avatar
    Join Date
    Jul 2011
    Posts
    205
    Thanks given
    10
    Thanks received
    5
    Rep Power
    10
    Try prices.txt
    Reply With Quote  
     

  8. #8  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    in shopassistance.java look for
    public int getSpecialItemValue(int id) {
    switch (id) {
    right under this should be cases which are the item ids and the returns are the item prices
    Reply With Quote  
     

  9. #9  
    Registered Member xCDIx's Avatar
    Join Date
    Jun 2011
    Posts
    221
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    Alright so far Pastaway helped me the most. But now how do I changed the PkP amount?
    Reply With Quote  
     

  10. #10  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    what do you mean by pkp amount? like how many kill points you get after you kill someone or how many pk points an item costs? if you mean the second one do this

    item-dragon claws

    case 14484:
    return 50;

    the item dragon claws costs 50 pk points, if you want it to costs 100 pk points just make a return for 100 or find a return thats already 100 and put it above it.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. [Up to $50]Lowering engine load
    By wuperr in forum Help
    Replies: 0
    Last Post: 03-13-2011, 11:09 AM
  2. [Paying]Lowering engine load
    By wuperr in forum Help
    Replies: 4
    Last Post: 03-08-2011, 08:00 PM
  3. Delta/Devolution drop rate lowering
    By Titandino in forum Help
    Replies: 4
    Last Post: 10-25-2010, 07:06 AM
  4. Lowering melee def.
    By 'Craig in forum Help
    Replies: 0
    Last Post: 04-11-2009, 12:01 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
  •