EMCE
01-19-2014, 04:21 PM
Hi, I have a problem with the script so that the hunt is over does not sell Flasks potions only after buying.
Scripts :
function sellFlasks()
Walker.Stop()
Self.SayToNpc({"hi", "trade"}, 65)
wait(200, 500)
local FlaskID = 283
Self.ShopSellItem(flaskID, (Self.ItemCount(flaskID)))
Walker.Start()
end
--===========##[BUYERS]##===========--
function buyManas()
Walker.Stop()
Self.SayToNpc({"hi", "trade"}, 65)
wait(900, 1200)
Self.ShopBuyItemsUpTo(ManaID, ManaAmount)
Walker.Start()
end
Scripts :
function sellFlasks()
Walker.Stop()
Self.SayToNpc({"hi", "trade"}, 65)
wait(200, 500)
local FlaskID = 283
Self.ShopSellItem(flaskID, (Self.ItemCount(flaskID)))
Walker.Start()
end
--===========##[BUYERS]##===========--
function buyManas()
Walker.Stop()
Self.SayToNpc({"hi", "trade"}, 65)
wait(900, 1200)
Self.ShopBuyItemsUpTo(ManaID, ManaAmount)
Walker.Start()
end