PDA

View Full Version : [2007 RS] M1D1 Powerminer [Failsafes/accuracy]



Word
02-28-2013, 11:21 PM
VERY IMPORTANT: DUE TO THE CHANGE IN COLOURS (BY JAGEX) YOU NEED TO SET UP THE COLOURS/DTM YOURSELF WHEN YOU LOAD THE CLIENT, OTHERWISE THE SCRIPT WILL NOT WORK AT ALL/AS WELL.

There is only one main piece of anti-leech included:

The variables in the script are for IRON ROCKS and IRON ORE - you can change it to what you want.
Script will stop after it mines 100 ores (very easy to alter).
Minor: have to include your own DTMs and colours for the rock/ores (http://villavu.com/forum/showthread.php?t=77691 and http://villavu.com/forum/archive/index.php/t-67793.html will teach you within thirty minutes).
Detects exploding rock (credit to speedster).
V2.2 includes better clicking.


The script includes:

Own dropping method (since P07_... doesn't work for me well) using DTMs.
Several failsafes to minimise missclicks.
Updating progress report.
Just equip pickaxe, set up variables, and run!


Coming up:

Better anti-ban
Combat detection (due to randoms)
Hopefully ACA - improve the colour detection



Mined: 100 (264 per hour)
Experience earned: 3500 (9251 per hour)
Total time running: 22 Minutes and 42 Seconds
Successfully executed.

How to make your DTM work (you can also try increasing the tolerance in the DTM editor to 3-4):

http://img41.imageshack.us/img41/3279/dtmyu.png (http://imageshack.us/photo/my-images/41/dtmyu.png/)

Hope you enjoy!

pop123321pop
03-01-2013, 12:02 AM
I'm getting this, it just clicks around above my inventory

Warning! You passed a wrong ye to a finder function: 502. The client has a height of 481, thus the ye is out of bounds. Setting the value to 480 (h-1) for now.

Also, besides the 1 dtm, what other variables do I want to modify?

Word
03-01-2013, 12:04 AM
I'm getting this, it just clicks around above my inventory

Warning! You passed a wrong ye to a finder function: 502. The client has a height of 481, thus the ye is out of bounds. Setting the value to 480 (h-1) for now.

The warning is fine, it will work. Which ore are you trying to mine? I'm using mine on copper right now, and it's working fine.

pop123321pop
03-01-2013, 12:05 AM
Iron, how should i set my dtm around it? I just clicked around on it a bit.

Also should I have a high tolerence? I'm using 10 right now.

Word
03-01-2013, 12:09 AM
Iron, how should i set my dtm around it? I just clicked around on it a bit.

Also should I have a high tolerence? I'm using 10 right now.

Ah, there's your mistake, unless I misunderstood you. The DTMs are only for the ore, not for the rock, but if you mean where to click on the iron ore for dropping, I'd 4-5 clicks all in the lighter section of the image (so as high contrast as possible). Also, try a lower tolerance as well (2-3).

pop123321pop
03-01-2013, 12:11 AM
Ah, there's your mistake, unless I misunderstood you. The DTMs are only for the ore, not for the rock, but if you mean where to click on the iron ore for dropping, I'd 4-5 clicks all in the lighter section of the image (so as high contrast as possible). Also, try a lower tolerance as well (2-3).

Ok thanks, were do I set up integer for iron rock then? Just tell me which line or something.

edit: iron rock, not ore

Word
03-01-2013, 12:14 AM
Ok thanks, were do I set up integer for iron ore then? Just tell me which line or something.

If FindColorSpiralTolerance(x, y, 7380713, P07_MSX1, P07_MSY1, P07_MSX2, P07_MSY2, 3) then

Where '7380713' is the colour of the rocks you want to mine. Also, you have to change this twice (there's a line underneath this which also has '7380713' in it, so change that too).

pop123321pop
03-01-2013, 12:20 AM
Trying it right now, not bad, mouse is a little jumpy and likes to make toon run away sometimes though.

Word
03-01-2013, 12:25 AM
Trying it right now, not bad, mouse is a little jumpy and likes to make toon run away sometimes though.

Agreed with jumpy mouse, but does it actually click while jumping around? Pretty sure jagex can't detect mouse movements, just clicks, so as long as it's accurate, should be good. :)

Xeronate
03-01-2013, 12:47 AM
Thanks, worked well for me until a random came. Know if antirandoms are being developed yet? I'd be happy to help with them if they are.

Frito
03-01-2013, 12:49 AM
This thing misclicks everywhere. I know for a fact I have the correct color ID's for the rock and DTM for the ore..

EDIT: For DTM- how many points are necessary? I used about 4 different shades of the color tin with a tolerance of 3.

iautoi
03-01-2013, 12:49 AM
wont drop after full invy for me

Word
03-01-2013, 12:55 AM
This thing misclicks everywhere. I know for a fact I have the correct color ID's for the rock and DTM for the ore..

EDIT: For DTM- how many points are necessary? I used about 4 different shades of the color tin with a tolerance of 3.

Well it's working for me and others who have set up the DTMs/colour correctly. Which ore? I'll test it myself to see.


wont drop after full invy for me

Did you change the DTM?

Frito
03-01-2013, 12:56 AM
I tested tin and it right clicks the ground next to the ore sometimes. I've tried multiple different colors/DTM. I'm going to check out ACA.

Word
03-01-2013, 01:02 AM
I tested tin and it right clicks the ground next to the ore sometimes. I've tried multiple different colors/DTM. I'm going to check out ACA.

Definitely a good idea, and generally much more reliable. Having problems myself with DTMs actually, but just tried it with copper and worked fine for me. I have added the exploding rock random (credit given) and will try and update it with ACA.

Frito
03-01-2013, 01:14 AM
If you don't mind, that would be fantastic. TY!

Word
03-01-2013, 01:18 AM
If you don't mind, that would be fantastic. TY!

I'm learning myself as I go along, but I've heard good things about it, so will try and include it. However, I will probably release v2 of this soon including the exploding rock random fix, and also another method of dropping (just using colour).

Huggies
03-01-2013, 01:27 AM
Ah, there's your mistake, unless I misunderstood you. The DTMs are only for the ore, not for the rock, but if you mean where to click on the iron ore for dropping, I'd 4-5 clicks all in the lighter section of the image (so as high contrast as possible). Also, try a lower tolerance as well (2-3).

Where do I put the DTM for the ore to be dropped in the script?

Word
03-01-2013, 01:39 AM
Where do I put the DTM for the ore to be dropped in the script?

Ore := DTMFromString('X');

Replace X with the DTM.

Huggies
03-01-2013, 02:08 AM
Ore := DTMFromString('X');

Replace X with the DTM.

Well I set the DTM but now when it mines until full, it just clicks around in the inventory on the ores. I noticed some of the text in the DropOre section has the // in front of it. Is there anything I need to do with that?

Word
03-01-2013, 02:14 AM
Well I set the DTM but now when it mines until full, it just clicks around in the inventory on the ores. I noticed some of the text in the DropOre section has the // in front of it. Is there anything I need to do with that?

Just uploaded V2.0. No more random right clicking on the floor, and I've put in 3 methods of dropping ores, so you can edit the main loop and use 'dropOre;'/'dropOre2;'/'dropOre3;' - check which one is right for you.

Also, this will hopefully be fixed with an include update, then we can just use P07_DropAll.

Frito
03-01-2013, 02:34 AM
Can we use drop ore 3 yet?

Word
03-01-2013, 02:40 AM
Can we use drop ore 3 yet?

Drop ore 3 (or the P07_DropAll method) is definitely the most stable and consistent, but undoubtedly seems the most bot like due to the missclicking.

What I'm thinking of doing is copying the method into my script and just fixing it so it works for my script. :)

Huggies
03-01-2013, 02:44 AM
Just uploaded V2.0. No more random right clicking on the floor, and I've put in 3 methods of dropping ores, so you can edit the main loop and use 'dropOre;'/'dropOre2;'/'dropOre3;' - check which one is right for you.

Also, this will hopefully be fixed with an include update, then we can just use P07_DropAll.

Even with the drop0re3 set at the main loop, it still just right clicks on all the ores in the inv without dropping them. Do i need to change the settings on the PBox := IntToBox(240, 158, 285, 198); ?

Word
03-01-2013, 02:51 AM
Even with the drop0re3 set at the main loop, it still just right clicks on all the ores in the inv without dropping them. Do i need to change the settings on the PBox := IntToBox(240, 158, 285, 198); ?

Well, 'dropOre3;' is just a function (P07_DropAll) straight out of the include, without me doing anything to it, so if it doesn't work, ther'es not much I can do. What resolution are you using/maximum brightness/latest version - everything up to date and correct?

Frito
03-01-2013, 02:56 AM
Yeah, I am getting the same problem as him. :duh:

Word
03-01-2013, 03:08 AM
Yeah, I am getting the same problem as him. :duh:


program new;

{$i srl/srl.simba}
{$i P07Include.simba}

begin
SetupP07Include;
ActivateClient;
SetupSRL;
P07_DropAll;
end.


Put this into simba, compile, use crosshair on client and play. This is the function from the include - it should just drop all.

Word
03-01-2013, 03:11 AM
I could try using bitmaps, will read about it now.

Huggies
03-01-2013, 03:11 AM
Well, 'dropOre3;' is just a function (P07_DropAll) straight out of the include, without me doing anything to it, so if it doesn't work, ther'es not much I can do. What resolution are you using/maximum brightness/latest version - everything up to date and correct?

I'm using the maximum brightness and everything is updated. What should I use to play it? I've been using swiftkit

Word
03-01-2013, 03:15 AM
I'm using the maximum brightness and everything is updated. What should I use to play it? I've been using swiftkit

Ah, not sure if this will affect you in anyway, but try using chrome. It's what I use when writing scripts, so maybe you'll have similar results?

Doubt it will magically fix everything, but it might make it work at least.

Huggies
03-01-2013, 03:42 AM
Ah, not sure if this will affect you in anyway, but try using chrome. It's what I use when writing scripts, so maybe you'll have similar results?

Doubt it will magically fix everything, but it might make it work at least.

I don't know man, this has seriously just mindfucked me like crazy. I set the DTM and tried to run that drop method, didnt work. I tried to set the color selection method, didnt work, then i tried to set the P07 drop method, doesnt work... I am just confused as hell right now.

adam101
03-01-2013, 03:45 AM
My drop methods work but having troubles finding my iron rocks? suggestions?

Word
03-01-2013, 03:48 AM
My drop methods work but having troubles finding my iron rocks? suggestions?

Try it now! V2.1 just worked for me flawlessly - I made it directly for iron, so nothing needs changing.

Word
03-01-2013, 03:49 AM
I don't know man, this has seriously just mindfucked me like crazy. I set the DTM and tried to run that drop method, didnt work. I tried to set the color selection method, didnt work, then i tried to set the P07 drop method, doesnt work... I am just confused as hell right now.

Try 2.1V. If you're doing iron, you don't even need to change DTMs/colour or anything - just run.

adam101
03-01-2013, 03:51 AM
Still having trouble finding the rocks to mine. What iron rocks are you at?

Huggies
03-01-2013, 04:02 AM
Try 2.1V. If you're doing iron, you don't even need to change DTMs/colour or anything - just run.

Which kind of rocks have you been mining? Like the older style looking ones that are completely colored, or the ones that only have a little bit of the color on the rock?

Word
03-01-2013, 04:03 AM
Still having trouble finding the rocks to mine. What iron rocks are you at?


Which kind of rocks have you been mining? Like the older style looking ones that are completely colored, or the ones that only have a little bit of the color on the rock?

I'll post a gif of me running the script.

Word
03-01-2013, 04:19 AM
http://uk.bloggif.com/output/b/d/bdf9c8106b9b2d99f41a268ad4bfdd9c.gif?1362111449

It's all about colour and DTM selection. I'll post a guide tomorrrow showing how to do it for the best results.

adam101
03-01-2013, 04:29 AM
That is why I am trying older style rocks.

adam101
03-01-2013, 04:36 AM
Moved locations still nothing, just randomly is moving mouse to side of screen and right clicking.

spreak41
03-01-2013, 04:56 AM
nice job, works nice

Word
03-01-2013, 07:24 AM
nice job, works nice

Thank you - which rocks, if I may ask?

speedster
03-01-2013, 07:59 AM
Hey Word :D, thanks for using the antirandom, hope it helps, but will need one thing to get it to to work correctly and not break your pickaxe, you have to run it while it is mining - constantly within a Repeat ... Until . The exploding rocks only go on when they are being mined, not before :)

Also I have placed length at 70 for more reliability :)

