dramaa93 Posted February 15, 2021 Posted February 15, 2021 hi, can i somehow force server to stop update prices into multisell? its changing my prices ...
0 Irrelevant Posted February 15, 2021 Posted February 15, 2021 (edited) 29 minutes ago, dramaa93 said: hi, can i somehow force server to stop update prices into multisell? its changing my prices ... Server update prices cause they sold more adena than you have set them on . Example: if you set a bid for "crystal x-grade" to "200adena" and this item can sell for "5000" server updates it and fix it! although if you still want it. (1 option is :all items will sold for 0 adena) go to navicat and run these : UPDATE `armor` SET price = 0 where price> 1; UPDATE `etcitem` SET price = 0 where price> 1; UPDATE `weapon` SET price = 0 where price> 1; Edited February 15, 2021 by Irrelevant
0 dramaa93 Posted February 15, 2021 Author Posted February 15, 2021 34 minutes ago, Irrelevant said: Server update prices cause they sold more adena than you have set them on . Example: if you set a bid for "crystal x-grade" to "200adena" and this item can sell for "5000" server updates it and fix it! although if you still want it. (1 option is :all items will sold for 0 adena) go to navicat and run these : UPDATE `armor` SET price = 0 where price> 1; UPDATE `etcitem` SET price = 0 where price> 1; UPDATE `weapon` SET price = 0 where price> 1; ah okey, so i have to increase prices and its will stay? ok thx
0 Irrelevant Posted February 15, 2021 Posted February 15, 2021 Just now, dramaa93 said: ah okey, so i have to increase prices and its will stay? ok thx exactly 1
0 Kara Posted February 15, 2021 Posted February 15, 2021 3 minutes ago, dramaa93 said: ah okey, so i have to increase prices and its will stay? ok thx Even tho the cute guy above gave you solution you can control the price via configuration and this is cool because you can turn into HACKER mode and search the RequestSellItem.java which is located in client packets and then find something like: final long price = item.getReferencePrice() / 2; This is basically the amount of adena you receive after sell something, you can edit, set to 0 or configure base on your needs
Question
dramaa93
hi, can i somehow force server to stop update prices into multisell? its changing my prices ...
4 answers to this question
Recommended Posts