Log in

View Full Version : [C][SRL5]ZMI-Extreme



Pages : 1 2 3 4 5 6 [7] 8 9

Gems
03-20-2012, 05:08 PM
i've been over and over the first post about 10 times, i cant find the IMG file that i need to rescale to 500x500! Please if someone could point me out to it directly i would be very greatful

bilka
03-20-2012, 05:18 PM
you dont need the .img anymore, the script checks for it on start and if it isnt found it downloads it....

LilJ
03-20-2012, 06:14 PM
This looks great Flight... Keep up the good work. I will be using this after I get 99 mage. ;)

Gems
03-20-2012, 07:06 PM
you dont need the .img anymore, the script checks for it on start and if it isnt found it downloads it....

im retarded, got so frustrated over that, guide needs updating :L

benjamin779
03-20-2012, 07:54 PM
What are your eating settings at? (Food & EatAt) I believe this is because of SPS only finding part of the walking path and walking part of the way only. It looks like I'll have to put a critical HP level checker within the walking function to be checked constantly. Should your player drop below a certain health you'll be teleported out and logged out.

I'm sure sorry it happened Benjamin. The pouches are very easy to re-obtain, they cost very little from the Runecrafting guild. That's quite a handful of runes down the drain though. :(

I have it eat when it is below 65%, it eats trout, my trout are in the first tab that is always open right when you open the bank. I had 9k trout still in bank when i checked so I actually have no idea how it died. I have 90 hitpoints aswell. Anyways I got it started again, im typeing this from school! Thanks for script again hopefully I dont die again :) (still got 300M lol)

SantaClawZ
03-20-2012, 08:19 PM
I'm still having the same problem today, and no one addressed it. As soon as I start the script, it runs for a second, checks the quick prayers, turns it on, then stops working.

Then the script simba.simba opens and gets this error

Error: Exception: Access violation at line 89
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 3]

phamxboa
03-20-2012, 08:55 PM
Usually after around 20-30 minutes when it teleports, it runs behind the hunter traps and just satys there. Any idea what's wrong ?

Andres
03-20-2012, 10:53 PM
Look forward to using 1.75!

Gems
03-20-2012, 11:13 PM
MSVCR71.DLL is missing, what do i do :/

Gems
03-20-2012, 11:29 PM
MSVCR71.DLL is missing, what do i do :/

have fixed this.

I have put in my user and pass, but it's not putting them in on the client? :confused:

NZ John
03-20-2012, 11:29 PM
Look forward to using 1.75!

Its already released.. :duh:

Gems
03-20-2012, 11:39 PM
have fixed this.

I have put in my user and pass, but it's not putting them in on the client? :confused:

edit: I can now load the client fine, but now it wont enter my login details? HELP :(



Error: Out Of Range at line 73
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

Gems
03-20-2012, 11:47 PM
edit: I can now load the client fine, but now it wont enter my login details? HELP :(



Error: Out Of Range at line 73
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

i've fixed it. again ;)
What i was doing wrong:

HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 1;
with Players[1] do

changed it to:

HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
with Players[0] do


look at the bold.

Gems
03-20-2012, 11:51 PM
it would appear i own this thread at this moment in time, haha, but this is what my current proggy is. (paint is messed up!)

http://i43.tinypic.com/156wzv8.png

Hazzah
03-21-2012, 01:29 AM
Gems, you must be new here sooo, here is a link to a list of rules, I suggest you read them and DO NOT DOUBLE POST.

http://villavu.com/forum/showthread.php?t=6964

Flight
03-21-2012, 01:55 AM
im retarded, got so frustrated over that, guide needs updating :L

Ah yeah, well those guides written by big man 1 were before the V1.7+ series, that's back when you needed to download the SPS map image yourself and install it the correct location. This is automatically done in V1.7+ as well as the SPS map tolerance being automatically set.


I have it eat when it is below 65%, it eats trout, my trout are in the first tab that is always open right when you open the bank. I had 9k trout still in bank when i checked so I actually have no idea how it died. I have 90 hitpoints aswell. Anyways I got it started again, im typeing this from school! Thanks for script again hopefully I dont die again :) (still got 300M lol)

Ok, give this a try mate. Go down to line 1110 (I think), you should see this block of code:

if not SPS_PosOnMM(Point(85, 1295)) then
begin
HumanMMouse(630, 110, 5, 5);
ClickMouse2(True);
FFlag(5);
end;

What that does is if the beginning of the path isn't found, it should walk you a little bit south one time. I believe the problem is you were so far south already that when this walked you south it put you in the NPC zone, and you were attacked/killed. So what we can do is simply comment this out like so:

{if not SPS_PosOnMM(Point(85, 1295)) then
begin
HumanMMouse(630, 110, 5, 5);
ClickMouse2(True);
FFlag(5);
end;}


Try that and you'll be, once again, safe.


I'm still having the same problem today, and no one addressed it. As soon as I start the script, it runs for a second, checks the quick prayers, turns it on, then stops working.

Then the script simba.simba opens and gets this error

Error: Exception: Access violation at line 89
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 3]

Access violation? Try closing out of Simba and running it as Administrator.


Usually after around 20-30 minutes when it teleports, it runs behind the hunter traps and just satys there. Any idea what's wrong ?

Well that depends, which hunter spot are you getting stuck at? The hunting spot right there near the teleport area, or the spot near the ladder?


have fixed this.

I have put in my user and pass, but it's not putting them in on the client? :confused:

I'm really not sure, that might be an SRL issue. I would personally recommend logging into Runescape manually first, and even opening the bank and putting in your bank PIN first, then starting the script. That's what I always do. :)


it would appear i own this thread at this moment in time, haha, but this is what my current proggy is. (paint is messed up!)

http://i43.tinypic.com/156wzv8.png

Yeah that's an annoying error. :p I'll have to track down why that little counter is incorrect.

brett0x0
03-21-2012, 01:55 AM
nvm

Nithin93
03-21-2012, 02:11 AM
Not able to run it steadily man!

brett0x0
03-21-2012, 02:21 AM
um i set everything up started it and all it does is stand there?

phamxboa
03-21-2012, 02:31 AM
The one next to the teleport, flight.

Flight
03-21-2012, 02:36 AM
The one next to the teleport, flight.

Ok, does it move your mouse around to the hunting traps / trees? If so I believe it thinks it found the ladder. If that's the case I can patch it up quick.

brett0x0
03-21-2012, 02:39 AM
in detail i start it up manually entered game/bank and started it it just clicks in one spot over and over nothing more

brett0x0
03-21-2012, 03:52 AM
ok ok i solved my problem not gonna say what happened but lets just say *facepalm*

but, is there any way i can speed up the mouse speed it seems to be a bit slow for my taste i would like to set the depositing runes and withdrawing ess and and filling pouches alot faster any way to do this so i can make it be like my personal speed?

Flight
03-21-2012, 04:15 AM
ok ok i solved my problem not gonna say what happened but lets just say *facepalm*

but, is there any way i can speed up the mouse speed it seems to be a bit slow for my taste i would like to set the depositing runes and withdrawing ess and and filling pouches alot faster any way to do this so i can make it be like my personal speed?

Believe it or not I'm working on speeding up both at this very moment.

SantaClawZ
03-21-2012, 05:00 AM
Got the script working now, was an error with simba. I've only found one problem so far - if your prayer runs out before it can recharge, it won't reactivate it. Maybe add a quick check to see if prayer is on at some point?

phamxboa
03-21-2012, 07:02 AM
Yeah flight that seems to be the problem

one1988
03-21-2012, 07:23 AM
Ok, i am hoping i get some extended runs now , for some reason it kept playing up on me. currently 76 rc pushing for 99.
130k ess banked and 225k more to come from the ge.

how much will i need on an estimate from 76-99?

Flight
03-21-2012, 07:40 AM
Ok, i am hoping i get some extended runs now , for some reason it kept playing up on me. currently 76 rc pushing for 99.
130k ess banked and 225k more to come from the ge.

how much will i need on an estimate from 76-99?

Geez nice. In the event you hit 99 and still have some essence left over let me know and I'll buy some of it off ya. I only have 10k pure essence. :S

one1988
03-21-2012, 07:43 AM
Geez nice. In the event you hit 99 and still have some essence left over let me know and I'll buy some of it off ya. I only have 10k pure essence. :S

will thats be enough ess to hit 99 with tho? no ardy cape?

if i hit 99 with ess to spare. you and kyle can split whatever is left :)
and i have 40k odd lobs to get me there also. which you and kyle can split.

But that should be enough yea?

Flight
03-21-2012, 07:49 AM
Ha more than enough. I don't think the Ardy Cape has anything to do with your XP, apparently it just increases the # of runes you yield per essence, so it helps with profit but not XP. I'm fine on food and I won't be using the essence in ZMI any more.

phamxboa
03-21-2012, 08:22 AM
Ok, does it move your mouse around to the hunting traps / trees? If so I believe it thinks it found the ladder. If that's the case I can patch it up quick.

Can you patch this problem up for me Flight :D

phamxboa
03-21-2012, 08:23 AM
Can you patch this problem up for me Flight :D

And yes this is the issue. it kept hovering over the branches.

Flight
03-21-2012, 08:24 AM
Can you patch this problem up for me Flight :D

It might be fixed in V.1.8; would you like to try it out? If so PM me and I'll send it to you.

Craimforce
03-21-2012, 09:42 AM
It might be fixed in V.1.8; would you like to try it out? If so PM me and I'll send it to you.

after optimus bot nuke.are you still gonna fix if theres goes a problem with the script?or like you said before when you hit 99 rc you're not interresed on working on this script anymore?

Flight
03-21-2012, 09:53 AM
after optimus bot nuke.are you still gonna fix if theres goes a problem with the script?or like you said before when you hit 99 rc you're not interresed on working on this script anymore?

Yeah I'll fix it. :)

Gems
03-21-2012, 01:34 PM
Ha more than enough. I don't think the Ardy Cape has anything to do with your XP, apparently it just increases the # of runes you yield per essence, so it helps with profit but not XP. I'm fine on food and I won't be using the essence in ZMI any more.

it helps with xp too :p

i have ardy 4 and its working a treat, about 46k xp/hr at 86

