Thread: Editing prices - Frosty cache editor

Results 1 to 8 of 8
  1. #1 Editing prices - Frosty cache editor 
    Registered Member
    Join Date
    Nov 2013
    Posts
    106
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    So Ive downloaded and setup the frosty cache editor to edit item prices.
    Where do I actually change the price of the item? I can't see a box saying 'Price:'

    Thanks.
    Reply With Quote  
     

  2. #2  
    learning java
    alon's Avatar
    Join Date
    May 2013
    Posts
    1,212
    Thanks given
    202
    Thanks received
    62
    Rep Power
    15
    search in source

    economyprices.java
    Quitted RSPS AND RS
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2013
    Posts
    106
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by alon View Post
    search in source

    economyprices.java
    Um ok, and then do what?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2012
    Posts
    1,280
    Thanks given
    331
    Thanks received
    257
    Rep Power
    69
    Why are you hosting a server when you can't even do this?
    I'm working on: [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Registered Member
    Deuce9Lives's Avatar
    Join Date
    Jul 2013
    Posts
    1,177
    Thanks given
    65
    Thanks received
    232
    Rep Power
    0
    If you're using the 718 matrix, there's already a class for changing prices.

    EconomyPrices.java

    But If there are No class for Changing Prices then you'll find it In Shops.java it is the setValue case.
    Reply With Quote  
     

  6. #6  
    Ex-Dev
    Freestuffplox's Avatar
    Join Date
    Feb 2012
    Posts
    82
    Thanks given
    1
    Thanks received
    3
    Rep Power
    11
    shop.java

    public int getSellPrice(Item item) {
    switch (item.getId()) {
    case 773:
    item.getDefinitions().setValue(50);
    break;
    case 299:
    item.getDefinitions().setValue(1000);
    break;
    change case ids/value ids and sellprice to buyprice depending on what you are needing to change.



    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2013
    Posts
    106
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    These don't work.... Ive made a help thread about this before.
    Prices.txt doesn't change them and neither does shop.java

    That's why I put Frosty Cache Editor in the title? The thread lead to someone saying I need that editor to change the prices.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Feb 2011
    Posts
    1,143
    Thanks given
    545
    Thanks received
    108
    Rep Power
    87
    Oh my. Frosty cache editor doesn't edit the prices.. When you see it in the shop, it will say like abyssal whip 1.2m (not the real price) You use frosty for changing that 1.2m to the actual price..

    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. Frosty Cache Editor
    By Undacova in forum Help
    Replies: 12
    Last Post: 10-18-2013, 11:10 AM
  2. Frosty Cache Editor
    By Undacova in forum Requests
    Replies: 0
    Last Post: 10-17-2013, 10:17 AM
  3. 719+ frostys cache editor
    By artizana in forum Help
    Replies: 0
    Last Post: 10-05-2013, 11:14 PM
  4. [REQ]K4rn4ge's edited cache editor[/REQ]
    By Not Alex in forum Tools
    Replies: 3
    Last Post: 02-04-2011, 07:33 PM
  5. Tom's cache editor wont edit.
    By Coder Alex in forum Help
    Replies: 3
    Last Post: 08-01-2009, 12:04 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
  •