Author Topic: 12xovers miner script  (Read 6327 times)

0 Members and 1 Guest are viewing this topic.

Offline RemakerTopic starter

  • Jr. Member
  • **
  • Posts: 39
  • Activity:
    0%
  • Reputation Power: 0
  • Remaker has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
12xovers miner script
« on: September 28, 2009, 01:50:34 PM »
0
So with the new beta of EOU it seems to be running scripts fine.  I was using my LJ script and it has no issues because it doesnt involve any of the new gumps.  But with 12xovers mining script I cant figure out the new clickmods to do tinker tools and shovels.

I modded the jeweltypes line to include the new minables jewels
Code: [Select]
set %JewelTypes AXS_TWS_UWS_VWS_ZWS_GXS_BVJ_GVF_EVF_UVF_VUF_FVF_RVF_HVF_OVF
This is the part where you craft tools, any help fixing the clickmods would be ideal. :)
Code: [Select]
sub tinker
  set %making %1
  _tinker_retry:
  finditem %TinkerToolTypes C_ , #backpackid
  set #lobjectid #findid
  event macro 17
  gosub contwait craft 5
  if %contwait = false
     goto _tinker_retry
  if %tinkerlast = %making
     {
     ;_tinker_makelast:
     gosub clickmod 282 413
     click %x %y f
     wait %wait_craftgump
     gosub contwait craft 5
     gosub clickmod 29 413
     click %x %y f
     return
     }
  if %making = tinker
     {
     set %tinkerlast tinker
     gosub clickmod 28 112
     click %x %y f
     wait %wait_craftgump
     gosub contwait craft 5
     gosub clickmod 232 131
     click %x %y f
     wait %wait_craftgump
     gosub contwait craft 5
     gosub clickmod 29 413
     click %x %y f
     }
  if %making = shovel
     {
     set %tinkerlast shovel
     gosub clickmod 28 112
     click %x %y f
     wait %wait_craftgump
     gosub contwait craft 5
     gosub clickmod 383 271
     click %x %y f
     wait %wait_craftgump
     gosub contwait craft 5
     gosub clickmod 234 71
     click %x %y f
     wait %wait_craftgump
     gosub contwait craft 5
     gosub clickmod 29 413
     click %x %y f
     }
return

;;;;;;;;   this is the clickmod sub below
sub clickmod
   set %x #contposx + %1
   set %y #contposy + %2
return

i fixed the cont size earlier in the script, but i cant fix this part it seems.
« Last Edit: September 28, 2009, 02:34:32 PM by Remaker »

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: 12xovers miner script
« Reply #1 on: September 28, 2009, 03:39:37 PM »
0
I'll be updating the mining script now that EUO is back up.

On the jewels, there are new item types now? I didn't know this. Do they require SA to mine them up?

XII
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 Dude1598

  • Jr. Member
  • **
  • Posts: 56
  • Activity:
    0%
  • Reputation Power: 0
  • Dude1598 has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
Re: 12xovers miner script
« Reply #2 on: September 28, 2009, 03:57:26 PM »
0
Its the same Jewels you can buy from the npc and its 9 new ones .

You do need SA

Offline rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: 12xovers miner script
« Reply #3 on: September 28, 2009, 07:52:26 PM »
0
Its the same Jewels you can buy from the npc and its 9 new ones .

You do need SA

Hi 12X,
I am not sure .. if this is correct .
So far I have got only the old known Jewels while mining with your script....
I use a SA enabled account.

Fixed the Crafting Gump SUB's , if you need the lines let me know or just
get if from MyScripts.

cu
« Last Edit: September 28, 2009, 07:54:22 PM by rana70 »

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: 12xovers miner script
« Reply #4 on: September 29, 2009, 03:38:30 AM »
0
Thanks Rana, I can always count on you fixing your version :P

Would you mind posting up the item types of the gems or would you say that Remaker nailed the list? I've actually already reworked the tinkering sub in 3.0, I think I'm just going to port that over and update with the gump changes.