the flea
03-21-2012, 01:47 PM
it helps with xp too :p

i have ardy 4 and its working a treat, about 46k xp/hr at 86

it doesn't give extra experience only runes:

Adds a chance of creating more runes in the Ourania Altar (rune output is increased by roughly 15%, and no extra experience is gained from the extra runes)

NZ John
03-21-2012, 02:01 PM
it helps with xp too :p

i have ardy 4 and its working a treat, about 46k xp/hr at 86

Yeh, like the post above, it doesn't do anything at all to the xp rate... :P

This is my current running instance


http://img402.imageshack.us/img402/9407/rcprogq.png

Gems
03-21-2012, 02:07 PM
haha my bad, just before i was getting 42k, now 46k.. maybe it took a break before i checked it, ah well :P

sckwarrior
03-21-2012, 03:03 PM
love this script got me from 90-97 so far, too a break to get 90-97 fishing (using your script :P) and now working n 97-99 rcing :D LOVE YOUR SCRIPTS

brett0x0
03-21-2012, 04:39 PM
hey flight just two more quick problems i turned it on last night all was running well i stopped it to buy more food and stuff after running for 2.5 hours and nothing ever went wrong but after i turned it on and went to sleep after 1 hour 11 min it stopped saying out of ess i have 500k ess in bank and i just woke up and restarted it and after 10 min it said problem finding dtm spell i believe what i need to do?

Andres
03-21-2012, 10:51 PM
hey flight just two more quick problems i turned it on last night all was running well i stopped it to buy more food and stuff after running for 2.5 hours and nothing ever went wrong but after i turned it on and went to sleep after 1 hour 11 min it stopped saying out of ess i have 500k ess in bank and i just woke up and restarted it and after 10 min it said problem finding dtm spell i believe what i need to do?

Is your SRL up-to-date?

NZ John
03-22-2012, 12:09 AM
Another awesome prog ;)


http://img217.imageshack.us/img217/9046/rcproggyn.png

ftl
03-22-2012, 02:03 AM
i changed this:

begin
Smart_Server := 70;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;

but i cant get it to load world 70. what do i need to do? sorry if i'm being a noob lol.

Gems
03-22-2012, 02:46 AM
for some reason my paint doesnt work, but it's a minor issue

Crack_Cocaine
03-22-2012, 03:10 AM
I cannot seem to get it to work, at all. I'm fairly new to the client.

I got it to work once, and run to the alter once, then it logged out. I am fairly sure I have done everything right. It is getting stuck on when it is typing in the username and password part. It just sits there and does nothing.

Fraudnew
03-22-2012, 03:19 AM
Script keeps shutting down when it needs to get food out of bank my food is in top 2nd space of bank and when it shuts down it says "you have run out of Pure ess" I have 100k pure ess in my bank. Is there a way i can fix this?

Flight
03-22-2012, 03:49 AM
Script keeps shutting down when it needs to get food out of bank my food is in top 2nd space of bank and when it shuts down it says "you have run out of Pure ess" I have 100k pure ess in my bank. Is there a way i can fix this?

Do you have it visible (near the top) of your first bank page?

Fraudnew
03-22-2012, 04:00 AM
Do you have it visible (near the top) of your first bank page?
Yeah it right clicks the food but then just says "you have run out of pure ess"

NZ John
03-22-2012, 04:41 AM
I noticed that it doesn't correctly get the XP to level if the xp contains '1's. Is there anyway you could fix that?

Nicklaus
03-22-2012, 05:46 AM
"Correctly set up the script in the setup section (everything is explained in detail)"

Where is this "section" ?

NZ John
03-22-2012, 05:57 AM
"Correctly set up the script in the setup section (everything is explained in detail)"

Where is this "section" ?

This part at the top of the script:

//SRL Stats
SRLStats_Username = '';
SRLStats_Password = '';

//General settings
MaxBank = True; //Using the Max-bank method?
HPLevel = 99; //Your (max) Constitution/Hitpoints level
Food = 'monkfish'; //Trout, Tuna, Lobster, Swordfish, Monkfish, Shark
EatAt = 70; //Eat at this health percent or less
UsePrayer = false; //Use ranged protection prayers?
RuneType = 'body'; //Type of rune to use for bank payment (20 runes per session)
RestAt = 40; //Run energy % to rest at (after banking)
SwitchWorlds = True; //Switch worlds after a break?

//Pouch settings
SS = 4; //Which slot # has your small pouch (0 for not using)
MS = 3; //Which slot # has your medium pouch (0 for not using)
LS = 2; //Which slot # has your large pouch (0 for not using)
GS = 1; //Which slot # has your giant pouch (0 for not using)
RepairMethod = 'spell'; //Spell or Contact

//Break settings
BreakIn = 160; //How long before we take a break? (minutes)
BreakFor = 40; //How long will we break for? (minutes)
Bir = 30; //Random minutes to add/subtract from how long until we break
Bfr = 30; //Random minutes to add/subjtract from break duration


Fill = 0; //Ignore
Empty = 1; //Ignore

Kyle Undefined
03-22-2012, 05:57 AM
This is running flawlessly :)

Nicklaus
03-22-2012, 06:08 AM
This part at the top of the script:

//SRL Stats
SRLStats_Username = '';
SRLStats_Password = '';

//General settings
MaxBank = True; //Using the Max-bank method?
HPLevel = 99; //Your (max) Constitution/Hitpoints level
Food = 'monkfish'; //Trout, Tuna, Lobster, Swordfish, Monkfish, Shark
EatAt = 70; //Eat at this health percent or less
UsePrayer = false; //Use ranged protection prayers?
RuneType = 'body'; //Type of rune to use for bank payment (20 runes per session)
RestAt = 40; //Run energy % to rest at (after banking)
SwitchWorlds = True; //Switch worlds after a break?

//Pouch settings
SS = 4; //Which slot # has your small pouch (0 for not using)
MS = 3; //Which slot # has your medium pouch (0 for not using)
LS = 2; //Which slot # has your large pouch (0 for not using)
GS = 1; //Which slot # has your giant pouch (0 for not using)
RepairMethod = 'spell'; //Spell or Contact

//Break settings
BreakIn = 160; //How long before we take a break? (minutes)
BreakFor = 40; //How long will we break for? (minutes)
Bir = 30; //Random minutes to add/subtract from how long until we break
Bfr = 30; //Random minutes to add/subjtract from break duration


Fill = 0; //Ignore
Empty = 1; //Ignore

TY NZ John, I have already filled that out, I assumed there was literally a "section" telling you exactly what to do, I just started using Simba a couple days ago! :D I believe I filled it in correctly though :) only time will tell

Nicklaus
03-22-2012, 06:52 AM
Hmm...my bot when RCing uses runes on other runes instead of emptying pouches, and when banking clicks deposite essence instead of filling all the pouches [skips medium and small]


Edit: I tried various combinations and it seems the only combination for pouches I can get the bot to run [which isnt a problem] is small pouch/med pouch/large pouch in slot 5/6/7 and giant pouch in slot 4. It is now filling them and utilizing them at the altar. Seems to have decent speed! looking forward to using this script :)

Imanoobbot
03-22-2012, 07:08 AM
Hmm...my bot when RCing uses runes on other runes instead of emptying pouches, and when banking clicks deposite essence instead of filling all the pouches [skips medium and small]


Edit: I tried various combinations and it seems the only combination for pouches I can get the bot to run [which isnt a problem] is small pouch/med pouch/large pouch in slot 5/6/7 and giant pouch in slot 4. It is now filling them and utilizing them at the altar. Seems to have decent speed! looking forward to using this script :)


You just made the setup wrong. Follow the detailled explanations on the right site and it will run very smoothly.

DarkKnight
03-22-2012, 08:40 AM
V1.75 is running great for me. It has got me 65 to 80 rc so far. I rekon i have used about 70k essence so far. thx :spot:

brett0x0
03-22-2012, 01:05 PM
again i started it and it last only 30 min before saying run out of essence any fix on that yet?

brett0x0
03-22-2012, 01:06 PM
Is your SRL up-to-date?

yes it is up to date i just installed everything last night and just checked again and all updated

NZ John
03-22-2012, 01:23 PM
yes it is up to date i just installed everything last night and just checked again and all updated

Try again, this happened to me a couple times. Think it might just be the essence shape changing or something because I had 40k ess left and it wouldn't recognize them until I restarted the script.

Littellj
03-22-2012, 06:43 PM
Believe it or not I'm working on speeding up both at this very moment.

Suggestion to allow a place where you can change the speed of mouse based on what you like? I would probably use a slower speed b/c i lag more and would like to not missclick.

brett0x0
03-22-2012, 08:31 PM
Try again, this happened to me a couple times. Think it might just be the essence shape changing or something because I had 40k ess left and it wouldn't recognize them until I restarted the script.


i have restarted script numerous times fully shutting down simba and starting over and still only goes for short period of time i managed to go 1 hour 20 min this time before it shut down


but the last two times it has shutdown on me i have been wandered off to completely random places

Gems
03-22-2012, 09:01 PM
scripts are fucking awful at random event handling, and may aswell just log out when encountering one. no joke.

other than that flawless script, thanks :)

Andres
03-22-2012, 11:04 PM
scripts are fucking awful at random event handling, and may aswell just log out when encountering one. no joke.

other than that flawless script, thanks :)

Yeah, I would actually prefer they just immediately log out when a random is encountered.

Flight
03-23-2012, 12:34 AM
scripts are fucking awful at random event handling, and may aswell just log out when encountering one. no joke.

other than that flawless script, thanks :)


Yeah, I would actually prefer they just immediately log out when a random is encountered.

Head on down near the end of the script and look for a line like this:

//SRL_Procs[SRL_OnFindRandom] := @FoundARandom;

Uncomment it that line by removing the "//" from in front of it. Now, go a little ways up to the "procedure FoundARandom;" and replace that procedure with this:

procedure FoundARandom;
begin
ClearDebug;
Report;
Logout;
ShowMessage('[Shutdown] Random event');
TerminateScript;
end;


Then whenever a random event is detected your player will log out and the script will shut down.

illester
03-23-2012, 12:45 AM
Now is this only if the random is disabled or for any random?

