Thread: Change shop price but not alch price

Results 1 to 9 of 9
  1. #1 Change shop price but not alch price 
    Seven Lions

    Yvne's Avatar
    Join Date
    Sep 2012
    Posts
    1,204
    Thanks given
    164
    Thanks received
    173
    Rep Power
    81
    Hi i'm wondering how i can change what the shop sells the item for but i want to keep the alch price for keeping items on death.

    thanks!
    Reply With Quote  
     

  2. #2  
    Seven Lions

    Yvne's Avatar
    Join Date
    Sep 2012
    Posts
    1,204
    Thanks given
    164
    Thanks received
    173
    Rep Power
    81
    bump
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Oct 2010
    Age
    29
    Posts
    1,886
    Thanks given
    446
    Thanks received
    523
    Rep Power
    0
    A special case for a shop item.
    Reply With Quote  
     

  4. #4  
    Seven Lions

    Yvne's Avatar
    Join Date
    Sep 2012
    Posts
    1,204
    Thanks given
    164
    Thanks received
    173
    Rep Power
    81
    Quote Originally Posted by Jacob` View Post
    A special case for a shop item.
    example on where i would put it? :[ and how
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Oct 2010
    Age
    29
    Posts
    1,886
    Thanks given
    446
    Thanks received
    523
    Rep Power
    0
    Quote Originally Posted by Yvne View Post
    example on where i would put it? :[ and how
    Shopping or w/e it's called in your base

    Code:
    case 1042: //item id
    return 40000000;//gp
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2012
    Posts
    518
    Thanks given
    43
    Thanks received
    13
    Rep Power
    14
    I'm pretty sure you can change it in item.cfg. The first price option is the shop one
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Apr 2012
    Posts
    3,225
    Thanks given
    2,554
    Thanks received
    832
    Rep Power
    0
    ShopAssistant class
    Code:
    public int getSpecialItemValue
    Code:
    case ITEM-ID:
    return PRICE;
    Reply With Quote  
     

  8. #8  
    Seven Lions

    Yvne's Avatar
    Join Date
    Sep 2012
    Posts
    1,204
    Thanks given
    164
    Thanks received
    173
    Rep Power
    81
    Quote Originally Posted by Taurus View Post
    ShopAssistant class
    Code:
    public int getSpecialItemValue
    Code:
    case ITEM-ID:
    return PRICE;
    Yeah but then that's gonna use points not gp.
    Reply With Quote  
     

  9. #9  
    Seven Lions

    Yvne's Avatar
    Join Date
    Sep 2012
    Posts
    1,204
    Thanks given
    164
    Thanks received
    173
    Rep Power
    81
    bump
    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. [718] Shops, added but not working.
    By sir chad in forum Help
    Replies: 2
    Last Post: 08-06-2012, 06:09 PM
  2. Replies: 10
    Last Post: 08-12-2011, 11:10 PM
  3. [PI] How to change shop prices?
    By teh jake in forum Help
    Replies: 6
    Last Post: 07-07-2011, 03:54 AM
  4. [DELTA] How to change shop prices [317]
    By Connor in forum Tutorials
    Replies: 6
    Last Post: 10-26-2010, 02:32 AM
  5. how do i change shop prices...
    By Runebay™ in forum Help
    Replies: 1
    Last Post: 02-07-2009, 10:17 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
  •