View Full Version : Looting fast!!
I have seen on cast that some people is looting veryfast in right bp to so i wonder if is any script/bot or not? They hunt manuel and just open the monster then they move it faster than blink of eye..
I have seen that, and i asked wich bot they use, the answer was xenobot... so how they do it?
Bollo
03-23-2013, 12:36 PM
What do you mean with "very fast"? Just use the looter? always have in mind, if something seems to good to be true, it probably is.
I mean, looting SUPERFAST is really really botlike. saw a guy in depot named "Dicer Skynet". He was doing the whole "dice-game" in yalahar depot. He was seriously moving cash n stuff so freaking fast, used a fanfare or w/e every time someone won and so on. If a guy likes that gets reported, im pretty sure sooner or later hell get the banhammer in his face.
Infernal Bolt
03-23-2013, 12:44 PM
Joshwa534
Raziol
03-23-2013, 01:04 PM
just download Tasker and make macro to move items(whatever is) from 1 sqm of corpose and set Tasker to multiply this move 3-5 times and i will move items as fast as u set it and the client allows it.
This is what I'm looking for. I saw a guy was hunting draken and as fast as he open the dead body boom everthing was loot to right bp fast ass hell.. but he opened manuel. thats what am looking for. Xeno workd liks that to but you have to have looting on and everytime you want to loot you need to press the button Pause/Break and i dont like it becouse some time the chare gos al the way back to the first monster far away..
Task is for movie on the ground.. The program/macro am looking for is this: when I kill 5-10 monsters is kinde boring to loot them but if it is a fast program that help you fast to put all loot in right bp then it is kinde good and funy :D
Alastorsz
03-23-2013, 06:29 PM
it is alredy posted here <at the forums>,it just need to be a lil modified , just alittled any1 with minimal or none knowledge can do it just dont be that lazy guys :D
so post here the link of thread dear Yousimitsu ;)
Joshwa534
03-24-2013, 04:57 AM
Speed Manual Looting can be found here (http://forums.xenobot.net/showthread.php?11556-Xenobot-Community-Scripts&p=149338&viewfull=1#post149338). Please make all further script requests in that thread.
Thank you,
Joshwa534
thx Joshwa534 but I run this script and dont work, it says that :
15:02 XenoScript Error:
Script: speedlooting.lua
Line #: 128
Chunk: C:\Archivos de programa?XenoBot?Data?XenoLuaLib.lua
Error: bad argument #2 to 'random' (interval is empty)
This is an error with user-input and should not be reported as a bug with XenoBot.
seems now its working great, ty man :D
Speed Manual Looting can be found here (http://forums.xenobot.net/showthread.php?11556-Xenobot-Community-Scripts&p=149338&viewfull=1#post149338). Please make all further script requests in that thread.
Thank you,
Joshwa534
Thanks mate that what I'm looking for.. I test that script for 3 hours and added alot of loot and wow the best one ever..
derkonsito
10-26-2014, 07:29 PM
Speed Manual Looting can be found here (http://forums.xenobot.net/showthread.php?11556-Xenobot-Community-Scripts&p=149338&viewfull=1#post149338). Please make all further script requests in that thread.
Thank you,
Joshwa534
Do you have the script?? The thread is no longer working
MrGreen
10-27-2014, 12:08 PM
I got it! derkonsito
local config = {
GoldContainer = "Brocade Backpack",
Gold = {"Gold Coin", "Platinum Coin", "Crystal Coin"},
GoldEnabled = true,
StackableContainer = "Beach Backpack",
Stackables = {"Small Emerald"},
NonStackableContainer = "Jewelled Backpack",
NonStackables = {"Rope"}
}
while true do
for i = 0, #Container.GetIndexes() - 1 do
local c = Container.GetFromIndex(i)
if c:isOpen() and (c:Name():find("The") or c:Name():find("Demonic") or c:Name():find("Dead") or c:Name():find("Slain") or c:Name():find("Dissolved") or c:Name():find("Remains") or c:Name():find("Elemental")) then
for s = 0, c:ItemCount() - 1 do
local item = Item.GetName(c:GetItemData(s).id):titlecase()
if config.GoldEnabled and table.contains(config.Gold, item) and Self.Cap() > 100 then
local destCont = Container.GetByName(config.GoldContainer)
c:MoveItemToContainer(s, destCont:Index(), math.min(destCont:ItemCount() + 1, destCont:ItemCapacity() - 1))
wait(150, 180)
break
elseif table.contains(config.Stackables, item) then
local destCont = Container.GetByName(config.StackableContainer)
c:MoveItemToContainer(s, destCont:Index(), math.min(destCont:ItemCount() + 1, destCont:ItemCapacity() - 1))
wait(150, 180)
break
elseif table.contains(config.NonStackables, item) then
local destCont = Container.GetByName(config.NonStackableContainer)
c:MoveItemToContainer(s, destCont:Index(), math.min(destCont:ItemCount() + 1, destCont:ItemCapacity() - 1))
wait(150, 180)
break
end
end
end
end
wait(50)
end
derkonsito
10-28-2014, 02:55 PM
MrGreen s2 <33
wie ktos moze dlaczego scrypt nie dzial ?
hanyweka1
08-03-2016, 06:17 AM
WHERE
:(
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.