if Length(tpa) > 70 then

This is a code snippet from my own script :


repeat // Loop that waits for the rock to get empty.
FindRockBomb;
if FindEmptyRock(p) then exit;
if TimeFromMark(timer) > 8000 then exit;
wait(350);
until False;

azaaza
03-01-2013, 11:23 AM
gonna check this one out will update my post for results.

right now starting at 12 mining.

Word
03-01-2013, 12:40 PM
Hey Word :D, thanks for using the antirandom, hope it helps, but will need one thing to get it to to work correctly and not break your pickaxe, you have to run it while it is mining - constantly within a Repeat ... Until . The exploding rocks only go on when they are being mined, not before :)

Also I have placed length at 70 for more reliability :)

if Length(tpa) > 70 then

This is a code snippet from my own script :


repeat // Loop that waits for the rock to get empty.
FindRockBomb;
if FindEmptyRock(p) then exit;
if TimeFromMark(timer) > 8000 then exit;
wait(350);
until False;


Ah, thank you, will update the script when I get home. Also adding my combat ones to to prevent dying, so should actually work a lot better and for slightly longer (will also add a GUI).

Once again, cheers for the help. :) Also, what do you use to find an empty rock? DTMs/TPA/ACA? If you could link me to a guide, would be wonderful (still learning after all, and my method isn't flawless yet).

earthline
03-01-2013, 05:56 PM
I managed it that the bot works first.. but after 20 rocks ~ he stops and klick random

Word
03-01-2013, 06:30 PM
I managed it that the bot works first.. but after 20 rocks ~ he stops and klick random

Did you change the anti-leech?

earthline
03-01-2013, 07:45 PM
Did you change the anti-leech?

think so... i changed the colour of the rock and changed the max limit of rocks

Word
03-01-2013, 07:52 PM
think so... i changed the colour of the rock and changed the max limit of rocks

Max limit? Did you alter the mainloop, where the counter will cause the script to stop?

earthline
03-01-2013, 07:56 PM
Yes if you mean this line
until xz = 100;

ehm should i change the variables iron ore etc.?

Word
03-01-2013, 08:06 PM
Yes if you mean this line

ehm should i change the variables iron ore etc.?

Depends where you're doing it. Every spot will have slightly different colours/rocks and every time you load the game the colours are slightly different, so I'd say to get your own colours every time, and also the DTM.

Any log for the stopping? Does it say anything?

earthline
03-01-2013, 09:08 PM
Man im so tired this colour bots sucks so hard sry but i've only a html/javascript knowledge.. so i found this scripts was very happy and learned this awesome stuff 9 hours on piece for getting mining 70-80 for some gold to buy pking mats but the bot just klick on the Dwarf pants and not on the iron rock i got the right colour he mine 1-2 rocks then hes searching for someone else and thats not all he also klicks the rocks in inventory its just exhausting I will wait for the wbot/ powerbot etc. thats unnecessary -.-

Word
03-01-2013, 09:34 PM
Man im so tired this colour bots sucks so hard sry but i've only a html/javascript knowledge.. so i found this scripts was very happy and learned this awesome stuff 9 hours on piece for getting mining 70-80 for some gold to buy pking mats but the bot just klick on the Dwarf pants and not on the iron rock i got the right colour he mine 1-2 rocks then hes searching for someone else and thats not all he also klicks the rocks in inventory its just exhausting I will wait for the wbot/ powerbot etc. thats unnecessary -.-

Same, I used to script for RB and that was a lot easier, but I'm learning pascal (this is basically my first own script). Also, remember that this is currently an unofficial include for rs 2007 and thus everything will only improve over time.

And finally, as I said, the script is not that good considering I wrote it, so don't give up on colour bots yet!

Xeronate
03-01-2013, 11:08 PM
Why not add an antiban? Feel free to use mine?


procedure Antiban;
begin
case random(200) of
1: P07_HoverSkill('fishing', RandomRange(1000, 2000));
2: P07_HoverSkill('random', RandomRange(500, 2000));
3: P07_MakeCompassDegree(RandomRange(97,107));
4: P07_MakeCompassDegree(RandomRange(229, 286));
5: MMouse(random(400), random(300), 0, 0);
end;
end;

practical
03-02-2013, 12:04 AM
how do i set this up for iron ore?

The Mentor
03-02-2013, 03:56 AM
Hey man, I'd really appreciate it if you could help me out here..
I'm really new to this, finally got everything setup and working and now I'm stuck on this DTM and colour thing.

PBox := IntToBox(240, 158, 285, 198);
if not P07_InvFull then
If AveragePixelShift(PBox, 250, 350) < 30 then
If FindColorSpiralTolerance(x, y, 1384250, P07_MSX1, P07_MSY1, P07_MSX2, P07_MSY2, 3) then
if (FindColorTolerance(x, y, 1384250, 0, 0, 760, 500, 5)) then
If P07_FindObjCustom(x, y, ['1384250'], [1384250, 1384250, 1384250], 10) then


I fiddled around at the top, wasn't really sure what I was doing.. Just used the color codes from the color picker (I think I'm right using those?) and put them in random places it looked like they could go, tested it, repeated and so forth.. Still nothing.

