• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Resource icon

Release Research to 300 0.2

No permission to download
Joined
Apr 30, 2019
RedCents
9,912¢
ToV tradeskill earring needs research at 300 or better. Now there is an easy recipe if you can lay your hands on stacks of Ethermere essense, problem is it is kind of a pain to make as the Stones of marking does not stack. Recipe is expensive 75pp if you succeed in a combine, 105pp if you fail totally.

Recipe: Guidestone = Stone of Marking (bought in tainted west karana at the druid ring) + ethermere essense (trivial 402)

Setup:
Have a hybrid/spell research kit open (depends on your class)
Make at least one guidestone
Go to Tainted West Karana Merchant Well Wailet at the druid circle
Open up your research kit
Search and select guidestone
Make sure Combine All is NOT checked
Open merchant window from Well Wailet
Select the item Stone of Marking

Run this utility
/mac docombine

It will start combing away if no Stone of Marking is found it will buy one and keep combining.
There is almost no error checking so check every once so often if it is still running.

guidestone.png
 
Last edited:
...or you could do the merchant alliance quest and do the combat spellbook which requires writing ink (which is generally cheaper in the /baz on my server)
 
...or you could do the merchant alliance quest and do the combat spellbook which requires writing ink (which is generally cheaper in the /baz on my server)

In order to request this task, you must have an unmodified skill of 300 in each of the seven major tradeskills (Baking, Smithing, Brewing, Jewelcraft, Tailoring, Fletching, Pottery).

Only to max out the trophy, tried it on another char and could not get the quest.
 
if you have the plat...

  • 54 Vial of Pure Water (Sub Combine for Further Solutions)
  • 174 Fine Parchment Solution or Fine Parchment Solution
  • 216 Fine Vellum Parchment Solution
  • 243 Fine Runic Parchment Solution
after that a few days forageing cotf and your guidestone mac ftw.
 
Etherene Essences can't be found anymore at bazaar. But had sufficient Sunshard ore on my Tradeskill-mule.
The "Glowing Energeiac Rod" has a skill of 316, and is as well usefull for the last combines to 300. The only problem is, the final result does not stack.
So I took your nice piece of code, and did some small modifications to sell the "Glowing Energeiac Rod" right to a merchant of my choice, as soon as it's created.

EQTC recipe: Glowing Energeiac Rod

[CODE lang="clike" title="Source"]
#event CombineError "##You cannot combine these items in this container type!##"
#event CombineError "##There are no open slots for the held item in your inventory.##"
#event CombineError "##You are missing##"
#event CombineSkill "##You can no longer advance##"

|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Sub DoCombine
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Setup:
| Have a hybrid/spell research kit open (depends on your class)
| Make at least one "Glowing Energeiac Rod"
| Open up your research kit
| Search and select "Glowing Energeiac Rod"
| Make sure Combine All is NOT checked
| Open merchant window from any Merchant
| Run this utility use: /mac "NameOfFile"
| Modified to Create "Glowing Energeiac Rod" and sell it to merchant
| Spell Research Components: Freetide Wood Wand, Peridot, Silver Conduit Small Core
| In: Spell Research Kit, Tome Binding Kit, Prayer Writing Kit, Hybrid Research Kit, Song Writing Kit, Spell Research Table, Spell Research Table (placeable)
sub Main
/declare doCombine bool outer TRUE
/declare doSkill bool outer TRUE
/declare debug int outer 0
/declare SoM int inner


/while (${doCombine}) {

/doevents
/if (!${doSkill}) {
/if (!${Defined[Param0]}) {
/echo Skill stop .... ${Me.Name}
/beep
/endm
}
}
/delay 2s
/if (${Me.FreeInventory}==0) {
/beep
/endm
}

/if (${Cursor.ID}) {
/delay 3s ${Cursor.ID}
/autoinv
/continue
}
/if (${FindItemCount[Glowing Energeiac Rod]} > 0) {
/nomodkey /itemnotify #${FindItem["=Glowing Energeiac Rod"].ID} leftmouseup
/sellitem 1
}
/nomodkey /notify TradeskillWnd CombineButton leftmouseup
}
/return

Sub Event_CombineSkill
/varset doSkill FALSE
/return

|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Sub Event Combine error
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub Event_CombineError
/echo Combine stop .... ${Me.Name}
/beep
/endm
/return[/CODE]
 
Awesome macro! probably saved me from needing surgery on my hands from excessive clicking lol.
Thank you for contributing.
 
@jande this is beautiful! I can’t tell you how happy I am as I was just looking for a buy mac, so I could do this 1 at a time.

so happy this exists!
 
Anyone have a good spot to farm Ethernere Essence? I am in ETWK now foraging it. Also farming it from the burnt bushes / trees. Pretty slow going.
 
$500pp on my server - which might be worth it ;)

Sic - I'll check into your method and see if that route works better.

Thanks guys
 
Last edited:
Well, if you clicked the link I referenced in my post it is the Glowing Energeiac Rod on the bottom of the page
it has one stackable 1000 sub combine that is tinkered or jewelry crafted (most people have JC done before research so shouldn't be an issue) https://www.eqtraders.com/items/show_item.php?item=27484
All vendor purchased is what I think you were referring to here and that appears to apply to every ingredient except the ore to make the conduit unless I'm mistakin.

I did the guidestone with overseer essence for the win from 243 to 300. Tedious, but wizzie was able to port back and forth when inventory got full =)
 
All vendor purchased is what I think you were referring to here and that appears to apply to every ingredient except the ore to make the conduit unless I'm mistakin.

I did the guidestone with overseer essence for the win from 243 to 300. Tedious, but wizzie was able to port back and forth when inventory got full =)
Wow, I must have been super tired when I looked up recipes and missed the sunshard ore. I was getting the crew to 243 first then going to do those next since they aren't stackable. I'll edit my post in shame...
 
Wow, I must have been super tired when I looked up recipes and missed the sunshard ore. I was getting the crew to 243 first then going to do those next since they aren't stackable. I'll edit my post in shame...
Hah, no need to do that. I took a particular interest in it because I hated doing the stones and thought you found a better mousetrap.
 
Hah, no need to do that. I took a particular interest in it because I hated doing the stones and thought you found a better mousetrap.
edited to not confused people who look this up in the future. I tend to play late nights and while multitasking, I'm easily confused.
 
Release Research to 300

Users who are viewing this thread

Back
Top
Cart