Flight
03-23-2012, 12:48 AM
Any random event. Only use that modification if you don't want SRL to handle any randoms at all.

Harry
03-23-2012, 12:56 AM
A random solver that takes a minute or two to solve is better than logging out... you guys are silly.

Gems
03-23-2012, 01:42 AM
thanks flight. I love you long time.

Gems
03-23-2012, 01:43 AM
A random solver that takes a minute or two to solve is better than logging out... you guys are silly.

ya but whenever you fail a random jagex blackmarks you. also you cant write a script for solving all randoms in under a minute

ftl
03-23-2012, 01:59 AM
this script has failed to pray range for me a couple of times now and i have had a quick look at the bot and noticed im under 100lp a few times :/

Gems
03-23-2012, 02:00 AM
this script has failed to pray range for me a couple of times now and i have had a quick look at the bot and noticed im under 100lp a few times :/

you should rest more often

NZ John
03-23-2012, 02:08 AM
ya but whenever you fail a random jagex blackmarks you. also you cant write a script for solving all randoms in under a minute

I think he's meaning that the random solver should handle it in a minute or two.


you should rest more often

How is resting going to increase life points? Unless you rest for like 10 minutes...

Gems
03-23-2012, 02:19 AM
How is resting going to increase life points? Unless you rest for like 10 minutes...[/QUOTE]

didnt think it through, thought, the more you rest, the more you can run past the offensive monsters, then i remembered that the script will just rest constantly at the time he said to.. so it wont help because he's running all the time already. He may have set max hp to 700 instead of 70 and this would cause the script to stop working..


^checkthat

Harry
03-23-2012, 02:45 AM
ya but whenever you fail a random jagex blackmarks you. also you cant write a script for solving all randoms in under a minute
What? SRL's solvers solve almost all randoms. Logging out in a random is the same "flag" as failing a random.

Crack_Cocaine
03-23-2012, 02:49 AM
Can I get some help? The bot will not load for me, nor will it type in the user\password. Along with that, I cannot seem to get it to work. It worked once, but then I had a setting wrong and turned off, and never worked again.

http://puu.sh/lY8W

Harry
03-23-2012, 02:50 AM
Update your Simba.

Crack_Cocaine
03-23-2012, 02:51 AM
Update your Simba.

Can you message me how to do this? I don't wanna spam up this thread :) I would greatly appreciate it. I am still a newfag when it comes to this stuff, so any help would be awesome.

NZ John
03-23-2012, 02:57 AM
Can you message me how to do this? I don't wanna spam up this thread :) I would greatly appreciate it. I am still a newfag when it comes to this stuff, so any help would be awesome.

Follow this guide - http://villavu.com/forum/showthread.php?t=47714

Crack_Cocaine
03-23-2012, 03:01 AM
I have updated it (I think), and I am still getting the same error.\

http://puu.sh/lYeH

http://puu.sh/lYeW

Gems
03-23-2012, 03:16 AM
What? SRL's solvers solve almost all randoms. Logging out in a random is the same "flag" as failing a random.

every random i've had with SRL has failed. resulted in a clicking loop, not good. I'd rather log out than be clicking the same spots in basically a jagex concentration camp for 3 hours (sleeping)

Crack_Cocaine
03-23-2012, 03:57 AM
Is there a way to make it so it doesn't need to teleport? I know it'll probably make the xp\hr much less, but I cannot use that teleport.

Andres
03-23-2012, 04:20 AM
Head on down near the end of the script and look for a line like this:

//SRL_Procs[SRL_OnFindRandom] := @FoundARandom;

Uncomment it that line by removing the "//" from in front of it. Now, go a little ways up to the "procedure FoundARandom;" and replace that procedure with this:

procedure FoundARandom;
begin
ClearDebug;
Report;
Logout;
ShowMessage('[Shutdown] Random event');
TerminateScript;
end;


Then whenever a random event is detected your player will log out and the script will shut down.

Thanks for that, Flight! It's great when Simba works through randoms or logs out on its own. There are occasions, however, when it gets stuck, and it becomes very evident that I'm botting. It just so happens, that this always occurs for me when I go to grab a sandwich or whatever:duh:

That's why I'd prefer for it to log out.

Littellj
03-23-2012, 05:14 PM
For the next version how about a functions that does.

System time - **(time it took to log in)** == Time Rcing

And replace that with what i believe your using is just system time.

PS : could even add (- total time breaked), just some suggestions.

snowfire
03-23-2012, 05:40 PM
used to work perfectly but now im getting this

http://i.imgur.com/S1iHL.png

which im guessing is a srl error so i would need to update but when i update i get
http://i.imgur.com/6vhim.png

brett0x0
03-23-2012, 05:49 PM
flight i am having a new problem where after 30 min something bout plugin pop up asking to overright and shuts down havent had it run over an hour since the first night but everything up to date

Edit: as well as the last few problems i typed

Note
03-23-2012, 07:39 PM
Wow so great to see that this script is working so much better for you guys XD , i really want to try it haha. i like the new new paint report thing looks sexy! will try it out soon :)

p.s Flight did you stop on your advanced barb script? :o , and awsome one the natures RA , will be looking forward to them ..sorry haven't been around work has been kinda hektic lately :|

~Zac

Littellj
03-23-2012, 08:18 PM
used to work perfectly but now im getting this

http://i.imgur.com/S1iHL.png

which im guessing is a srl error so i would need to update but when i update i get
http://i.imgur.com/6vhim.png

just close the tab and try to run again until it works. OR close simba and restart.

omar84
03-23-2012, 09:10 PM
glad to use my first post for this script. best script ever. does what its supposed to and never even messed up yet after a days use. and yes it beats the hell out of all them rc reflection scripts. well done sir! recommend to all!!!!!!!!

Smithsservice
03-23-2012, 09:37 PM
Great script flight, I have finally got it working!!!

One thing.. When it banks and missclicks the air rune it like randomly hovers around the rune payment option box, is there any way to stop this, just looks a bit bot like.

Also, does anyone know the rate at which SRL/Simba solves randoms, like a solve to fail ratio and does anyone know hoe many you need to fail before jagex bans you and are they temporary bans or perm these days for botting.

Thanks again! :D

omar84
03-23-2012, 09:45 PM
32k xp/hr @ lvl 75 rc

Andres
03-23-2012, 10:06 PM
Great script flight, I have finally got it working!!!

One thing.. When it banks and missclicks the air rune it like randomly hovers around the rune payment option box, is there any way to stop this, just looks a bit bot like.

Also, does anyone know the rate at which SRL/Simba solves randoms, like a solve to fail ratio and does anyone know hoe many you need to fail before jagex bans you and are they temporary bans or perm these days for botting.

Thanks again! :D

There's a topic on somewhere on the forum that tells what randoms are solvable and which aren't.

There's no hard or fast numbers on what exactly will get you banned. There are only guidelines that will help you not get banned.

Flight
03-24-2012, 12:16 AM
used to work perfectly but now im getting this

http://i.imgur.com/S1iHL.png

which im guessing is a srl error so i would need to update but when i update i get


Alright, try this. Close out all your currently running Simbas and open up a new one. Wait for it to load, then go up to the SRL tab, click on 'Check for Update'. It will recognize that there's a new update for Pluglins, so let it download that. Shortly after you'll have a message box saying something like "Do you want to override the plugins?". Click Yes and the update will be successful. NOW, close out Simba, NOT the black debug box. This will make the update permanent. Now you should be good to go. :)


flight i am having a new problem where after 30 min something bout plugin pop up asking to overright and shuts down havent had it run over an hour since the first night but everything up to date

Edit: as well as the last few problems i typed

Read exactly what I said just above your quote. It's quite a simple fix.


Wow so great to see that this script is working so much better for you guys XD , i really want to try it haha. i like the new new paint report thing looks sexy! will try it out soon :)

p.s Flight did you stop on your advanced barb script? :o , and awsome one the natures RA , will be looking forward to them ..sorry haven't been around work has been kinda hektic lately :|

~Zac

Yeah I stopped on it for now. I was really having some problems with a fool-proof location detection system for it. I'll have to come up with something else. In the mean time I've remade Naturez from scratch and she's been running beautifully, so that's what I've been working on lately.


Great script flight, I have finally got it working!!!

One thing.. When it banks and missclicks the air rune it like randomly hovers around the rune payment option box, is there any way to stop this, just looks a bit bot like.

Also, does anyone know the rate at which SRL/Simba solves randoms, like a solve to fail ratio and does anyone know hoe many you need to fail before jagex bans you and are they temporary bans or perm these days for botting.

Thanks again! :D

When you have the hoving on the rune payment screen, is anything displayed in the black debug box?

Also, you can track the progression of all SRL anti-randoms in this section:
http://villavu.com/forum/forumdisplay.php?f=460

Andres
03-24-2012, 03:06 AM
This latest version is really impressive. It's faster and the most flawless version yet by far. I'm getting 43k xp per hour at 92 rc. I have yet to have it get stuck in 1.75 after running it for 10 hours.

Thanks again, Flight!

Kyle Undefined
03-24-2012, 03:50 AM
Just a quick report, it's still running great! :)


|====================================|
| ~ SRL ~ |
| Randoms Report |
|────────────────────────────────────|
| |
| Cap'n Arnav Solved ~ 1 |
| Rewards Solved ~ 2 |
| |
|────────────────────────────────────|
|====================================|
[=======================================]
[ ZMI-Extreme 1.75 ]
[ by Flight ]
[=======================================]
[ Run Time : 2 Hr 22 Min 47 Sec ]
[ Exp Gained : 88532 ]
[ Loads Completed : 100 ]
[ Lobster Ate : 27 ]
[ Pouches Repaired : 0 ]
[ Breaks : 0 ]
[=======================================]
[ ZMI-Extreme 1.75 ]
[=======================================]

Gems
03-24-2012, 04:08 AM
after about an hour it stops working and gets stuck behind a tree south of the tele spot because it keeps trying to click south for some reason..

snowfire
03-24-2012, 04:21 AM
WTF is banana