This DTM also doesn't seem to be working

Ore := DTMFromString('m1gAAAHic42JgYChiZmAoAOJiKC4D4lIorg DiSmaIGltGBgYrIDYHYmMgNgFiB0aIuAsQO0L53rqKDHaqMgzu 2vIMFopSYD4DAyOYD8MQMeIAI5EYAQAdngwh');


I assume that IS for the Iron ore in your inventory not the actual rock? Since it's called "Ore". I'd really appreciate some help with this man, been at it for hours with no avail. Thanks for any and all advice/tips you can give.

spreak41
03-02-2013, 04:58 AM
Worked really great but when my inv is full, it keeps clicking on rock and doesn't try to drop anything.

Word
03-02-2013, 08:08 AM
Hey man, I'd really appreciate it if you could help me out here..
I'm really new to this, finally got everything setup and working and now I'm stuck on this DTM and colour thing.

PBox := IntToBox(240, 158, 285, 198);
if not P07_InvFull then
If AveragePixelShift(PBox, 250, 350) < 30 then
If FindColorSpiralTolerance(x, y, 1384250, P07_MSX1, P07_MSY1, P07_MSX2, P07_MSY2, 3) then
if (FindColorTolerance(x, y, 1384250, 0, 0, 760, 500, 5)) then
If P07_FindObjCustom(x, y, ['ine Rock'], [1384250, 1384250, 1384250], 10) then


