Loot script

01/02/2012 04:06 pinky1#1
So i have been trying to mess around with the script that is already posted on the forums but i am not sure exactly what i need to change. Is there a limit on the x and y coordinates i can scan?

scan;200;200;700;600;1608357:3784414,
mov;sx;sy,lck,100,
endscan;l

there is a 400 and 500 diffrence in the ranges here between x and y start and stops. is there a limit to the difference? also for the colors it scans, does it scan for all colors between the first and last number?

My sript will pick up dil sometimes but seems really slow, and sometimes it wont pick anything up. Any help would be great, i know some people have said they have a working script, so i know it can be done. any help would be great, Thanks in advance.
01/02/2012 12:43 brapodam#2
Quote:
Originally Posted by pinky1 View Post
So i have been trying to mess around with the script that is already posted on the forums but i am not sure exactly what i need to change. Is there a limit on the x and y coordinates i can scan?

scan;200;200;700;600;1608357:3784414,
mov;sx;sy,lck,100,
endscan;l

there is a 400 and 500 diffrence in the ranges here between x and y start and stops. is there a limit to the difference? also for the colors it scans, does it scan for all colors between the first and last number?

My sript will pick up dil sometimes but seems really slow, and sometimes it wont pick anything up. Any help would be great, i know some people have said they have a working script, so i know it can be done. any help would be great, Thanks in advance.
The x and y start & stop coordinates have to be modified according to your screen and game resolution settings. There is no limit; you can set it to whatever you want. You can choose to make the bot scan the entire Dekaron window for the DILs, or you can make it scan only a small-medium area around your character, it's all up to you.

Also, the scan doesn't scan for all colours between the first and last number, it scans for the colours you specify in the script. Otherwise it would just make you move around the map like an idiot.

In case you don't know how the script works, I'll just explain what the numbers mean.

200;200 - The x and y coordinates of the starting location used for the scan. If you want to scan the whole screen, use get info at the top left of the Dekaron window to get these coordinates.

700;600 - The x and y coordinates of the ending location used for the scan. If you want to scan the whole screen, use get info at the bottom right of the Dekaron window to get these coordinates.

1608357:3784414 - 2 distinct colours. The scan will scan for these 2 colours, and if they are present on the scan area, the script will execute the commands. You can put any number of colours for the bot to scan, and separate them by a colon. There was a tutorial on the forums on how to accurately find these colour codes, but I'm not sure where it is now.

100 - The delay (in milliseconds) after the bot sends a mouse click before the script loops. Change this number according to your preference and experience. A too short delay would result in the bot not looting properly if there are multiple piles of DIL on the ground. This is because before your character reaches the DIL after the mouse click, the scan finds another DIL pile and sends your character to loot that pile, resulting in your character not being able to loot the first pile of DIL before moving away. A too long delay would result in a more reliable, but overall slower DIL loot script.

I do not use a DIL loot bot, so I can't give you an optimum number for the delay. It also depends on how powerful your computer is, because that also affects how fast your computer is able to scan for DIL.
01/02/2012 17:08 pinky1#3
Thanks a lot. I think i found some good color code n umbers to use. seems to bw working a lot better now. Its on a P server tho. everytime i connect to the real dekaron game with the bot i DC. Thanks again for the help.