Alright, try this. Close out all your currently running Simbas and open up a new one. Wait for it to load, then go up to the SRL tab, click on 'Check for Update'. It will recognize that there's a new update for Pluglins, so let it download that. Shortly after you'll have a message box saying something like "Do you want to override the plugins?". Click Yes and the update will be successful. NOW, close out Simba, NOT the black debug box. This will make the update permanent. Now you should be good to go. :)



Read exactly what I said just above your quote. It's quite a simple fix.



Yeah I stopped on it for now. I was really having some problems with a fool-proof location detection system for it. I'll have to come up with something else. In the mean time I've remade Naturez from scratch and she's been running beautifully, so that's what I've been working on lately.



When you have the hoving on the rune payment screen, is anything displayed in the black debug box?

Also, you can track the progression of all SRL anti-randoms in this section:
http://villavu.com/forum/forumdisplay.php?f=460

ok now im getting this





http://i.imgur.com/ZvcPH.png

Gems
03-24-2012, 04:23 AM
how do i fix the paint? mine is broken, even when i redownload..

Btw i redownloaded and it's responding about 2x faster :P

Dualshotty
03-24-2012, 05:16 AM
First off, thank you for this (from what I can tell) amazing script. I have a question though. I updated Simba, SRL, SPS, and MSI. I downloaded the script (I also tried to download the mentioned picture, but couldn't find a link anywhere but after looking in the folders I saw one named 0_0 so I assume that's it), and then changed the tolerance from .2 to .5 like suggested. Next, I ran the latest script (1.7.5) and changed all of the information that needed to be changed that I could find (it's all up top, correct?), but I couldn't find where to put in my RS username and password (it's in the script, is it not?). So obviously when I ran it, it would start the client but go nowhere after that because it has no information to log in with. Forgive my slowness or if I'm missing something blatantly obvious but I'm new to Simba and would appreciate a little help. Thanks everyone!

Flight
03-24-2012, 05:23 AM
First off, thank you for this (from what I can tell) amazing script. I have a question though. I updated Simba, SRL, SPS, and MSI. I downloaded the script (I also tried to download the mentioned picture, but couldn't find a link anywhere but after looking in the folders I saw one named 0_0 so I assume that's it), and then changed the tolerance from .2 to .5 like suggested. Next, I ran the latest script (1.7.5) and changed all of the information that needed to be changed that I could find (it's all up top, correct?), but I couldn't find where to put in my RS username and password (it's in the script, is it not?). So obviously when I ran it, it would start the client but go nowhere after that because it has no information to log in with. Forgive my slowness or if I'm missing something blatantly obvious but I'm new to Simba and would appreciate a little help. Thanks everyone!

You did good so far. :) The place for entering your name/pass/PIN is actually down in the 'DeclarePlayers' procedure, I believe line 66 or so? It will look like this:

Procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
with Players[0] do
begin
Name := '';
Pass := '';
Pin := '';
Level[SKILL_HITPOINTS] := HPLevel;
BoxRewards := ['XP','xp','lamp'];
LampSkill := Skill_Runecrafting;
Active := True;
end;
end;


I've always recommended people to log into Runescape manually first before starting a script. If you want to do this just run this script and wait until SMART pops up, when it does stop the script and wait for the client to load completely. Then just log in, pick your world, bank at the banker (so your PIN is already entered) and start the script. :) Obviously you don't have to, but this always works the most efficient for myself.

eska
03-24-2012, 05:38 AM
I've been using your script to work toward 99 runecraft and have noticed that the mouse doesn't move normaly.

So I checked the code and unsurprisingly you use a home made function to do so that shift speed and direction as it moves.
Now would you advise me to use this in future script or does it cause unwanted behavior?

Seems to me that it is much less bot like and I want to make my bots the safest possible.

Edit: Might as well post a progress report since I'm running your script right now:

[======================================]
[ ZMI-Extreme 1.75
[ by Flight
[======================================]
[ Run Time : 4 Hr 24 Min 3 Sec
[ Exp Gained : 213428
[ Loads Completed : 220
[ Shark Ate : 5
[ Pouches Repaired : 2
[ Breaks : 0
[======================================]

SantaClawZ
03-24-2012, 07:51 AM
I've been using this for about a week and only found some small problems.

1. Sometimes after banking, it doesn't click far enough down on the minimap and stands idle for a moment before correcting itself.
2. Twice I have found my character standing at the teleport point clicking at the lava continuously and I had to manually fix it
3. Sometimes I catch it running with prayer off and full prayer points

Ashihtaka
03-24-2012, 01:32 PM
I've been using your script to work toward 99 runecraft and have noticed that the mouse doesn't move normaly.

So I checked the code and unsurprisingly you use a home made function to do so that shift speed and direction as it moves.
Now would you advise me to use this in future script or does it cause unwanted behavior?

Seems to me that it is much less bot like and I want to make my bots the safest possible.

Edit: Might as well post a progress report since I'm running your script right now:

[======================================]
[ ZMI-Extreme 1.75
[ by Flight
[======================================]
[ Run Time : 4 Hr 24 Min 3 Sec
[ Exp Gained : 213428
[ Loads Completed : 220
[ Shark Ate : 5
[ Pouches Repaired : 2
[ Breaks : 0
[======================================]

what setup are you using to get about 50k xp/hour?
- is your prayer on?
- what armour do you use?
- contact, or spell?

snowfire
03-24-2012, 04:52 PM
Ok so this used to work absolutly perfect i updated all my plugins reinstalled simba and every time i try to start it i get this error
http://i.imgur.com/ZvcPH.png
no clue what im doing wrong if anyone has an idea i would love it thanks

Smithsservice
03-24-2012, 06:09 PM
When you have the hoving on the rune payment screen, is anything displayed in the black debug box?

Nothing appears, not major just looks a bit bot-like! Thanks Again

Also, you can track the progression of all SRL anti-randoms in this section:
http://villavu.com/forum/forumdisplay.php?f=460

Nothing appears, not major just looks a bit bot-like! Thanks Again

Imanoobbot
03-24-2012, 08:23 PM
Why is Fagex changin Colors that much? I made a simple Powerminer yesterday and today nothing is working. Think that could be a problem for this script too.

eska
03-24-2012, 08:41 PM
what setup are you using to get about 50k xp/hour?
- is your prayer on?
- what armour do you use?
- contact, or spell?

My prayer is on, im 90+ runecraft but less than 95, I use the spell from livid farm to repair pouch, and I use agile armour to run longer. Also I disabled breaks. Suicide boting ftw.

I never caught my caracter resting. So that must be why I get good xp/hour

Gems
03-24-2012, 09:14 PM
My prayer is on, im 90+ runecraft but less than 95, I use the spell from livid farm to repair pouch, and I use agile armour to run longer. Also I disabled breaks. Suicide boting ftw.

I never caught my caracter resting. So that must be why I get good xp/hour

how does one suicide bot, just delete the break lines? or set breaks to rediculously high

eska
03-24-2012, 09:21 PM
You put if very high, I put 900, so it never take break.

ayyveebee
03-24-2012, 09:55 PM
Works very nice and I enjoy using it however I'm only getting 29k exp/hour so how are some people getting up to 50k an hour? Does it have to do with max bank and other factors?

eska
03-24-2012, 10:11 PM
Works very nice and I enjoy using it however I'm only getting 29k exp/hour so how are some people getting up to 50k an hour? Does it have to do with max bank and other factors?

Full bank help thats for sure, it has to do with your runecrafting level too, the higher you are, the more xp you make. Your weight and agility level also has an influence on how long you can run before resting. Lag can also slow down the script.

Lots of factor.

Craimforce
03-24-2012, 10:30 PM
Well this Script is very awesome.keep up the good work :).
getting around 35-45K/h :).

Gems
03-24-2012, 10:33 PM
http://i44.tinypic.com/zul1tc.png

i keep getting this error after 1-2 hours now. It's so annoying.. any way to fix? There is no actual 'error message'.. it just stands there clicking and right clicking the lava. Is it colour changes? How about implementing when the script notices that you are stood in that spot then it will log out and then log back in and restart? This would work i think, because whenever this happens i just have to restart script and then it works.

I used to run for a while but have never ran 6hrs + flawless



*sorry if too much blocking*

SantaClawZ
03-24-2012, 11:00 PM
i keep getting this error after 1-2 hours now. It's so annoying.. any way to fix? There is no actual 'error message'.. it just stands there clicking and right clicking the lava. Is it colour changes? How about implementing when the script notices that you are stood in that spot then it will log out and then log back in and restart? This would work i think, because whenever this happens i just have to restart script and then it works.

I used to run for a while but have never ran 6hrs + flawless



*sorry if too much blocking*

Same thing has happened to me twice. I ran it for 5 hours straight 3 days in a row with no problems, then all the sudden that happened twice in the same day. I'm not sure if it was bad luck on my part or something with the color.

Imanoobbot
03-24-2012, 11:10 PM
http://i44.tinypic.com/zul1tc.png

i keep getting this error after 1-2 hours now. It's so annoying.. any way to fix? There is no actual 'error message'.. it just stands there clicking and right clicking the lava. Is it colour changes? How about implementing when the script notices that you are stood in that spot then it will log out and then log back in and restart? This would work i think, because whenever this happens i just have to restart script and then it works.

I used to run for a while but have never ran 6hrs + flawless



*sorry if too much blocking*


Its an old bug. Think that happened cause of dammned color changing. Hope it will be fixed in v 1.80 =)

Will use this script in 1.80 again

siuman101
03-24-2012, 11:30 PM
When i bank, it will select "bank all".(i am currently using maxbank method). After that, it gets full load of pure essence (28pieces) , which means that i can't teleport after crafted rune, and the bot will stop later on.
I don't know if my setting wrong or its the bot problem.

Hazzah
03-24-2012, 11:40 PM
Suiman101, you bank is not full because you are still depositing Astrals, pay rune, and laws. Be sure to use an earth or mud staff of some sort! You only need 3 more items, best would be bones (found right outside, and an armour set of some sort)

madred360
03-25-2012, 01:09 AM
Yea after a long botting run the bot decides to just stand next to the salamander traps near the teleport

Andres
03-25-2012, 02:03 AM
First off, thank you for this (from what I can tell) amazing script. I have a question though. I updated Simba, SRL, SPS, and MSI. I downloaded the script (I also tried to download the mentioned picture, but couldn't find a link anywhere but after looking in the folders I saw one named 0_0 so I assume that's it), and then changed the tolerance from .2 to .5 like suggested. Next, I ran the latest script (1.7.5) and changed all of the information that needed to be changed that I could find (it's all up top, correct?), but I couldn't find where to put in my RS username and password (it's in the script, is it not?). So obviously when I ran it, it would start the client but go nowhere after that because it has no information to log in with. Forgive my slowness or if I'm missing something blatantly obvious but I'm new to Simba and would appreciate a little help. Thanks everyone!

The DeclarePlayers is at line 66. Otherwise, you can always disable SMART and manually enter your information.

Edit: I'm a page behind :duh:

kris
03-25-2012, 08:22 AM
i get all the runes out and pouchs and it banks it all just gets out ess and then cant rebank

Flight
03-25-2012, 09:45 AM
i get all the runes out and pouchs and it banks it all just gets out ess and then cant rebank

http://i.imgur.com/4HHit.png

siuman101
03-25-2012, 10:56 AM
So what i have to do is to make my bank full?? so that my necessary runes will not be bank?? is that how this script works??

Gems
03-25-2012, 11:05 AM
So what i have to do is to make my bank full?? so that my necessary runes will not be bank?? is that how this script works??

yes

Flight
03-25-2012, 11:18 AM
So what i have to do is to make my bank full?? so that my necessary runes will not be bank?? is that how this script works??


yes

No. Simply change the 'True' to 'False'. Read the discription on the first page, I clearly state that you can run the script with OR without a full bank account. And you read at the top of the script in the settings area you'll see the very obvious option to use (or not to use) the MaxBank method.

Come on guys... Let's try and use a little common sense, shall we?

Olly
03-25-2012, 11:32 AM
Just think of the amount of people you would get posting if you put a tiny amount of anti leach on it....

Imanoobbot
03-25-2012, 11:34 AM
When i bank, it will select "bank all".(i am currently using maxbank method). After that, it gets full load of pure essence (28pieces) , which means that i can't teleport after crafted rune, and the bot will stop later on.
I don't know if my setting wrong or its the bot problem.


Haha ;) For me it seems like you using Maxed Bank methode without a Maxed Bank? Most of the problems with Simba scripts are because of false setup. I prefer you should make some Runecraft on your own that you know what Runecrafting is, how it works, what tricks there are. Good luck anyways.

Gems
03-25-2012, 12:30 PM
No. Simply change the 'True' to 'False'. Read the discription on the first page, I clearly state that you can run the script with OR without a full bank account. And you read at the top of the script in the settings area you'll see the very obvious option to use (or not to use) the MaxBank method.

Come on guys... Let's try and use a little common sense, shall we?

using without it isn't even efficient, but okay.

I've found that, for some reason, turning off XP pop ups disables the tree glitch.

I've been running for 4.5 hours now, put it in the OP that you should turn xp pop ups OFF

Flight
03-25-2012, 02:35 PM
I've found that, for some reason, turning off XP pop ups disables the tree glitch.

I've been running for 4.5 hours now, put it in the OP that you should turn xp pop ups OFF

Sounds good. If anyone who has problems with the script getting stuck at the Hunter area please do try this and let me know if it solves the problem for you as well. Confirmation would be wonderful.

mikuz
03-25-2012, 06:59 PM
Ty, working well. 32-36k exp/h, 73 rc lvl

fretje12
03-25-2012, 10:22 PM
the script bank all ! i cant get it work, i setup it correctly and all that stuff, but when it bank it click bank all and it.. someone help ?

polska94
03-25-2012, 11:36 PM
the exp per hour that is shown while the script is running includes magic exp from ourania teleports and rc exp?

Imanoobbot
03-25-2012, 11:43 PM
the exp per hour that is shown while the script is running includes magic exp from ourania teleports and rc exp?

I think just Runecrafting exp.

Flight
03-26-2012, 01:44 AM
the script bank all ! i cant get it work, i setup it correctly and all that stuff, but when it bank it click bank all and it.. someone help ?

Near the top of the script in the 'General settings' change "MaxBank = True;" to "MaxBank = False;".


the exp per hour that is shown while the script is running includes magic exp from ourania teleports and rc exp?

I used to filter out the 69 XP you get from teleporting, but it seems most people have their XP bar set for Runecrafting only so their XP/Hour was actually higher than what was displayed. I recommend everyone use one of your three XP counters just for Runecrafting and disable the other two while running this script.

Andres
03-26-2012, 03:36 AM
I've encountered the Hunter area issue, and I always have the xp pop ups off.

Hazzah
03-26-2012, 03:37 AM
This script is amazing! Sadly Pure ess prices are insane! So I cannot continue to use it until they drop back down again! Got me 88-90, almost 91 (have enough ess for 91, possibly 92)!

Thank you very much flight! I hope to be on the 99 achieved with section eventually!

johnieelandon
03-26-2012, 03:55 AM
why does my guy ocassionally just clicks for forward 1 step at a time when it fails to bank down the ladder? is that caused because of lag? It kept walking forward a few steps and stop. Wait a few secs and walk forward a few steps again. repeats the process

Gems
03-26-2012, 07:34 AM
I got the hunter area glitch with pop ups off, but this was after 5.5 hours instead of 1-2

johnieelandon
03-26-2012, 06:41 PM
Basically this script gets stuck time to time on the lava, any ways to fix this?

ScottPurcella
03-26-2012, 09:24 PM
Im new to simba, and I hate to seem completely incapable.. but I keep running into this error..

Loading script...
SRL Compiled in 0 msec
SMART Initialized.
Loaded: Server 86, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

Im not sure what it means and I havnt been able to get it running :X

Andres
03-26-2012, 10:02 PM
Im new to simba, and I hate to seem completely incapable.. but I keep running into this error..

Loading script...
SRL Compiled in 0 msec
SMART Initialized.
Loaded: Server 86, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

Im not sure what it means and I havnt been able to get it running :X

Have you done absolutely everything you are supposed to do when setting up Simba? Have you read through the set up guides and this threads OP very thoroughly?

Chances are you skipped something. Read through the initial setup guides that people have made, as well as this thread's OP.

siuman101
03-26-2012, 10:13 PM
Crazy script :P really nice lol, thx and will post my progress later on. ^^
The most unpalatable truth is that it has time limit :( (with just 3hours!!) would you please postpone the breaking time??

ScottPurcella
03-26-2012, 10:16 PM
Have you done absolutely everything you are supposed to do when setting up Simba? Have you read through the set up guides and this threads OP very thoroughly?

Chances are you skipped something. Read through the initial setup guides that people have made, as well as this thread's OP.

Well, I did everything in the OP, as for everything else I followed Sin's video here: http://www.youtube.com/watch?v=qHwzeufV5d8&feature=youtu.be

I cant really seem to find anything else.
Im having quite a bit of trouble learning all this.
Anything else I've seen, I have tried. :/

Andres
03-26-2012, 11:49 PM
Well, I did everything in the OP, as for everything else I followed Sin's video here: http://www.youtube.com/watch?v=qHwzeufV5d8&feature=youtu.be

I cant really seem to find anything else.
Im having quite a bit of trouble learning all this.
Anything else I've seen, I have tried. :/

Sorry, I can't really help you then.

Flight
03-27-2012, 12:55 AM
Crazy script :P really nice lol, thx and will post my progress later on. ^^
The most unpalatable truth is that it has time limit :( (with just 3hours!!) would you please postpone the breaking time??

You can adjust the break settings in your script. Near the top of the script, in the settings area scroll down until you see this:

//Break settings
BreakIn = 180; //How long before we take a break? (minutes)
BreakFor = 25; //How long will we break for? (minutes)
Bir = 13; //Random minutes to add/subtract from how long until we break
Bfr = 7; //Random minutes to add/subjtract from break duration


Each line has the appropriate discription, adjust your settings there.

Total
03-27-2012, 01:20 AM
Is anyone else having problems with it shutting off saying it cant find ess? Keeps doing it to me. :(

siuman101
03-27-2012, 02:37 AM
You can adjust the break settings in your script. Near the top of the script
Thx for your guidelines, i have used this script for 2hours, flawless.
But the problem did occur at 10mins later, the problem is shown in this video.
http://youtu.be/zCK1tKFvvK8.
(In the video, there will be a white mouse, which i want to fix it by manually.But i failed.)
maybe its just a special case, or it cause by lagg, i will test again to see if the same problem occur.

Flight
03-27-2012, 03:23 AM
Thx for your guidelines, i have used this script for 2hours, flawless.
But the problem did occur at 10mins later, the problem is shown in this video.
http://youtu.be/zCK1tKFvvK8.
(In the video, there will be a white mouse, which i want to fix it by manually.But i failed.)
maybe its just a special case, or it cause by lagg, i will test again to see if the same problem occur.

Thank you very much for the video, that does tell me alot. People kept telling me about this problem; I figured as much it had something to do with the ladder-finding, it obviously does not.

The only time the script clicks down there on your screen is when it's looped through both banker-finding procedures (I believe 7 times each, 14 times and it's still that fast :p) but still cannot find the banker.

This is an easy fix, I'll throw it in with V1.8. Thank you very much for that video, siuman101.

aaron1006
03-27-2012, 04:17 AM
Reporting that the problems with getting stuck by the salamanders is in fact fixed by turning off XP pop up off!

Flight
03-27-2012, 04:56 AM
Reporting that the problems with getting stuck by the salamanders is in fact fixed by turning off XP pop up off!

Sounds good, I'll add it as a suggestion on the OP.

Version 1.8 released. This version should fix the hunting area bug. It also includes a slight speed increase to the CraftRunes function. I'm quite sure I did some other random fixes/improvements here and there, but it was a while back and I forget. :p Anyways, test away, and for those of you who got stock at the hunting area be sure to post feedback if it still occurs or not.

eska
03-27-2012, 05:16 AM
Testing 1.8 right now, turned off XP pop up so it might also be why it doesn't get stuck.

So far 3 loads and no problem.

EDIT: After a few loads it got stuck with the bank open, the mouse is not moving. I'm waiting to see if it timeout or something..

There is no timeout, once you are stuck there, you stay there and you get this message in the debug box:

Failed finding altar path, relocating

Yeah I get this error every 5-6 load, I'm going back to 1.75 for now since I wasn't having issues very frequently. I took the CraftRune function from 1.8 though since it's a bit faster. So far so good.

Decided I'd try tweeking the script see how much xp I can get. With mousekey and some smaller wait() I manage to make a trip in just a bit over 1:00 but never more than 1:10 (Unless it has to pray, then sometime).
As for XP, I get around 54k XP/hour

siuman101
03-27-2012, 10:43 AM
Best script ever, i think the previous problem that i have got is just a special case. ^^
http://img577.imageshack.us/img577/3479/screenhunter02mar271825.gif
Got me from 50rc to 63rc thx!!

Just figure out one minor problem, why the bot sometimes doing nothing as shown in the figure, but later on it will move again, is this a kind of antiban??
http://img39.imageshack.us/img39/5415/screenhunter04mar271913.gif


Can you tell me exactly where you were located when this happened? Like right near the ladder, or far left / far right, or down in the southern banking area?
I think he is telling the place where i was standing. Because i just notice that the script says "Failed finding altar path, relocating". It occurs at your newest version. Also, as i mentioned, version1.75 have the same problem, but it will work a later while, so i just define it as a antiban.

Flight
03-27-2012, 11:04 AM
EDIT: After a few loads it got stuck with the bank open, the mouse is not moving. I'm waiting to see if it timeout or something..

There is no timeout, once you are stuck there, you stay there and you get this message in the debug box:

Failed finding altar path, relocating

Yeah I get this error every 5-6 load, I'm going back to 1.75 for now since I wasn't having issues very frequently. I took the CraftRune function from 1.8 though since it's a bit faster. So far so good.


Hm alrighty. From the sounds of it, this happend after the banking was completed? As in your runes were deposited, pouches filled, and a full inventory of pure essence?

Can you tell me exactly where you were located when this happened? Like right near the ladder, or far left / far right, or down in the southern banking area?

Kyle Undefined
03-27-2012, 06:32 PM
One thing I've noticed, is that it sometimes (Happens rarely, maybe once every 2 days) gets a Flier in it's inventory, and when using the max bank method, it stays in there. Maybe a check to see if one is there, and if so, drop it?

JN13
03-27-2012, 11:01 PM
I get the banking problem too, also it gets stuck between banking and running to the alter.

http://i39.tinypic.com/1z706rr.png

I also get the flier.

Other than that, This script is great :)

Gems
03-27-2012, 11:07 PM
Testing 1.8 right now, turned off XP pop up so it might also be why it doesn't get stuck.

So far 3 loads and no problem.

EDIT: After a few loads it got stuck with the bank open, the mouse is not moving. I'm waiting to see if it timeout or something..

There is no timeout, once you are stuck there, you stay there and you get this message in the debug box:

Failed finding altar path, relocating

Yeah I get this error every 5-6 load, I'm going back to 1.75 for now since I wasn't having issues very frequently. I took the CraftRune function from 1.8 though since it's a bit faster. So far so good.

Decided I'd try tweeking the script see how much xp I can get. With mousekey and some smaller wait() I manage to make a trip in just a bit over 1:00 but never more than 1:10 (Unless it has to pray, then sometime).
As for XP, I get around 54k XP/hour



would you make a guide on how to set this up <3?

Gems
03-27-2012, 11:34 PM
Hm alrighty. From the sounds of it, this happend after the banking was completed? As in your runes were deposited, pouches filled, and a full inventory of pure essence?

Can you tell me exactly where you were located when this happened? Like right near the ladder, or far left / far right, or down in the southern banking area?

yes after you've banked, south of the ladder, on the path to the altar

NZ John
03-28-2012, 12:12 AM
I get the banking problem too, also it gets stuck between banking and running to the alter.

http://i39.tinypic.com/1z706rr.png

I also get the flier.

Other than that, This script is great :)

I've had this exact same problem with 1.8 too. Its not just a few tiles, I've noticed its a general area around these tiles.

abma2
03-28-2012, 01:15 AM
---

stinkysocks
03-28-2012, 07:49 AM
has anyone ever made a suggestion about making the bot have an alarm if it gets a random? for example some people like myself does not bot very long without being within reach of the bot due to randoms, but what if there were a alarm that you could set or have a defult sound and when it enters a random it goes off, that way if ur sleeping or w.e u can wakeup fix bot or w.e u like imo i dont mind waking up in the middle of the night for a second to fix my bot at least i know im not going to get banned for it

OT: this script looks incredible i havent had to much time with simba yet but i think i might have to try this out :)

siuman101
03-28-2012, 11:00 AM
stinkysock, you can predict when the random come. I have tried many times, and it did work. Just count your exp gained, once you gain more than 150k exp, you will have a random event in any minutes, which is really really high chance. Thus, if you use this script, you can probably run for like 4-6hours. Test and tell me if it true :P

Craimforce
03-28-2012, 11:48 AM
sad to see one of the best ZMI scripts is going away aswell.

NZ John
03-28-2012, 01:44 PM
sad to see one of the best ZMI scripts is going away aswell.

What do you mean by that?

jcjcjc
03-28-2012, 02:23 PM
not working it'll say no essence and log out even though there is essence in the first tab also if it does find the essance it wont fill the pouches and sometimes it'll withdraw sharks then log out saying no essance and if it runs out of prayer it'll say it can't find the path to the alter

Imanoobbot
03-28-2012, 02:30 PM
Has anyone got a 24h proggy yet? Would be nice to see one and a good advertising for the script ;)

LilJ
03-28-2012, 03:11 PM
Is this script in working condition? I just want to know before I buy all my pure ess and stuff.

Flight
03-28-2012, 04:03 PM
Is this script in working condition? I just want to know before I buy all my pure ess and stuff.

Buy just a little bit of essence and see how it works for you no a test run. If you like the results then you can always buy more, right? ;)

steph777
03-28-2012, 06:29 PM
when i start the bot why does it keep clicking the run?
that's all it does when i start the script.
have i forgot to do something?

brett0x0
03-28-2012, 06:29 PM
hey flight is it faster in 1.8? seems little bit just checking

P.S. im 91 rc almost 92 is 33k exp an hour normal?

Edit: also it seems to run all the way to other side of alter stops for a second then clicks to craft and goes can that be fixed?

Edit #2: it gets to alter crafts invy full then immediately teles.

Edit #3: back to 1.75 it sits down and rest and doesnt get up.

Andres
03-28-2012, 07:05 PM
hey flight is it faster in 1.8? seems little bit just checking

P.S. im 91 rc almost 92 is 33k exp an hour normal?

Edit: also it seems to run all the way to other side of alter stops for a second then clicks to craft and goes can that be fixed?

Edit #2: it gets to alter crafts invy full then immediately teles.

Edit #3: back to 1.75 it sits down and rest and doesnt get up.

Are you using max banking? Level 90+ should be getting 40k+ per hour.

As for the rest, double check your settings and make sure they are correct.

steph777
03-28-2012, 07:34 PM
when i start the bot it justs toggles xp and then logsout

Joe
03-28-2012, 08:58 PM
I'm at 96, I'll let you know when I hit it.

LilJ
03-28-2012, 10:18 PM
Working good so far, i'll keep you guys updated.

Andres
03-28-2012, 10:45 PM
I'm trying out 1.8 now.

siuman101
03-28-2012, 10:59 PM
flight, is 1.8 work now?? have you fixed the "Failed finding altar path, relocating" yet??

LilJ
03-28-2012, 11:14 PM
It worked good for like 10-15 runs, then after it rests, it just sits there and it does the same thing after withdrawing all the pure ess.

EDIT: I'm getting the error "Failed finding altar path, relocating" :(

Flight
03-29-2012, 12:27 AM
It worked good for like 10-15 runs, then after it rests, it just sits there and it does the same thing after withdrawing all the pure ess.

EDIT: I'm getting the error "Failed finding altar path, relocating" :(

If it's still not working for you then simply replace V.1.8's "BankToAltar" function with V.1.75's.

Jive
03-29-2012, 02:50 AM
Where is the SPS map file attached to, I can't find where to download it in this thread...

EDIT: I believe it's not needed anymore?

superbuster4
03-29-2012, 03:22 AM
at what level should you start zmi crafting to brake even on profit?

Flight
03-29-2012, 03:49 AM
Where is the SPS map file attached to, I can't find where to download it in this thread...

EDIT: I believe it's not needed anymore?

The SPS map is automatically downloaded via the script, along with your SPS tolerance automatically changed. :)


at what level should you start zmi crafting to brake even on profit?

That's a good question. At the rate Pure Essence is increasing, the level at which profit is gained must also be increasing, unfortunately. :( I'm sorry but even now I couldn't even give you a ballpark guess.

Andres
03-29-2012, 04:02 AM
The SPS map is automatically downloaded via the script, along with your SPS tolerance automatically changed. :)



That's a good question. At the rate Pure Essence is increasing, the level at which profit is gained must also be increasing, unfortunately. :( I'm sorry but even now I couldn't even give you a ballpark guess.

What's with pure essence prices? It's getting a little crazy.

whyME
03-29-2012, 05:36 AM
No one can bot it, and no one wants to legit it. I am making slight profit at 89 RC still in case anyone wanted to know.

vashanddou
03-29-2012, 07:17 AM
Im gonna get 99 prayer, then 99 con, then probebly use this script for 99 rc unless i use your other script for 99 farm ;)

vashanddou
03-29-2012, 07:19 AM
No one can bot it, and no one wants to legit it. I am making slight profit at 89 RC still in case anyone wanted to know.

can't bot pure essence?

http://villavu.com/forum/showthread.php?t=73745
http://villavu.com/forum/showthread.php?t=69595

can easily fix them up if neither work ;)

Flight
03-29-2012, 08:58 AM
No one can bot it, and no one wants to legit it. I am making slight profit at 89 RC still in case anyone wanted to know.

Oh, I wouldn't say that... :rolleyes:

http://i.imgur.com/F7Bbp.png

wister1
03-29-2012, 10:01 AM
im using v1.72 and it works like a charm, havent had much time these days but im very close to 98 rc

jcjcjc
03-29-2012, 02:20 PM
Why the update to 1.8? 1.75 seems flawless working much better than 1.8

whyME
03-29-2012, 03:59 PM
Oh, I wouldn't say that... :rolleyes:


I say that because goldfarming accounts are easily banned, any new accounts also have the trade limit imposed on them, it's also a lot harder to run a ton of color bots than say inflection/reflection bots.

steph777
03-29-2012, 05:25 PM
this bot doesn't have any anti bans
it doesn't left click players/check FL list/check runecraft xp/move angle or anything wtf?

Flight
03-29-2012, 05:30 PM
this bot doesn't have any anti bans
it doesn't left click players/check FL list/check runecraft xp/move angle or anything wtf?

Well here's your chance to learn something. Throw them in there, make it as close to your personal methods of zmi-crafting as you can, it's all open-source so what's stopping you?

For the record, there are no bots in this community. If you're looking for bots, you've come to the wrong place.

polska94
03-29-2012, 06:09 PM
I ran 1.8 for 3 hours, got only 9k/hr. Going back to 1.75...

Smithsservice
03-29-2012, 08:09 PM
Great bot, another little problem, after withdrawing all the ess and filling up pouches it takes quite a while to start running to the alter and sometimes runs the wrong way. No biggy just a lil problem.

Also, above someone said something about anti-ban, is there any chance you could teach me a little bit about it please.

Thanks Again! :D

children
03-29-2012, 10:44 PM
Do you have to HAVE prayer to do this? I'm wondering because my pure has a fair amount of HP while being 13 prayer.

Imanoobbot
03-29-2012, 11:34 PM
Someone got a 24h proggy yet? Would be nice to see one ;)

LilJ
03-29-2012, 11:35 PM
Do you have to HAVE prayer to do this? I'm wondering because my pure has a fair amount of HP while being 13 prayer.

No you don't need prayer, just make sure you have your selected food visible in your bank tab.

Also, 1.75 has been working good all day so far. Only thing that stopped it was a random. :duh:

Kyle Undefined
03-30-2012, 12:15 AM
Someone got a 24h proggy yet? Would be nice to see one ;)

Here you go :)

http://puu.sh/n0El

Fluttershy
03-30-2012, 02:59 AM
Your BankToAltar function seems to be broken in 1.8... Just FYI

Flight
03-30-2012, 03:11 AM
Your BankToAltar function seems to be broken in 1.8... Just FYI

Swap 1.8's with 1.75's and you'll be good to go.

johnieelandon
03-30-2012, 04:21 AM
i figured that when the banker is too close to the ladder when my guy climbs down, he cannot sense the banker there so just keep moving forever step by step, each time seeming to check for the banker where the banker is all the way by the ladder at the start. No big deal though cause script fixes itself by teleporting after some time, and also i swapped 1.80's banktoaltar by 1.75 and works like a charm just it sometimes after banking stands there doing nothing for 30 seconds or so and then start moving again. Overall very good as I can put it on for 6 hours till time out should there be no random events.

xp / hour for 94 rc is 32k

Kyle Undefined
03-30-2012, 04:34 AM
I'm getting about 34k XP/H at level 88.

Horatio
03-30-2012, 11:53 AM
I'm getting a little over 40k/h t 96 RC. I'm still running 1.7.2. it's flawless for me, constant 6 hour proggies without failing. A few more days and you can add me to the 99 list :D

Flight
03-30-2012, 12:09 PM
I'm getting a little over 40k/h t 96 RC. I'm still running 1.7.2. it's flawless for me, constant 6 hour proggies without failing. A few more days and you can add me to the 99 list :D

Sounds great, do be sure to let me know and I'll do just that. :)

teamemb99
03-30-2012, 12:48 PM
mine just stands at bank for some reason the latest version. 1.7 was beter lol

Fluttershy
03-30-2012, 01:54 PM
mine just stands at bank for some reason the latest version. 1.7 was beter lol

as fight said before:
Swap 1.8's BankToAltar fn with 1.75's and you'll be good to go.

kai824
03-30-2012, 04:19 PM
I'm currently only 67 Runecrafting, it's my lowest skill. Can anyone tell me if this method is usable and what xp it will yield me?

Scruff
03-30-2012, 07:04 PM
I'm currently only 67 Runecrafting, it's my lowest skill. Can anyone tell me if this method is usable and what xp it will yield me?

It's usable, you will get good exp, but it will cost until you are higher.

abma2
03-30-2012, 07:33 PM
---

whyME
03-30-2012, 08:54 PM
Someone got a 24h proggy yet? Would be nice to see one ;)

can't really do this cause of client token failure, i've found a way around that and will try to set one of this weekend. I can easily do 5 hours on this though.

Kyle Undefined
03-30-2012, 08:57 PM
can't really do this cause of client token failure, i've found a way around that and will try to set one of this weekend. I can easily do 5 hours on this though.

Even though it's not a "true" 24 hour progress report, it's ran perfectly the entire time.

http://puu.sh/n2xj

megalomanicalego
03-30-2012, 11:19 PM
Where is the image 0_1 located? I cannot find it anywhere....

eska
03-30-2012, 11:39 PM
Add me to the 99 list :D:D:D

Flight
03-31-2012, 01:53 AM
Where is the image 0_1 located? I cannot find it anywhere....

The SPS map image is automatically downloaded via the script if you're using V.1.7+. Nothing to worry about. :)


Add me to the 99 list :D:D:D

Wowzer, congratulations friend! I'll add you right to the list. :) How does it feel to have the almighty Runecrafting Cape?

kris
03-31-2012, 04:18 AM
i was useing this and died with 10m runes lol now i only cary like 100k runes

Andres
03-31-2012, 04:49 AM
i was useing this and died with 10m runes lol now i only cary like 100k runes

Use a ring of life, it's very difficult to die with one equipped.

eska
03-31-2012, 04:50 AM
How does it feel to have the almighty Runecrafting Cape?
Feels something along the lines of
"About god damn time damnit! Who's the retard who though it would be fun to make a skill so boring and so slow? Wtf is wrong with jagex. This skill to much work, even when you bot it!".

Been running this script for 2 week non stop 14-15 hour a day.

I don't even want to imagine what it would be to legit this skill to 99. Anyway thanks alot for this script. I wouldn't be 99 without it thats for sure.

kris
03-31-2012, 07:01 AM
Feels something along the lines of
"About god damn time damnit! Who's the retard who though it would be fun to make a skill so boring and so slow? Wtf is wrong with jagex. This skill to much work, even when you bot it!".

Been running this script for 2 week non stop 14-15 hour a day.

I don't even want to imagine what it would be to legit this skill to 99. Anyway thanks alot for this script. I wouldn't be 99 without it thats for sure.

congrats injoy it

Jive
03-31-2012, 07:04 AM
[======================================]
[ ZMI-Extreme 1.8 ]
[ by Flight ]
[======================================]
[ Run Time : 4 Hr 6 Min 47 Sec ]
[ Exp Gained : 112883 ]
[ Loads Completed : 185 ]
[ Lobster Ate : 114 ]
[ Pouches Repaired : 1 ]
[ Breaks : 0 ]
[======================================]
[ ZMI-Extreme 1.8 ]
[======================================]

Enzed Ltd
03-31-2012, 07:36 AM
Cheers ran this bot solid from 71-77 rc, made 10/15m worth of runes. Was so happy. Logged in this morning, was at the top of a tower in fally, look in my pouch and there was no money, I had 22m or so in the pouch, Go to my bank and all of my runes had to been taken except the cheap ones. I don't know who to blame, but what gets me down more than anything is the fact that I had spent so much time on an account with low combat stats, challenging for anything combat wise, then finally getting my quest cape. I had achieved so much on that account legitally, and the only thing i could never do legit was runecrafting. I have no job, i had my benefit cancelled, and earn 0 dollars a week. I have to pay off a car, Atleast i could have sold my account with some money to help me in real life. But no someone was sad enough to take everything away from me. It's saturday night, I can't afford to go clubbing with my mates, can't even enjoy runescape. Thanks people.

Kyle Undefined
03-31-2012, 07:38 AM
I'm sorry your account got wiped, but I know Simba wasn't the cause of it.

one1988
03-31-2012, 07:44 AM
yeah sorry to hear your account got wiped my friend.

Enzed Ltd
03-31-2012, 07:50 AM
I still have everything except the runes and the cash. Runes+cash=bank. Everything else is still there such as slayer helmet, torso, void, defenders. I just want to know who hacked me. I don't know who to believe. Any help would be appreciated, I am very unco with this site, if anyone has facebook and could help me then please do, I don't want to give up as times like these where i have nothing to do.

Facebook.com/taaaalent

eska
03-31-2012, 07:53 AM
I still have everything except the runes and the cash. Runes+cash=bank. Everything else is still there such as slayer helmet, torso, void, defenders. I just want to know who hacked me. I don't know who to believe. Any help would be appreciated, I am very unco with this site, if anyone has facebook and could help me then please do, I don't want to give up as times like these where i have nothing to do.

Facebook.com/taaaalent
At least it was a "nice" hacker.

He didn't drop/destroy all your untradable like some assholes do. Gosh I don't know why some do this? Where's the satisfaction?

one1988
03-31-2012, 08:03 AM
At least it was a "nice" hacker.

He didn't drop/destroy all your untradable like some assholes do. Gosh I don't know why some do this? Where's the satisfaction?

Agreed, i had my 14k crims, 2500 odd blues and cmaul dropped, which was highly annoying.

pathetic whoever is doing it.

and at guy who lost his stuff, There are plenty of Scripts here that will help to rebuild your bank :) just start at the bottom and you will get there. :) Ask kyle about my bank =P thats after being hacked for 1.5b =)

Simba makes it possible to do anything, if you need some tips to make some cash feel free to pm me :)

and 10 days or so til 99 Runecraft :)

Flight
03-31-2012, 08:10 AM
Enzed Ltd if you took a screenshot of the IP of whoever it was we can run it through all IPs on this site and hopefully find a match. I'm very sorry for what happened to your bank, but I can absolutely assure you; Simba/SRL/this script was not cause.

Enzed Ltd
03-31-2012, 08:15 AM
It's just silly, I once had 50m and i let my real life mate from my school use it to merch with, he then got hacked apparently and lost it. I then rebuilt my bank, catching implings. Once again am i left with nothing, Yes i still have my untradeables, But making money for me is hard, even with my stats. I am level 113 and i have 2k+ total level. Yet i have 1 99. I find it hard for me to trust the game and to rebuild something that may again be taken away from me. Is it worth it, i dont think so.

Enzed Ltd
03-31-2012, 08:20 AM
And no, I never took a screenshot of the IP, I never thought to do so. I have cancelled my membership anyway. My mate from my area used teamviewer to set up the ZMI script for me, after setting it up I ran it for days. I don't know if it was him, he asures me it wasnt. Plus he knows id mash him up if he did. I don't think its possible to know who did, no one would own up, even my real life mates.

Enzed Ltd
03-31-2012, 08:23 AM
http://puu.sh/ndc3

Screenshot of my stats, if its possible for anyone to identify a good money making script for those stats :)