I fiddled around at the top, wasn't really sure what I was doing.. Just used the color codes from the color picker (I think I'm right using those?) and put them in random places it looked like they could go, tested it, repeated and so forth.. Still nothing.

This DTM also doesn't seem to be working

Ore := DTMFromString('m1gAAAHic42JgYChiZmAoAOJiKC4D4lIorg DiSmaIGltGBgYrIDYHYmMgNgFiB0aIuAsQO0L53rqKDHaqMgzu 2vIMFopSYD4DAyOYD8MQMeIAI5EYAQAdngwh');


I assume that IS for the Iron ore in your inventory not the actual rock? Since it's called "Ore". I'd really appreciate some help with this man, been at it for hours with no avail. Thanks for any and all advice/tips you can give.

You had an integer in one part where it should be 'ine Rock'. I also bolded all the parts where you put the colour of the rock. Also, you need to get your own DTM - this is VERY important as the colours change a lot it seems. Follow the guide I posted in this reply below.


Worked really great but when my inv is full, it keeps clicking on rock and doesn't try to drop anything.

This is definitely because of the different DTM (the colour is different every time you load the game/changes slightly). Follow this guide: http://villavu.com/forum/showthread.php?t=77691 to get your own DTM.

Word
03-02-2013, 08:37 AM
Updated to 2.2 - the shift detection wasn't working, and now is. No longer will it click away when mining a rock. Also showed a picture of how to set up the DTM for the ore.

