oh well thats no good... ill fix next update (tonight)![]()
oh well thats no good... ill fix next update (tonight)![]()
how can i get "Attacks per Second" from weapon tooltip?
or i need to calculate base attack speed of that type of weapon modified by "increases attack speed by"?
you'd need to calculate... its separate from stats. ill add this to my todo list
#haItem().sockets
will get you total socket count
Quote Originally Posted by DoichinMitrev View Post
I'm sorry, but where exactly is this haSleep / where should I put it? I didn't find it in main.lua, also not in snipebuyout, so I tried replacing haGlobalDelay with it, or adding it next to haGlobalDelay, but neither of these worked.
Thanks a lot for your support man!
Hmm.. did you by mistake reply to me with someone else's solution? I have no idea what you're talking about![]()
I just asked about where to put the haSleep for the random delay. Thanks!
I guess you put it where you feel like it? You cant create a script without knowing how to program. Myself, I use globalDelay.
I have a question. Im runnin this in vmware. Is this making things slower. I chose vmware in the beginning, because they spoof different mac addresses, but Im not sure if you can even get banned for runnin more diablos one same windows instance. Could anybody tell me.
Ooh is there something wrong?
It was working flawlessly for weeks, but just now started buying 10's of millions worth of gear because it couldn't search for All Resistance properly.
sry about that... it was one the noted changes. its only the text you see in tooltip now (with the numbers parsed out). in the case of all resistance it would be "resistance to all elements". i probably shouldve bolded that change in larger text
last time ill make such a major change though.. promise![]()
Last edited by ChuiChu; 08-29-2012 at 04:06 PM.
Am I supposed to be getting the "input limit reached" with your bot?
Also, could you guide me on what filters and buyout I should use?
I ran it for 2 minutes last night and it bought 6 weapons.
found a bug:
#haItem().sockets == 1
In general #haItem().sockets works fine, i don't know why it's bugged it this example.
Last edited by ztnko; 08-29-2012 at 11:50 PM.
@bambam922 set some delays with haSleep or in main.lua set a global delay
chui, new suggestion, how bout an option if login times out e.g. someones router craps for a min, for the bot to relogin in another 5 minutes repeatedly, or allows an input. I realized I probably got dc'd one night because of that, and it didn't relogin again.
Anyways, so far I made 80 million, but got 2 accounts banned. Still worth it, considering i only really botted for 20 hours. Found some better setups so probably will rack in a lot more
suggestion: add in config path to user.log file plz and option not to overwrite it every time.
question about lua:
how can i get timestamp in format like "10/25 22:51:10" or something like that so i can use it in haLog(timestamp.." "..item.name.." "..item.buyout)