Imanoobbot
03-31-2012, 09:53 AM
Even though it's not a "true" 24 hour progress report, it's ran perfectly the entire time.

http://puu.sh/n2xj

Oke, so the bot is flawless again? Because the last time I was using it, there were due to the color changing some points where it got stuck.

* Teleporting loop is fixed I saw so far
** Mining Simbol instead of Prayer is fixed?
*** Prayer support working again?
**** Sometimes it was clicking on the safe path

eska
03-31-2012, 09:57 AM
http://puu.sh/ndc3

Screenshot of my stats, if its possible for anyone to identify a good money making script for those stats :)

Wow your SRL username is the same as your real rs account? Looks like you are asking to get banned.

Hide your name in all your screnny, even if its the same, that way jagex cant be 100% sure its really you

Flight
03-31-2012, 10:45 AM
Enzed Ltd, if you were still a member in RS I would suggest joining the rest of us and using Y.E.M.P. to mine your own Pure Essence. After the nuke follows through I'm going to update Naturez RA accordingly and release it to the Members section.

For the price of a pickaxe you can get your cash back, and Runecrafting will be 100% profit. Just a suggestion though. :)

Imanoobbot
03-31-2012, 11:17 AM
Enzed Ltd, if you were still a member in RS I would suggest joining the rest of us and using Y.E.M.P. to mine your own Pure Essence. After the nuke follows through I'm going to update Naturez RA accordingly and release it to the Members section.

For the price of a pickaxe you can get your cash back, and Runecrafting will be 100% profit. Just a suggestion though. :)

Flight do you think the "nuke" will affect us? Because a color bot is acting like a human.

bbassett
03-31-2012, 12:11 PM
Cheers ran this bot solid from 71-77 rc, made 10/15m worth of runes. Was so happy. Logged in this morning, was at the top of a tower in fally, look in my pouch and there was no money, I had 22m or so in the pouch, Go to my bank and all of my runes had to been taken except the cheap ones. I don't know who to blame, but what gets me down more than anything is the fact that I had spent so much time on an account with low combat stats, challenging for anything combat wise, then finally getting my quest cape. I had achieved so much on that account legitally, and the only thing i could never do legit was runecrafting. I have no job, i had my benefit cancelled, and earn 0 dollars a week. I have to pay off a car, Atleast i could have sold my account with some money to help me in real life. But no someone was sad enough to take everything away from me. It's saturday night, I can't afford to go clubbing with my mates, can't even enjoy runescape. Thanks people.

Just a thought - if you found account at top of Fally tower - that's where I get dumped by RS if I fail a random - And since your losses were connected to what you gained - could Jagex have rolled your account back or deleted perceived gains after failing one too many randoms or ignoring moderators chats or something? I'm not an expert, just a thought

