Xcelled / mabicommerce

MabiCommerce is an advanced commerce calculator for the MMORPG Mabinogi.
GNU General Public License v2.0
21 stars 8 forks source link

Update posts.js #2

Closed Toxicshad0w closed 9 years ago

Toxicshad0w commented 9 years ago

dunby merchant rating There's a typo on the wiki right now. Wool Boots in Dunby are said to require merchant rating level 2, however they are available for purchase at level one. This just changes the "MerchantRating" value for Wool Boots to be 1 instead of 2. If you go to the discussion page for the commerce page on the wiki, you'll see I started a thread to discuss this.

Attached image is the result.

Xcelled commented 9 years ago

Confirmed by pack file:

<ProductInfo productID="201" localName="_LT[xml.commercecommon.14]" className="cloth01" desc="_LT[xml.commercecommon.347]" postID="2" creditLevel="1" weight="5" maxBundle="10" maxStock="54400" minPrice="20" maxPrice="60" multiplePrice="1.2" addPrice="8" imageFile="data/gfx/gui/Trading_UI/GUI_trading_Act_01.dds" positionX="5" positionY="0" buySound="commerce_load03.wav" sellSound="commerce_sell02.wav" />
<ProductInfo productID="202" localName="_LT[xml.commercecommon.15]" className="cloth02" desc="_LT[xml.commercecommon.60]" postID="2" creditLevel="1" weight="8" maxBundle="10" maxStock="38400" minPrice="137" maxPrice="224" multiplePrice="1.15" addPrice="18.05" imageFile="data/gfx/gui/Trading_UI/GUI_trading_Act_01.dds" positionX="6" positionY="0" buySound="commerce_load03.wav" sellSound="commerce_sell02.wav" />
Toxicshad0w commented 9 years ago

Updated the wiki for future reference.