Innos Posted March 13, 2015 Posted March 13, 2015 (edited) hi, My problem is that when I buy for example an s weapon from my gmshop for 6,5 mil, I sell it back and I get 24mil. IS there a way to fix the sell system and make it balanced or I have to modify my prices according to the selling price? :/ Thanks in advance! Edited March 13, 2015 by Innos
0 SweeTs Posted March 14, 2015 Posted March 14, 2015 There is, by default it's real price / 2 int price = item.getReferencePrice() / 2; While your buy price is custom / way lower than original, it's gonna be like that.
0 SQL Developer Posted March 13, 2015 Posted March 13, 2015 Go to navicat -> etcitem(table) -> left click on item_id -> Sort Ascending -> Find your item who have problem id and change the "price" ,in you problem you must low the price if you have PvP server and you dont care realy about adena make all the etciitem price 0 adena by double click on price then put "0" .. next page and next page etc. I hope i help have a nice day
0 activeChar.getAdena() Posted March 14, 2015 Posted March 14, 2015 Go to navicat -> etcitem(table) -> left click on item_id -> Sort Ascending -> Find your item who have problem id and change the "price" ,in you problem you must low the price if you have PvP server and you dont care realy about adena make all the etciitem price 0 adena by double click on price then put "0" .. next page and next page etc. I hope i help have a nice day "My problem is that when I buy for example an s weapon from my gmshop for 6,5 mil" etcitem.sql ? S Weapon ? My eyes bleeding
0 Innos Posted March 14, 2015 Author Posted March 14, 2015 Bcs your price is too low, simple as that. Isn't there a way to configure the sell price of the gmshop??
0 SweeTs Posted March 14, 2015 Posted March 14, 2015 (edited) Nowhere. It's default code from RequestSellItem.java.. If you change it, the value, all items will have the same sell price. You can change it to 0, so all items will have 0 sell price. Edited March 14, 2015 by SweeTs
0 Innos Posted March 14, 2015 Author Posted March 14, 2015 that's what I'm telling friend. Where can I find and change this?
0 SweeTs Posted March 14, 2015 Posted March 14, 2015 (edited) Where can I find and change this? It's default code from RequestSellItem.java Edited March 14, 2015 by SweeTs
0 Innos Posted March 14, 2015 Author Posted March 14, 2015 If you change it, the value, all items will have the same sell price. You can change it to 0, so all items will have 0 sell price. Which is the path so that I can go and change it? Where to find RequestSellItem.java?
0 SweeTs Posted March 14, 2015 Posted March 14, 2015 (edited) Ohh my.. One fast search on google or eclipse would tell you the directory. gameserver/network/clientpackets Edited March 14, 2015 by SweeTs
Question
Innos
hi,
My problem is that when I buy for example an s weapon from my gmshop for 6,5 mil, I sell it back and I get 24mil. IS there a way to fix the sell system and make it balanced or I have to modify my prices according to the selling price? :/
Thanks in advance!
Edited by Innos12 answers to this question
Recommended Posts