Enzed Ltd
03-31-2012, 12:30 PM
I haven't been rolled back or anything, the way the runes had been removed from my bank looked unbot like. I had an inferno adze in my inventory, plus 22m (all of the money) was removed from the pouch. So hard to know what has happened

Flight
03-31-2012, 12:32 PM
Flight do you think the "nuke" will affect us? Because a color bot is acting like a human.

I personally think it will. If anything, I predict SMART taking a blow, although last nuke it was up and running the same day (or 1 day after?). Should anything critical happen to SMART then I'll release a standard version of this script (and all my others) to run in a normal browser.

kai824
03-31-2012, 03:00 PM
It's usable, you will get good exp, but it will cost until you are higher.

You said "it will cost", how big is the loss to *certain level*?

Andres
03-31-2012, 03:25 PM
This has been running really well for me today. I've been at 48k per hour for little over and hour and a half.

Bobby Boo
03-31-2012, 07:24 PM
Why does it run perfectly for everybody else?
I'm running at 20k xp/h at 74 rc
Also, it repairs my pouches like.. half of the time

edit: inb41postnoobgoaway

Kyle Undefined
03-31-2012, 07:25 PM
Make sure you have the correct graphic setting.

whyME
03-31-2012, 07:29 PM
Why does it run perfectly for everybody else?
I'm running at 20k xp/h at 74 rc
Also, it repairs my pouches like.. half of the time

