Im looking for a script that will mine outside the resource dungeon and bank at the deposit box. Also it would be nice if it had the 6 hour fix, and stuff
Im looking for a script that will mine outside the resource dungeon and bank at the deposit box. Also it would be nice if it had the 6 hour fix, and stuff
I have one. Link in my signature.
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
I've been using yours since this afternoon, works great! I got tired of competing with other bots, so untill i get in the 90's im not gonna bank them anymore, i've moved onto a powerminer and went to a different spot where there is noone usualy. I will be back to using your script when im in the 90's tho, thanks Superuser
If you're 80 mining why not use the LRC power miner?
Upkeep.
Description
This script mines iron ores at the dwarven mines, outside of the resource dungeon. It banks at the deposit box inside the resource dungeon.
That is off the script in his signature...If it doesn't bank did you think that you may be doing something wrong or have you tried to talk to litoris for help?
I've found multiple sources that work, im not an idiot, i didnt do anything wrong. It's just his source is either broken, or he cant write a script.
You missed the second half of my question. Have you tried talking to litoris about his script? Since he is the scripter he can help you get it to work. As for saying he can't script...He obviously can since he's an SRL member. He wouldn't have gotten that rank if he couldn't make a good script.
Also...most people aren't going to want to help you with the attitude you are displaying
okay, thanks. I might talk to him
It dosent work for me, thats all im saying so gomd.
Leecher ... rather than say a script sucks (which IS offensive) why dont you help the community make scripts better and post whats happening. Glad you found a new script you could leech but that isnt really what SIMBA is all about. "It doesnt work for me ..." isnt all you said.
Yall are all suck up doueschbags, gtfo
I would if I could.
You should be grateful for the all of the work that this community has done. So far from what I have seen there is a really great community here that would be more then willing to help, as long as you a decent attitude. If he sucks so bad at scripting, go do your scripting magic and fix it yourself. You should look in the public scripts section under "Mining" and READ the descriptions for each of the mining scripts out there. In short you would have saved your integrity and wouldn't be starting a lazy man's thread in the script request area.
Pulled from litoris_IronMan mining script
begin
DoorRocks := DTMFromString('mrAAAAHic42BgYIhnYmCIwIJjgDgRiBOAas KBOAqIY4E4C4h' +
'TgLgYiKuB2MFUieHt229Y8dfPHxhEgGrwYUYCGAYAV3gbDg== ');
DoorBank := DTMFromString('mWAAAAHicY2FgYMhgYmAoQMLBQDF/BggdBsSsTEwMn5GwCFAMGTOiYRAAAGTPBlI=');
//ClickNorth(SRL_ANGLE_HIGH);
if FindDTM(DoorRocks, MMX, MMY, MMX1, MMY1, MMX2, MMY2) and (not (InvFull)) then //dungeon door at rocks & empty inv
Result := 'Mining'; //will mine ahead
if FindDTM(DoorRocks, MMX, MMY, MMX1, MMY1, MMX2, MMY2) and InvFull then //dungeon door at rocks and full inv
Result := 'NeedToBank'; //will go to bank
if FindDTM(DoorBank, MMX, MMY, MMX1, MMY1, MMX2, MMY2) and InvFull then //dungeon door at deposit box & full inv
Result := 'Banking'; //will click deposit box
if FindDTM(DoorBank, MMX, MMY, MMX1, MMY1, MMX2, MMY2) and (not (Invfull))then //dung door at dbox and empty inv
Result := 'ReturnFromBank'; //will go back to rocks
FreeDTMs([DoorBank, DoorRocks]);
Looks like it banks to me?
what?? ban this guy please
There are currently 1 users browsing this thread. (0 members and 1 guests)