Thread: PI Slayer shop prices? REP

Results 1 to 8 of 8
  1. #1 PI Slayer shop prices? REP 
    Banned
    Join Date
    Sep 2011
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Here is my Shops.CFG

    shop = 48 Slayer Point Store 2 2 13263 1 19335 1 15492 1 14484 1 19748 1


    How do I set prices and set other items in the shop? and the price
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    shopassistant think the methods called getSpecialItemValue under switch (id) { add

    case ####: //itemid
    return #; //amount of pts
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Sep 2011
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I can't find it in there are you sure that's the right spot?
    Reply With Quote  
     

  4. #4  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    look for prices.txt and change them there. should be in the same location as your spawn.cfg
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    Quote Originally Posted by Pastaway View Post
    look for prices.txt and change them there. should be in the same location as your spawn.cfg
    "Slayer point shop" *point* not gp lol
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Sep 2011
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Does anyone know really where to chagne the price and add items to the slayer shop?
    Reply With Quote  
     

  7. #7  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    oh my bad read too fast. ok go to your shopassistant.java and find something like this.
    public int getSpecialItemValue(int id) {
    switch (id) {
    case 6889:
    case 6914:
    case 15604:
    case 15606:
    case 15600:
    case 15610:
    case 15612:
    case 15616:
    case 15622:
    case 15618:
    case 6526:
    case 6525:
    case 6524:
    case 6523:
    case 6538:
    return 100;
    case 6916:
    case 6918:
    case 6920:
    case 6922:
    case 6924:
    case 7462:
    return 50;
    case 11235:
    return 850;
    case 11663:
    case 11664:
    case 11665:
    case 8842:
    return 30;
    case 8839:
    case 8840:
    case 15602:
    case 15608:
    case 15614:
    case 15620:
    the cases are the ids of the items and the returns are the prices
    Reply With Quote  
     

  8. #8  
    Trap God

    Join Date
    Jun 2010
    Age
    28
    Posts
    570
    Thanks given
    27
    Thanks received
    26
    Rep Power
    4
    getSpecialItemValue.

    Then make the method in ShopAssistant.java to buy the item from
    the shop ect.
    "What was done to me was monstrous."
    "And they created a monster."
    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] Slayer Shop and Slayer Points
    By Mark in forum Help
    Replies: 2
    Last Post: 04-16-2011, 01:57 PM
  2. Replies: 5
    Last Post: 02-28-2011, 02:50 PM
  3. [PI] Shop Prices
    By Debugger in forum Help
    Replies: 7
    Last Post: 09-05-2010, 05:23 AM
  4. Shop prices
    By E C T A S Y in forum Help
    Replies: 4
    Last Post: 06-07-2010, 03:33 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
  •