shopassistant.java (I think) > look for all the other items in the dungeoneering shop and add case (primal boot id): return (price);
|
|
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
i can't find anything named shopassistant.java and i added the primal boots id and return price but it doesn't work![]()
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
Beneath that is your items,} else if(shop == DUNGEONEERING_STORE) {
Simply add your item,switch(item) {
case 18351:
18351 being an item Id.
150000 - Being the amount of token it will cost.case 16359:
return new Object[]{150000, "Dungeoneering tokens"};
| « Making my first rsps. (tizenx) remake | [ruse v2] Wilderness agility ladder not working?[fixed] » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |