PDA

View Full Version : Al Kharid Smelter



Bobzilla69
04-06-2007, 06:56 PM
Well this was my first attempt ever at scripting.
I decided to make one as i didnt find one that worked correctly.
I know mine wont be much better, but it can only get better :D

Tell me what u think of it, its not very cleaver so sorry :p

Read instruction on file.

thanks


2933

tomtomsparklingstar
04-06-2007, 10:43 PM
Wont compile untill you change line 34 "repeat" to "loads" and do the same change on the last line.

dudesareus
04-07-2007, 02:44 AM
another tip, you don't need to add another x and y each time you use it, you only need to use one.
like
you use it like this:

MoveMouseSmoothEx(xxxxx,yyyyy,2,4,15,20,10)
ClickMouse(xxxxx,yyyyy,true)
Wait(10000)
FindColorSpiral(xxxxxx,yyyyyy,furnacesymbol, 1, 1, 744, 465)
MoveMouseSmoothEx(xxxxxx,yyyyyy,2,4,15,20,10)
ClickMouse(xxxxxx,yyyyyy,true)

you only need to use it like this:

MoveMouseSmoothEx(x,y,2,4,15,20,10)
ClickMouse(x,y,true)
Wait(10000)
FindColorSpiral(x,y,furnacesymbol, 1, 1, 744, 465)
MoveMouseSmoothEx(x,y,2,4,15,20,10)
ClickMouse(x,y,true)

Bobzilla69
04-07-2007, 08:09 AM
ok, but last time i did that it clicked on the same place, so i tryed it like that and worked, but thats for the input dudesareus, and also tomtom

stein3
04-07-2007, 02:19 PM
change all of the mouse-movements (movemousesmooth etc) to
MMouse(xcoords, ycoords, 0,0)

change all clickmouse's to Mouse(xcoords,ycoords,0,0,true)

this script WILL get you banned fast.

Bobzilla69
04-08-2007, 08:44 AM
lol well i mist be luckly, running it for 2 days, testing it and stuff and still not banned, woohoo lol

IEatJ00erBaybees
04-10-2007, 01:33 AM
Instant ban, lol.

Do what was said above. Plus, use radialwalk to go there.

megamikey59
10-05-2007, 03:54 AM
I didn't try cause it can only do bronze...

flip_up
10-08-2007, 11:56 PM
nice script..will be good with some minor tweaks

schoony
10-13-2007, 04:07 PM
Hey. Trying to find a nice working al kharid smelter. any1 no of any?

niqje
10-13-2007, 05:22 PM
i will try out

99str bang
10-15-2007, 03:47 PM
quite good keep the good work

mobe7
10-15-2007, 04:42 PM
not bad... just some tweaks

Bobzilla69
10-15-2007, 05:28 PM
can a mod lock this, as people keep spamming it

n3ss3s
10-15-2007, 05:33 PM
Replace ClickMouse with Mouse and MoveMouseSmoothEx with MMouse so you wont get the ban soon as with them, the clickmouse moves and clicks the mouse "Instantly", less than blink of eye ;)

Laur€ns
03-25-2008, 11:15 AM
Luckily my brother tried it out ^^ Result: Instant Ban!
Oh, and you can just use (x,y) instead of (xxxxxx,yyyyyy), scar understands it =)

supermoose
03-25-2008, 01:14 PM
i hop it works :D
ireally need this script :D
_O_

mpolakovic
03-25-2008, 08:02 PM
Well it looks good, simple, nice, what to say...
I'll post proggie

Cazax
03-25-2008, 08:45 PM
Try using more SRL functions - MMouse and Mouse -, learn walking, add failsafes, etc...





I didn't try cause it can only do bronze...


nice script..will be good with some minor tweaks


Hey. Trying to find a nice working al kharid smelter. any1 no of any?


i will try out


quite good keep the good work


not bad... just some tweaks


Luckily my brother tried it out ^^ Result: Instant Ban!
Oh, and you can just use (x,y) instead of (xxxxxx,yyyyyy), scar understands it =)


i hop it works :D
ireally need this script :D
_O_


Well it looks good, simple, nice, what to say...
I'll post proggie


Spammers everywhere...

Richard
03-25-2008, 09:27 PM
Cazax, did you not notice how gravedug this was?!?!

Dw, I almost missed it as well, I'll report the thread later.

I was reading about gravedug posts earlier and people were saying to put dates so here goes:

Last PROPER post: 10/15/2007

First gravediggers post: 03/25/2008

So... thats... 5 months 10 days difference.

Hobbit
03-25-2008, 09:34 PM
Cazax, did you not notice how gravedug this was?!?!

Dw, I almost missed it as well, I'll report the thread later.

I was reading about gravedug posts earlier and people were saying to put dates so here goes:

Last PROPER post: 10/15/2007

First gravediggers post: 03/25/2008

So... thats... 5 months 10 days difference.

And last script update... 04-06-2007, 11:56 AM