Hello. I decided rather than to start hacking away with coding right away, I would make a map of how the script will work and post it here to receive criticisms and suggestions, so without further adu, here it is.
Purpose of this script:
convert rune essence in the first page of the bank box to air runes by using an air tiara and explorer's ring to get to the air altar, listening to the musician on the way.
Limitations of this script:
Talisman usage, no explorer's ring, multiple accounts, alternate routes.
The more comments the better I can make the script so please comment!!Code:Air runner Start Start... only once wait 2000 + random (3000) Check equip for tiara/exp ring3 hit equipment tab search for bitmap or colors or item tiara search for bitmap or colors or item ring3 if either false, logout and end script wait 1000 + random(1000) Bank Open bankbox to withdraw rune essence anti-random1 = random(3) if anti-random1 <=2 find object bank booth by color array mouse x,y wait random (250) select option use-quickly find bitmap or object rune essence if false logout and end script mouse x,y wait random (250) select option withdraw all if anti-random1 >2 find object banker by color array mouse x,y wait random (250) select option bank find bitmap or object rune essence if false logout and end script mouse x,y wait random (250) select option withdraw all use equipped explorer ring wait 1000 + random (1000) hit equipment tab find obj explorer ring mouse x,y wait random (250) select option operate wait 500 + random (250) find text eleport mouse x,y click wait 250 + random (250) fix map to point directly North to alter find bitmap 1 mouse x,y click check for flag wait random (250) if no flag, open gate find bitmap 2 mouse x,y click find object musician mouse x,y select option (need confirmation) find bitmap 3 mouse x,y click ... etc until air alter find object air alter by color array mouse x,y select option (need to confirm) craft runes find object air alter by color array mouse x,y wait random (250) select option (need to confirm) find object (need to confirm) by color mouse x,y wait random (250) select option (need to confirm) from alter find bitmap 1 mouse x,y click find bitmal 2 mouse x,y click ... etc find minimap icon bank mouse x,y click
The script will continue indefinately unless your bank box has no rune essence in the first page of the bank or you have no explorer rune 3 or air tiara in the equipment page.
I will also need help with random detection techniques if those are to be supported.
Oh, and one more thing... if bitmap finding with maps are not good, tell me other methods of how to walk using the minimap.


Reply With Quote















if it were like.. a check for something using the mouse, it would continually check, and then get a random and either sit there or solve it and then keep doing the mouse check. :/