Page 1 of 1

buyAuto amount limit

Posted: 16 Nov 2010, 17:50
by EternalHarvest
AI::CoreLogic:

Code: Select all

my $maxbuy = ($config{"buyAuto_$args->{index}"."_price"}) ? int($char->{zeny}/$config{"buyAuto_$args->{index}"."_price"}) : 1000000; # we assume we can buy 1000000, when price of the item is set to 0 or undef
However in Ragnarok Online item amount limit (for stacking items) used to be 30000.

Re: buyAuto amount limit

Posted: 16 Nov 2010, 18:08
by kLabMouse
Fix then.