uggabugga
03-02-2013, 12:38 PM
Hello, i'm first time using simba and, im just downloaded ur amazing script and he says that error. What i need to do ?
http://postimage.org/image/puae7sdgd/
''Exception in script : Unable to find file 'srl/srl.simba' used from C:\Simba\Scripts\WordMinerV2.2.simba'
new error : http://postimage.org/image/pvykpt0d9/

speedster
03-02-2013, 02:01 PM
Just took a quick look on your code again to see if you fixed it :D



if Random(2) = 1 then
begin
ClickMouse2(mouse_Right);
wait(randomRange(200, 300));
P07_ChooseOptionMulti(['ine']);
end
else
begin
ClickMouse2(mouse_Left);
end;
repeat
P07_FindRockBomb;
wait(randomRange(100, 150));
until AveragePixelShift(PBox, 165, 350) < 30;
noTimes := noTimes + 1;
end;

I used to detect Empty Iron Rocks before, but now in my granite miner, because the background is too similar with the empty rocks it is a bit difficult. So I check for granite in inventory to stop the wait and have a timeout of 6.5 seconds just to fight other players mining.

The AntiRandom Function might still need a little bit of tweeking to work properly, it has failed for me in the desert 2 times :)... Will let you know once i get it fixed properly.

Anyway check out my code here : GraniteMiner (http://villavu.com/forum/showthread.php?t=97513) Any feedback would be awesome :)

Word
03-02-2013, 07:23 PM
Just took a quick look on your code again to see if you fixed it :D



if Random(2) = 1 then
begin
ClickMouse2(mouse_Right);
wait(randomRange(200, 300));
P07_ChooseOptionMulti(['ine']);
end
else
begin
ClickMouse2(mouse_Left);
end;
repeat
P07_FindRockBomb;
wait(randomRange(100, 150));
until AveragePixelShift(PBox, 165, 350) < 30;
noTimes := noTimes + 1;
end;

I used to detect Empty Iron Rocks before, but now in my granite miner, because the background is too similar with the empty rocks it is a bit difficult. So I check for granite in inventory to stop the wait and have a timeout of 6.5 seconds just to fight other players mining.

The AntiRandom Function might still need a little bit of tweeking to work properly, it has failed for me in the desert 2 times :)... Will let you know once i get it fixed properly.

