View Full Version : I need FIREWALKER BOOTS refiller :)
damoon3321
01-20-2016, 10:45 PM
I need FIREWALKER BOOTS refiller :)
ososzayat
01-21-2016, 02:27 PM
the same as soft boots i guess, search on this forums and edit it to your fwb.
the same as soft boots i guess, search on this forums and edit it to your fwb.
I don't think you know how to refill firewalker boots.
Silex
01-21-2016, 05:31 PM
did some script for this, took me a while, but its working.
it takes your used firewalking boots from the feet slot, put it in backpack, using enchanted ruby on it and puts it back into feet slot.
local bp = 'Backpack of Holding'
while(true) do
c = Container.GetByName(bp)
if(Self.Feet().id ~= 9019 and Self.Feet().id == 9020) then
for spot = 0, c:ItemCount()-1 do
if c:GetItemData(spot).id == 676 then
Self.Dequip("feet", c)
wait(400,500)
c:UseItemWithContainerItem(spot, 1, 0)
wait(400,500)
Self.Equip(9019, "feet")
end
end
end
wait(2000)
end
if anyone else got a better way to do this, please share with me :D
betoxz
07-14-2016, 10:45 AM
hey i am trying it, it does put my worn firewalker boots on my main bp, but it does not use the enchanted ruby.. it just says ''sorry not possible'' :S i am the onlyone? (my enchanted ruby is also on my main backpack
thanks in advance :)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.