Mortimal
Mortimal
Or should I add possibility not to set price at all? Should I change default number of items to 5 or 10 or 50 or 100?
Still price not required. Fixes in if conditions.
looks good but can not test it now.... cause we need to check is there any nested hashes and arrays in there, if yes max nesting?
Can smb give me alg to get all hooks in Kore?... i am so lost now
Found this already... only started: Plugins::callHook('checkPlayerCondition', \%args); ACHTUNG! $player->{guild}{name} Plugins::callHook ('open_shop', {title => $shop{title}, items => \@items}); ACHTUNG! @items - is array of hashes
Need more info... give console log with **quest list** and **quest info** commands. Give your eventMacro automacro example.
Try src/Network/Receive/ServerType0.pm Line 1352: ``` } elsif ($args->{fail} == 2) { error T("Buy failed (insufficient weight capacity).\n"); AI::args->{recv_buy_packet_owg} = 1; ``` and src/AI/CoreLogic.pm Line 1735: ``` if (AI::action eq "buyAuto"...