My bot died eventhough he had monfish in tab with essence, do you think it is bug or bot needs to be fixed to eat properly?
My bot died eventhough he had monfish in tab with essence, do you think it is bug or bot needs to be fixed to eat properly?
Did you follow all the guide lines?
And have you download the SPS map file attached to this post and pasted it in "Includes > SPS > img > runecrafting_altars.? The image has to be 500x500
Also have you went to Includes > SPS > sps.simba, and change the tolerance on line 96 (Tolerance := 0.2) to 0.5: ?
I hope this helped , Read some of the previous pages Flight has answerd some of the other peoples questions that may or may not relate to this , have another look at the very first page?
Thank you
Zac
Erm can ask you which slot is your monk fish in? because i noticed that if your monk fish is the very first slot , meaning the slot that creats the new tab , it doesnt detect the monk fish there so id just suggest just moving the fish over? if that how it is in your bank? and erm make sure that all the items , I.e , runess ,ess , food are all in the same tab and open that tab then close the bank , and start your client , so when you run the bot and when it opens the bank it be only looking at that tab if you know what i mean?
sorry other then that i dont know what else i can suggest , good luck hope this helpd.
Zac
Ok fixed it picture was 100x100 thanks guys will post proggy soon
it wont fix the pouches whit the lunar spells :S
Yeah I'm quite sure 'Contact' repairing is broken at the moment from what I've heard recently. Unfortunately I don't have stable internet even now so I'm not able to work on & test it myself, but I remember seeing some temporary fixes on page 36 of this thread, if you're interested.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
For all using Contact repair pouch method Mat has found us a temp fix imo working awsomely for the past 3 hours just replace the "Function ContactScreen: Boolean;" from line 1710-1717 and replace the Very first mouseBox at line 1735 with MouseBox(480, 230, 485, 290, 1); and it should repair them or just copy the codes that i have pasted on page 36 what ever works for you![]()
anyone know what to do about the deaths died twice now like an idiot had to many runes lost like 4m.
Edit: well atleast now we know I'm retarded... No monkfish in the top rows.. wow sleep tight fuck..
means I just completely failed, and should fucking facepalm.
I'm talking bout myself lol..
Any specific spot you guys are having your pouches? It still seems to try to empty a pouch but miss the click then try to craft runes.
you could have monkfish at the bottom of your bank and it'll work?
O_O i keep all my runecrafting needs in one tab i.e all runes craftes ,essence and the food supply making it easy for the client to work more quickly and without any confusion if i may. and anthon215 my med large and giant pouches are in order of 2,3,4 and it has never done that O_O well not that i know off .. but the script works flawlessly give or take the chances of it failing or being sucessfull at a random...
It never completes randoms for me but that has nothing to do with the script, that's the client. I have my giant in 3 my large in 4 and med in 5 the small is useless at high levels just a space/time consumer.
my bot cant bank, should i try to use a new rune? im currently using mind runes
Hey mat sorry erm i was wondering if you knew how to make it direct right click the pouches when it is at the alter ? insted of left click >empty >craft then repeat for all the other pouches .. i tryd lol but i failed O_O .. i just messed with the numbers i saw yohojo saying 1 is left click and 2 is right click.. lol is all i rememberd .. but yeah if you know how it could be done would be awsome!
BTW Congrats on the nataure script!![]()
to fix the new pouch update:
change all the mouse_right in HandlePouches to mouse_left, and del/uncomment the subsequent few lines containing WaitOption etc.
eg.
at line ~15xx
toSimba Code:begin
MouseItem(SS, mouse_right);
Wait(RandomRange(20, 75));
if (Seq = 1) then
WaitOptionMulti(['ill', 'Fill'], 400)
else
WaitOptionMulti(['mpty', 'Empty'], 400);
end;
Simba Code:begin
MouseItem(SS, mouse_left);
// Wait(RandomRange(20, 75));
// if (Seq = 1) then
// WaitOptionMulti(['ill', 'Fill'], 400)
// else
// WaitOptionMulti(['mpty', 'Empty'], 400);
end;
do the same for all other pouches.
Havnt been rcing recently so i have yet to test if this fix works but it shd![]()
Last edited by riwu; 02-22-2012 at 09:57 PM.
Last edited by Note; 02-22-2012 at 10:22 PM. Reason: edit
oh u mean the only thing that is changed is u dont have to right click to empty pouches? still the same for filling?
then i guess it shd be something like this
Simba Code:begin
//Small pouch
if not (SS = 0) then
begin
if (Seq = 1) then
begin
MouseItem(SS, mouse_right);
Wait(RandomRange(20, 75));
WaitOptionMulti(['ill', 'Fill'], 400)
end
else
MouseItem(SS, mouse_left);
end;
do the same for rest..u only have to do for 1 method but im not sure which pouch setting u using so just do all and it will be fine.
off to school now..if theres any more issue i'll try help tonight![]()
aight thanks for that, my bot also likes to mash the run button if you could help me with a solution
There are currently 1 users browsing this thread. (0 members and 1 guests)