need help in refill spears to hand from backpack for paladin
local AMMO = '3277'
local AMMO_CONTAINER = 'purple backpack'
local AMMO_QUIVER = 'left hand'
if (AMMO) <2 then
moveitems(AMMO, AMMO_CONTAINER, AMMO_QUIVER, 10)
wait(400, 600)
end
this wont work alt="Sad" title="Sad" class="smilie smilie_8" />
Core:Lua:ExecuteScript alt="Big Grin" title="Big Grin" class="smilie smilie_4" />oString:refill spear: 5: attempt to compare string with number
i meet this problem
local AMMO = '3277'
local AMMO_CONTAINER = 'purple backpack'
local AMMO_QUIVER = 'left hand'
if (AMMO) <2 then
moveitems(AMMO, AMMO_CONTAINER, AMMO_QUIVER, 10)
wait(400, 600)
end
this wont work
Core:Lua:ExecuteScript
i meet this problem