Anyway check out my code here : GraniteMiner (http://villavu.com/forum/showthread.php?t=97513) Any feedback would be awesome :)

Same, whatever I seem to do, still seems to mess up sometimes, especially since GetUptext() (or whatever) is not working for me - is it for you?

Will check your script right now - thanks for all the help!

speedster
03-02-2013, 11:29 PM
Nop , mine doesn't mess up :) Make sure you the P07_Getuptext scans a wider area : x from whatever to whatever + 80 :). it helps.

Word
03-02-2013, 11:40 PM
Same, whatever I seem to do, still seems to mess up sometimes, especially since GetUptext() (or whatever) is not working for me - is it for you?

Will check your script right now - thanks for all the help!

Checked your script - it looks good. Did you use ACA (looks like the generated function) to find granite rocks? Ah, thanks for that, will try it.

speedster
03-02-2013, 11:53 PM
Nop, That's how finding objects should look like :D - but I do use ACA to get my colors and saturations :)

I had Rick Turpentine Stuck for about 30 minutes, just in time to create a function :).

next time he shows up it would be nice if the script will go through it, fixing one more random. I also fixed exploding rocks in the desert, I have no clue if it will work in every area, but the colors and saturations are about the same.

curtjak
03-03-2013, 02:30 AM
Nice work :)
But I'm getting truble with P07
this is the massage " Unable to find file 'P07Include.simba' used from 'C:\Users\Admin\Desktop\WordMinerV2.1.simba'

Cwreck
03-03-2013, 03:48 AM
I cant seem to find where to edit in the new rock color. I did the DTM for the ore.

Word
03-03-2013, 08:35 AM
Nice work :)
But I'm getting truble with P07
this is the massage " Unable to find file 'P07Include.simba' used from 'C:\Users\Admin\Desktop\WordMinerV2.1.simba'

Have you set up the RS2007 unofficial include?


I cant seem to find where to edit in the new rock color. I did the DTM for the ore.

It's the number that appears 4 times in the mining function.

Word
03-03-2013, 05:06 PM
New update soon, which will hopefully improve detection, and will also include anti-combat (so it runs away when getting attacked, waits, and then comes back).

