Anyone have the delicious cake ID number?
Most bots have a function called "CanPickup" or something similar. Often looks something like this:Quote:
Hello, Raptor Bot posted at the start of this thread doesn't pick up <delicious cake> - not a biggie but would be nice... any legend that can explain how to fix this - would be muchly appreciated...thank You :handsdown:
Func CanPickUp($aitem)
local $m = DllStructGetData($aitem, 'ModelID')
local $t = DllStructGetData($aitem, 'Type')
local $e = DllStructGetData($aItem, 'ExtraID')
local $r = GetRarity($aitem)
If $m == ... Then Return True
....
....
Return False
EndFunc
If $m == INSERT_MODELID_DELICIOUS_CAKE_HERE Then Return True
Possible? Sure. But its not super straightforward for every profession. There are vaettir builds for (nearly?) every profession, but for a bot its going to be really difficult if you dont have jumps to get out of stuck.Quote:
Hi is it possible to create a bot to make VETTIR that gives you the possibility to choose the class? Assa / Ele / Necro / Derv / Monk / Ipno etc.
This would help a lot for the survivor title and in the meantime allow you to farm ... thanks
Because I received a lot of questions via pm:Quote:
I don't know if there is already a public one, but
I want to share a litte bot that I used to farm some dual vamp q9 celeswords. It farms the Mantids outside of Nahpui Quarter in factions.
Since I only have a sin, I programmed it to work with a sin. I'm using a ranger hero to make it faster and more reliable.
I recycled a gui from an old bot, I dont know which one. Maybe Boreal Chest bot? You guys know better. Credits to the creator.
The bot can open chests and can store the q9 unid drops. You can farm monst. eyes, rubys, and amber chunks there. Celestial weapons drop very frequent (expect 0,5 unid golds / min).
Sometimes the balling of the mandids is a little weird, but whatever. The bot works pretty consistent. I dont pick up blue/white/purple trash or citin fragments... only the good stuff will be kept.
A video of a known youtuber can be found here, he explains the farm better then me:
[Only registered and activated users can see links. Click Here To Register...]
Talking about support:
Works on my machine. If it doesnt on yours, get over it and tweek it til it works.
ElseIf ($lRarity == $RARITY_White) Then ; White items $runstat_whites = $runstat_whites + 1 Return True
Quote:
Hello, a noob here.. =}
May i ask which version of autoit you're using?
nony of this bots working with me, even compiled ones.
Thank you.