What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Is there any gem crafting profile?

Marclor

New Member
Joined
Dec 6, 2012
Messages
1
Reaction score
0
After having collected a couple thousand tomes and gems, i was wondering if there was a profile to combine them to radiant stars (tried looking for one but didn't succeed..) thanks for the help!
 
Profiles do not have this capability. Plugins might one day, but currently not supported by db. You can check the Developers forum though, in2fun has an autoit version that people have been using
 
hey,

just wanted to know if there's still nothing (plugin eg.) regarding this?
 
crafting gems ist not worth it
Actually not factoring in the time it takes to make the gems, you can make a profit crafting Radiant emeralds, a few days ago it was about 2 mil per radiant emerald. When factoring in the retarded 3s cast time on every gem, then its not really worth doing even with a keylogger, just takes so incredible long.
 
If you don't want to just sit there clicking your mouse for gems, you can use this script by simply positioning your mouse over the craft button with ACtool (I use to use this all the time in Asheron's Call I:


// the script

SetActiveWindow Diablo III

Loop 200

LeftMouseDown
delay 200
LeftMouseUp
delay 3500

End

// What it does

The loop number is how many times you want it to run
The delay that I have at 3500 can be lowered to be a little more precise, but I was comfortable with it.
ACTool does allow you to set a mouse position (which I didn't add because I just don't feel like doing it atm.)
But, if you have your game in the same place, take a screenshot and find the mouse position using mspaint or whatever you use.

Then simply insert this after the loop statement:

MousePos X, Y

where X and Y is the mouse position of your craft button.

If any Dev has the time to improve it or turn it into a plugin, it's a real easy way to not have to sit and mouse click.

ACTool can be found here:

AC Tool Home Page
 
Do this a few times and you cant login tomorrow ;) Always use random delays.
 
Asheron's Call. Wow that brings back some amazing memories. MMOs before they became carebear like WoW. You die and lose gear. Epic times on Darktide... gotta keep a set of death items on you at all times LOL.
 
Do this a few times and you cant login tomorrow ;) Always use random delays.

You bring up a very good point. However, I've been using this almost since release at 3.5 (3500) seconds. Maybe I've been lucky.

But to your point, all that needs to be done is to declare a constant Click_button, and during each loop have it equal a random # betwee 3100 and 3500 - problem sovled.
 
Back
Top