Log in

View Full Version : Paladin Buying ammo



chancez
06-24-2013, 04:23 PM
Im Trying to Fix this Script to buy ammo, was wondering if i could get some help..


elseif label == "ShopA" then
if not(Self.Position().x == 33037 and Self.Position().y == 31541 and Self.Position().z == 10) then
gotoLabel("beforeShopA")
end
Self.SayToNpc({'hi','trade'},65)
while Self.ItemCount(ammunitionID) < maxAmmunition do
Self.ShopBuyItem(ammunitionID, maxAmmunition)
wait(350,550)
end
Self.SayToNpc('bye')
setWalkerEnabled(true)


It will stop and say hi but dont buy the ammo.