Difference between revisions of "shop random"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page Shop random to shop random: Converting page titles to lowercase)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
; shop_random <flag>
 
; shop_random <flag>
: Randomizes the order of items in your [[shop.txt|shop]].
+
; buyerShop_random [<flag>]
 +
: Randomizes the order of items in your [[shop.txt|shop]] or [[buyer_shop.txt|buyer shop]].
  
  
Line 19: Line 20:
  
 
== Notes ==
 
== Notes ==
* The difference between flags 1 and 2 arises when [[shop.txt]] contains more items than we're able to sell at once:
+
* The difference between flags 1 and 2 arises when [[shop.txt]] or [[buyer_shop.txt]] contains more items than we're able to sell at once:
** shop_random 1 will always pick the shop items as they're listed (and then shuffle them);
+
** "_random 1" will always pick the shop items as they're listed (and then shuffle them);
** shop_random 2 will shuffle the item list before picking the items that will be sold, therefore different items might be picked
+
** "_random 2" will shuffle the item list before picking the items that will be sold, therefore different items might be picked each time we open shop
  
  

Latest revision as of 22:34, 26 April 2021

shop_random <flag>
buyerShop_random [<flag>]
Randomizes the order of items in your shop or buyer shop.


Value Description
0 Disables.
1 Picks items to be sold and then shuffle their order
2 Shuffles shop.txt (virtually, not the actual file) and then picks the items to be sold

Notes

  • The difference between flags 1 and 2 arises when shop.txt or buyer_shop.txt contains more items than we're able to sell at once:
    • "_random 1" will always pick the shop items as they're listed (and then shuffle them);
    • "_random 2" will shuffle the item list before picking the items that will be sold, therefore different items might be picked each time we open shop