Thread: editing shops on ruse

Results 1 to 6 of 6
  1. #1 editing shops on ruse 
    Registered Member cruzablade's Avatar
    Join Date
    Feb 2016
    Posts
    6
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    when i add items to a shop in ruse it shows the item however doesn't let me buy it , for example i added primal boots to the dungeoneering store , it shows that the boots are in the shop but doesn't let me buy it i dont know how to set a price for the item anyone know what i need to do to make an item buyable in a shop
    Reply With Quote  
     

  2. #2  
    Donator

    RSPSSam's Avatar
    Join Date
    Aug 2015
    Posts
    485
    Thanks given
    158
    Thanks received
    99
    Rep Power
    87
    shopassistant.java (I think) > look for all the other items in the dungeoneering shop and add case (primal boot id): return (price);
    Quote Originally Posted by Songoty View Post
    in the beginning there was npcdrops.cfg. and xero said let there be drops, and he wrote in some drops.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member cruzablade's Avatar
    Join Date
    Feb 2016
    Posts
    6
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    i can't find anything named shopassistant.java and i added the primal boots id and return price but it doesn't work
    Reply With Quote  
     

  4. #4  
    Os-Ember Developer

    Join Date
    May 2009
    Age
    25
    Posts
    312
    Thanks given
    53
    Thanks received
    22
    Rep Power
    55
    Try shop.java bud: src\com\ruseps\model\container\impl\shop.java
    In there search:
    Code:
    if(shop == DUNGEONEERING_STORE)
    Add your items there. I don't know if that will work, I have never used Ruse and do not intend on setting it up.
    Quote Originally Posted by Eazy View Post
    Quote Originally Posted by lostlegend View Post
    its not os-legacy its switched to Project-Insanity.
    And Very Much i ReCoded MEself. Check it out and u wil see ur self.
    People allways bothering with saying OS-LEGACY.. U NEVER CHECKED SERVERDONT COMPLAIN CHECK IT OUT B4 COMPLAINING
    So you switched Project-Insanity to Project-Insanity? gj
    Reply With Quote  
     

  5. #5  
    Sin City RSPS - Owner

    ConJa's Avatar
    Join Date
    Dec 2011
    Age
    25
    Posts
    217
    Thanks given
    54
    Thanks received
    57
    Rep Power
    238
    items.txt

    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Mar 2016
    Posts
    37
    Thanks given
    18
    Thanks received
    12
    Rep Power
    0
    If you are adding an item to a shop that does NOT require gold to purchase, in your case( primal boots ) to Dung shop.

    Open up Shop.java - File path -> ( src/com/Agora/model/container/impl/shop.java ) Note yours wont say Agora, maybe Ruse?

    Ctrl + F

    } else if(shop == DUNGEONEERING_STORE) {
    Beneath that is your items,

    switch(item) {
    case 18351:
    18351 being an item Id.
    Simply add your item,

    case 16359:
    return new Object[]{150000, "Dungeoneering tokens"};
    150000 - Being the amount of token it will cost.
    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. How to edit prices on a 562 shop
    By lt gangster in forum Help
    Replies: 0
    Last Post: 07-28-2010, 02:07 AM
  2. Replies: 13
    Last Post: 03-04-2009, 03:36 AM
  3. Fixing Member Shop on Wilds Play
    By Bulby Strife in forum Tutorials
    Replies: 1
    Last Post: 02-20-2008, 03:36 AM
  4. how can i move my shops on my server?
    By nosm in forum Configuration
    Replies: 2
    Last Post: 01-23-2008, 12:54 PM
  5. Adding shops on the quest list
    By The Unforgiven in forum Tutorials
    Replies: 9
    Last Post: 08-22-2007, 06:46 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
  •