Code:
local PotionMP = 238
while true do
if (Self.ItemCount(PotionMP) < math.random(150,200)) then
Self.ShopBuyItem(PotionMP, math.random(50,100))
wait(750,1200)
Self.ShopSellAllItems(284)
end
Self.Cast("utana vid", 440)
wait (800,1200)
Self.Cast("exura vita", 160)
wait (800,1200)
end