Warrior1335
03-05-2013, 04:24 AM
Here you say ''VERY IMPORTANT: DUE TO THE CHANGE IN COLOURS (BY JAGEX) YOU NEED TO SET UP THE COLOURS/DTM YOURSELF WHEN YOU LOAD THE CLIENT, OTHERWISE THE SCRIPT WILL NOT WORK AT ALL/AS WELL''

But how do I found out what the colour/DTM is ?

sincerely yours,

Warrior1335

Word
03-06-2013, 09:34 AM
Here you say ''VERY IMPORTANT: DUE TO THE CHANGE IN COLOURS (BY JAGEX) YOU NEED TO SET UP THE COLOURS/DTM YOURSELF WHEN YOU LOAD THE CLIENT, OTHERWISE THE SCRIPT WILL NOT WORK AT ALL/AS WELL''

But how do I found out what the colour/DTM is ?

sincerely yours,

Warrior1335

There are many guides on the forum. Both of those functions are simple and done using the client.

lukas76
03-06-2013, 12:39 PM
Great script man, I love it!!!

This is really helping me learn simba as well.! :D

pikachu234
03-06-2013, 08:48 PM
Where can i find the color for tin and copper?

speedster
03-06-2013, 09:23 PM
You will have to pick them yourself if you are talking about the rocks, if items you will have to get them using the DTM Editor.

Word
03-06-2013, 10:39 PM
Great script man, I love it!!!

This is really helping me learn simba as well.! :D

Thank you!


Where can i find the color for tin and copper?


You will have to pick them yourself if you are talking about the rocks, if items you will have to get them using the DTM Editor.

Minipo
03-06-2013, 10:57 PM
I can't seems to make it work... I put the color etc like in tutorial and all its does is nothing...

Gh0stt
03-08-2013, 06:02 AM
This looks very good. I need to learn how to do DTM's again. Thanks for the links <3!

nickrichwilk
03-09-2013, 12:21 AM
Mine keeps just mining one ore and waiting until the ore is back and mines it again. Im at ardy so there is 3 rocks and i got different colors for the 3 different rocks. any ideas on what im doing wrong or what im not doing? im new to this so i could use all the help i can get. thank you

burden
03-13-2013, 10:35 PM
Works great if configured correctly, thanks :)

mistuhmack
03-23-2013, 09:33 PM
What the fuck is the point of posting all these bullshit scripts that either have this anti-leech shit, require you to actually alter it yourself, or flat out don't work? I really am quite confused about the purpose of this entire site, considering EVERY script I've tried using is simply fucked.

Word
03-25-2013, 05:12 PM
What the fuck is the point of posting all these bullshit scripts that either have this anti-leech shit, require you to actually alter it yourself, or flat out don't work? I really am quite confused about the purpose of this entire site, considering EVERY script I've tried using is simply fucked.

It's a concept called learning.

I will be removing the anti-leech soon; as people may have noticed, I obviously haven't been active here at all, but I'll do that at least.

aproxcv
03-26-2013, 04:02 PM
need coal miner and banker at mining guild, so bad, do that script! :)

Hobbit
03-26-2013, 06:01 PM
What the fuck is the point of posting all these bullshit scripts that either have this anti-leech shit, require you to actually alter it yourself, or flat out don't work? I really am quite confused about the purpose of this entire site, considering EVERY script I've tried using is simply fucked.

No. Enjoy your suspension. Read the rules when you come back.

superhuman
03-30-2013, 09:30 AM
nvm

Performa
03-30-2013, 12:05 PM
this might sound stupid.. i'm trying to get some iron ores mined.. i got the ors client opend. and i picked the colours, i've even got a couple..1317933 , 1844542 , 2108232 , 1845058. but i dont know where in the script to paste them.. and the dtm stuff is confusing me =/ i've read it 3times still feeling stupid :( can annybody help me?=[

I've now learnd a little bit about the dtm thingy .. but it still doesnt work :(

JanVanHalst
04-15-2013, 02:31 PM
Exception in Script: Unable to find file 'srl/srl.simba' used from 'C:\Users\kilian\Downloads\WordMinerV2.2.simba'
this is every time i do this script

syncy
04-19-2013, 05:32 PM
leveling seems to freek it out! any help?

syncy
04-19-2013, 05:39 PM
Edit: Gave bad advice lol.

Ashaman88
12-04-2013, 02:40 PM
P07 include is outdated. Please use official OSR one. PM when/if this is updated.