Author Topic: I suck, I know it and admit it - But can someone please....  (Read 3769 times)

0 Members and 1 Guest are viewing this topic.

Offline Rose TylerTopic starter

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • Rose Tyler has no influence.
  • Gender: Female
  • Respect: 0
  • Referrals: 0
    • View Profile
I suck, I know it and admit it - But can someone please....
« on: December 28, 2012, 02:32:58 PM »
0
Ok so after a LOT of rl hectic stuff and getting past the holidays I am gearing up to farm my resources... I've read through the threads and looks like before I reiterate some already posed questions I am going to find and try 12s script for ter mur mining. Need some crystalline blackrock. But one question I do have is this... Has anyone found a way or is there a script that will dump the small pieces of blackrock? Like even into the trash can next to my secure, I've been using Speweys. And as far as I have seen, no one has done it yet...
Also, I love me some fishing. But the bait man, there has to be a way to save myself from dbl clicking a million times to add the bait and fish the spot dry. Any suggestions? I have tried making a macro in uoassit but even that I mess up. *sigh* I left my brain 2 million years in the future, they needed it more than I did.

Offline 12TimesOver

  • Another Day, Another Vendetta
  • Global Moderator
  • *
  • *
  • Posts: 3694
  • Activity:
    0%
  • Reputation Power: 41
  • 12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.
  • Gender: Male
  • Respect: +321
  • Referrals: 2
    • View Profile
Re: I suck, I know it and admit it - But can someone please....
« Reply #1 on: December 28, 2012, 03:40:35 PM »
0
When using my miner just select the trash can as your Blackrock secure during setup. As long as it's reachable from the same spot as the secure is reachable from then it will be fine.

X
When they come for me I'll be sitting at my desk
     with a gun in my hand wearing a bulletproof vest
My, my, my how the time does fly
     when you know you're gonna die by the end of the night

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: I suck, I know it and admit it - But can someone please....
« Reply #2 on: December 28, 2012, 04:05:38 PM »
0
Rose Tyler
If you are using ,Script Name: Runebook Mining ; Author: Spewy; Version: 3.5  then here what I did to trashBr

at line 3845 ( near thear)   insert the gosub line
Code: [Select]
if %_oacLastMessage <> N/A
      GoSub UpdateStatusWindow %_oacLastMessage
   Wait 5
   GoSub ClearBlackrock   ; add this to trash BlackRock   ----------------------------------------------------------black rock
   ContPos %_oacContPosX %_oacContPosY
   Wait 5
   Set %return Success
Return

Sub PathFind

add this at the end to complete the loop.
Code: [Select]
Sub Clearblackrock
finditem UVF_EWF_FWF_GWF ; C_ , #backpackid
wait 5
if #findcnt > 0
{
for %i 1 #findcnt
{
if #findkind = -1
{
goto end
}
finditem UVF_EWF_FWF_GWF ;  C_ , #backpackid
wait 5
Exevent Drag #findid
wait 5
 Exevent Dropc BMYVNQD    ; ID trash Can
wait 15
}
}
return

end:
return


Enjoy

Offline Rose TylerTopic starter

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • Rose Tyler has no influence.
  • Gender: Female
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: I suck, I know it and admit it - But can someone please....
« Reply #3 on: December 28, 2012, 04:40:05 PM »
0
omgosh i think i love you! mining is my absolute most favortie thing to script while sleeping... and dont get me wrong, i have done EVERYTHING ingame the hardway.... THANKS! *RUSHES TO GO TRY IT*

any help on de fishing issue??

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: I suck, I know it and admit it - But can someone please....
« Reply #4 on: December 28, 2012, 05:36:36 PM »
0
Rose 
I don't know what you are using for fishing.  I'm sure you can try to add something like this just before fish.    Look for the bait, and target you fishing pole.   This code haven't been testing it  just to give you an idea.  I never use the bait for fishing yet, don't see the point.

Code: [Select]
set %bait xxxxx
finditem %bait C_ , #BACKPACKID
wait 10
if #findkind = -1
{
   display NO more bait
   halt
}

set #ltargetid #findid
set #ltargetkind 1
set %bait #findid
target
event macro 22
wait 5
click fishing pole