buyAuto amount limit

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

buyAuto amount limit

#1 Post 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.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: buyAuto amount limit

#2 Post by kLabMouse »

Fix then.

Post Reply