local itemsToSell = {'zaoan legs', 'zaoan shoes', 'sai', 'Zaoan Sword', 'Zaoan Helmet', 'zaoan armor', 'Drakinata'}
registerEventListener(WALKER_SELECTLABEL, 'onWalkerSelectLabel')
function onWalkerSelectLabel(labelName)
if (labelName == 'Esrik') then
if (Self.ItemCount(itemsToSell[i])) then
Walker.Stop()
Self.SayToNpc({'hi', 'trade'}, 500)
wait(Self.Ping() + 40, Self.Ping() + 70)
for i = 1, #itemsToSell do
wait(150, 200)
Self.ShopSellAllItems(itemsToSell[i])
end
end
Walker.Start()
end
end
Ta Ai Man - (Só Troca O Nome Dos Items)