I think I'm going to have to upgrade one of my accounts.

XII
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 Dude1598

  • Jr. Member
  • **
  • Posts: 56
  • Activity:
    0%
  • Reputation Power: 0
  • Dude1598 has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
Re: 12xovers miner script
« Reply #5 on: September 29, 2009, 04:16:11 AM »
0
Its the same Jewels you can buy from the npc and its 9 new ones .

You do need SA

Hi 12X,
I am not sure .. if this is correct .
So far I have got only the old known Jewels while mining with your script....
I use a SA enabled account.

Fixed the Crafting Gump SUB's , if you need the lines let me know or just
get if from MyScripts.

cu


To get the new jewels you need to buy a book from the blacksmith in the Royal City and then you will be able to mine the new jewels after double clicking on the book

Offline rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: 12xovers miner script
« Reply #6 on: September 29, 2009, 12:35:23 PM »
0
Hi again,

I am still lost with this "new" Gems.

I bought the book from the Blacksmith and was able to read it
with my Human Char (105 Mining Skill).(Account is SA enabled)

I tried Mining in Fellu, in Malas even next to the new Gargyle City (Ter Mur)
but all I get is Ore and the old Mining Spezial Gems with the old ItemTypes.

Is this stuff anyhow race or skill related ?

cu

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: 12xovers miner script
« Reply #7 on: September 29, 2009, 01:38:27 PM »
0
Change your tool to mine Ore and Gems:

Your tool can be set to:

Set to Ore
Set to Ore and Stone
Set to Ore and Gems

« Last Edit: September 29, 2009, 01:41:53 PM by Oracle »
ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: 12xovers miner script
« Reply #8 on: September 29, 2009, 08:19:04 PM »
0
Outch .... thank you
this looks like a typical RTFM problem ...  ;)

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: 12xovers miner script
« Reply #9 on: September 29, 2009, 08:25:52 PM »
0
Shoot.  That means my favorite EUO mining bot that's been working flawlessly for years is gonna need an update, and Roadkill departed long ago, I think.  Hope I can pull off the clickmod changes...

 :)

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: 12xovers miner script
« Reply #10 on: September 30, 2009, 02:45:22 AM »
0
Not to worry! Will be an update this week for sure! I would have done it sooner but certain things are made easier by having the EUO client available first ;)

I may even have something completed as early as tonight.

Thanks for the support NOBama!

XII
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 rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: 12xovers miner script
« Reply #11 on: September 30, 2009, 03:30:02 AM »
0
Hi,

btw

Code: [Select]
Set %JewelTypes AXS_TWS_UWS_VWS_ZWS_GXS_BVJ_GVF_EVF_UVF_VUF_FVF_RVF_HVF_OVF

_BVF is missing -> Citrine

cu

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: 12xovers miner script
« Reply #12 on: September 30, 2009, 06:23:41 AM »
0
Coolness, thanks. I'll be home after 10:00pm EST tonight but will get working on the update as soon as I get some stuff to TT for his xfer. Had Internet problems at home last night so, instead, spent the entire night figuring out a Black Crows tune hehe.

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 RemakerTopic starter

  • Jr. Member
  • **
  • Posts: 39
  • Activity:
    0%
  • Reputation Power: 0
  • Remaker has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: 12xovers miner script
« Reply #13 on: September 30, 2009, 01:20:48 PM »
0
ya i realized i was missing citrine when i came home today to a pack filled with over 1k citrines... lol

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: 12xovers miner script
« Reply #14 on: September 30, 2009, 01:31:50 PM »
0
This is looking to be a great Script.   I had been using Spewy's in connection with Cyberpope's Mining Radar for years.  Finally Miners are now getting a little more respect in that people now more than ever need the ingots, granite, gems, and special gems.  Of course Miners seem to be the most picked on, not only by wandering Monsters but by PK's checking out all the caves and mountain areas for us helpless Miners.  All we are trying to do is make a decent living...!

ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Tags: