So scripts are no longer available? @shadowart
So scripts are no longer available? @shadowart
Trade history:
sold 2 x 80 ek to @Bleed [done]
sold 176 ED Unregistered to @Makkiiee [done]
sold 263ED and 210 EK to @Dafuq[done]
sold 190 MS to @smeg[done]
sold 105 ED to @Merre[done]
sold 224 MS to @smeg[done]
sold 322 EK to @nazze[done]
sold 340 RP to @nuub[done]
sold 21KK to @Dafuq[done]
sold 36kk to @janever[done]
sold 30KK to @Ispiro[done]
sold brass set on rook to @Tibian [done]
sold brass set on rook to @Y2Quake [done]
@shadowart hey buddy the script used to deposit items in the new tibia ot depot but it won't anymore, any idea why?
Disabled my pms again since too many idiots are begging me to write them lua scripts. If you need support with a paid product you'll have to post here or add me on Discord (read the FAQ). Sorry for the inconvenience.
Try adding this tothe beginning of the lua:
lua code:
function Self.OpenLocker()
-- Depot position (defaults to look pos)
local depotPos = Self.LookPosition(1)
-- Detect entry
local pos = Self.Position()
local adjacentWalkableTiles = Map.GetWalkableTiles(pos, 1)
if adjacentWalkableTiles then
for _, entryPos in ipairs(adjacentWalkableTiles) do
-- Some OTs don't detect our own position as unwalkable, so filter it out
if entryPos.x ~= pos.x or entryPos.y ~= pos.y then
depotPos = getPositionFromDirection(pos, Map.GetDirectionTo(entryPos, pos), 1)
break
end
end
end
wait(500, 1000)
local field = Container.New("Browse Field")
while (not field:isOpen()) do -- locker isn't open
Self.BrowseField(depotPos.x, depotPos.y, depotPos.z)
wait(800, 1000)
field = Container.New("Browse Field")
end
while (field:UseItem(0, true) ~= 1) do
wait(100)
end
end
The method that I have included in my scripts relies on the depot not being trashed, but the above code should work regardless.
Did you take all the scripts down? I wanted to buy the grimvale. I dont know how long we have left with the bot but I was going to buy it still. However I click on the 6E to pay and download and it's no longer up.
I seen that you said you closed them down. Will they be available as free scripts in the future or just ending them all together?
hello shadowart, i want to buy EDRON VAMPIRES for Mages but the link doesnt work, can u help me?
Hey there shadow, just sent you an email regarding some scripts i lost cuz my pc broke, looking foward for your answerty.
Helloo!
Been using ur scripts for a very long time now. Loving them.
I am done with [MS Edron Vampires] now and would like to get glooth bandits access through Oramond Minotaurs.
Could you please pm me the link to it so I can buy it?
Thanks alot, and thank you for all the scripts for XB. Looking forward to "working" with you @ windbot when tibia 11 hits.
As some of you have noticed, I switched over to Windbot when Tibia 11 was released. Today my store opened there. If you have purchased a Xenobot script from me I will give you a free Windbot script, details here.
As for what will happen here: My free scripts will be available forever. I might release all the paid scripts for free when 10.98 is discontinued, but for now I want to keep them unavailable so that past customers don't feel cheated.
Last edited by shadowart; 10-12-2016 at 12:46 PM.