problem with inventory.lua while auto repair

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
hpkid2002
Posts: 8
Joined: Wed Jan 06, 2010 4:23 am

problem with inventory.lua while auto repair

#1 Post by hpkid2002 »

Image

when i tried using merchant npc in Ystra Labyrinth, after buy pot, i got this error. still no clue but i think i got something error with
if self:getItemCount(bestItem) < quantity then
numberToBuy = quantity - self:itemTotalCount(bestItem);
printf(language[1001]); -- Shopping
for i = 1, numberToBuy, 1 do
RoMScript("StoreBuyItem("..bestItemSlot..")");
printf(".");
end
printf("\n");
end

return true;
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: problem with inventory.lua while auto repair

#2 Post by Administrator »

Using outdated scripts will do that.
Post Reply