Lineage 2 Tower Forum

Full Version: WTS Auction House Auto buy plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plugin that will make your char keep checking for auction house items and automatically buying items based on their price, enchant, amount..
** obviously I cant put this one for free due to the potential personal gain and the destructive effect on game if used by many persons.(main script will be encrypted and supports only 1 char)
[external buy file will look like this]
Code:
CheckEvery = 1 ; --minute

--Example of Items To Buy:
--ItemName,AmountEqualOrLess,PriceEqualOrLess,EnchantEqualOrMore
"Dark Eternal Enchantment Stone", 10, 700kk, 0
"Tauti's Fragment", 2, 3kkk, 0
"Eternal Gaiters",1 ,2kkk,6
VIP required? how much u want?
well after more observation, I had to add requirement for displayId for items needed, since some items have same name to make sure its the item you looking for.
and CheckEvery now using seconds units to be able to make even faster refresh.
so the external file will look like this:
Code:
CheckEvery = 30 ; --seconds

--Example of Items To Buy:
--ItemSearchName,ItemDisplayId(can find all ids in ItemName-e.dat),AmountEqualOrLess,PriceEqualOrLess,EnchantEqualOrMore
"Dark Eternal Enchantment Stone", 35567, 10, 700kk, 0
"Tauti's Fragment", 35667, 2, 3kkk, 0
"Eternal Gaiters",17432 ,1 ,2kkk,6
and yes it require L2Tower Vip account to work.
Made Trial Version for this plugin where you can set to buy 1 item at chosen price or lower only
If you wanna give it try pm me.
is there a auto sell script ?
Reference URL's