edit: inb41postnoobgoaway

inb4seventyfourrunecraftingnoobgoaway.

In all reality though the reason your xp/h is so low is because you have low runecrafting. You can't use Giant pouches (nearly doubles xp an hour) and I think that your rc effects the type of rune you create and the amount, which could result in less exp an hour.

Also, is your agility low so you never have run energy?
Is your hp and def low, meaning you have to eat a lot?
Are you wearing an ardy cape?

http://runescape.wikia.com/wiki/Ourania_Runecrafting_Altar#Strategies

Just sayin'.

johnieelandon
03-31-2012, 07:40 PM
Ardy cloak doesn't affect xp just the amount of runes created yet i agree with low agility and low def/hp may be the cause, and of course giant pouch, i'm getting 40k+/hr constant 6 hour proggies at 95 rc.

Also , use max bank as it significantly boosts xp rate, if u can't find items i suggest fally party room , get all the 30 or so afro from party pete.

stoffel
03-31-2012, 07:56 PM
its stuck sometimes at the start, it takes the runes and just stands there then

whyME
03-31-2012, 08:04 PM
its stuck sometimes at the start, it takes the runes and just stands there then

As said before, make replace 1.8's banktoalter with 1.75's

Bobby Boo
03-31-2012, 08:31 PM
1) i have max bank
2) 99 agil/def/hp
3) If Giant pouch really doubles xp/h...

Anyways, there are also problems simply with the script.
-Sometimes it just stands at the ladder
-Uses npc contact but doesn't talk to the dark mage
-runs laps around the altar.. which i assume is because it is looking for the color to click

edit: somebody said something about graphics settings..
if the only setting required is highest brightness.. then I'm ok

I have also noticed a rather significant amount of lag while using the script. No other script makes me lag like this

Kyle Undefined
03-31-2012, 08:32 PM
Are your setting correct? I haven't had those issues at all.

Bobby Boo
03-31-2012, 08:43 PM
i have my graphics settings to highest brightness.. what else is there?

johnieelandon
03-31-2012, 10:32 PM
1) i have max bank
2) 99 agil/def/hp
3) If Giant pouch really doubles xp/h...

Anyways, there are also problems simply with the script.
-Sometimes it just stands at the ladder
-Uses npc contact but doesn't talk to the dark mage
-runs laps around the altar.. which i assume is because it is looking for the color to click

edit: somebody said something about graphics settings..
if the only setting required is highest brightness.. then I'm ok

I have also noticed a rather significant amount of lag while using the script. No other script makes me lag like this

I don't experience all those problems you experience with your script, and as for the problem of standing at the ladder, don't worry as if you have patience and wait for about 10 seconds, it will fix itself.Take it as an antiban. Running around the altar isn't a major issue either as at the end of the day it still crafts the runes and banks. As for npc contact, if you can't get it to work get the repair pouch spell lol, takes less then a day at livid farm and that also boosts ur xp / hr as the pouches last FIVE TIMES LONGER than npc contact.

Excel
03-31-2012, 11:13 PM
when it converts the pure essence into runes, and goes to bank, it banks ALL the runes, including the Law runes, Astral runes which are used as teleport and along with the banking Mind runes, which i use for Banking, are my settings wrong?

stinkysocks
04-01-2012, 12:08 AM
You need to make sure your bank is full take all your teleporting runes out then fill your bank that way when you bank it will keep the tele runes but bank all the other ones

Justin
04-01-2012, 01:38 AM
Noticed this little problem



[=================================]
[ ZMI-Extreme 1.8 ]
[ by Flight ]
[=================================]
[ Run Time : 5 Min 48 Sec ]
[ Exp Gained : 3862 ]
[ Loads Completed : 4 ]
[ Monkfish Ate : 0 ]
[ Pouches Repaired : 0 ]
[ Breaks : 0 ]
[=================================]
[ ZMI-Extreme 1.8 ]
[=================================]
Failed finding altar path, relocating
Failed finding altar path, relocating
Failed finding altar path, relocating
Failed finding altar path, relocating


Screenshot:
http://srljustin.com/images/zmistuck.png

Edit: Will replace the BankToAlter method and see how that goes.

Fluttershy
04-01-2012, 02:32 AM
ustin;977164']Noticed this little problem



[=================================]
[ ZMI-Extreme 1.8 ]
[ by Flight ]
[=================================]
[ Run Time : 5 Min 48 Sec ]
[ Exp Gained : 3862 ]
[ Loads Completed : 4 ]
[ Monkfish Ate : 0 ]
[ Pouches Repaired : 0 ]
[ Breaks : 0 ]
[=================================]
[ ZMI-Extreme 1.8 ]
[=================================]
Failed finding altar path, relocating
Failed finding altar path, relocating
Failed finding altar path, relocating
Failed finding altar path, relocating


Screenshot:
[img]http://srljustin.com/images/zmistuck.png[/img

Edit: Will replace the BankToAlter method and see how that goes.
47k....
how...? 91 rc and only getting 39k :c

Excel
04-01-2012, 02:56 AM
So does anyone know the fix for "Failed finding altar path, relocating" ?