Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
basePrice=(auctPrice*2+consPrice)/3
basePrice=Auctioneer.Statistic.GetHSP(auctKey)
basePrice=basePrice * itemCount
local _,_, quality, level, _, class, _,_, equip = GetItemInfo(itemID)
if (quality>=2 and level < 20 and class =="Weapon" and equip and buyPrice < 9000) then
action="buy"
reason="de"
end
Posted By: slickriptideIt seems that baserule functionality is barely even touched upon in the wiki docs. Now, if it's a bit of lua script then I suppose there's nothing really to say other than "go learn lua".
Posted By: dineshi did just update the wiki information a little, anyway.
1 to 5 of 5