Home Forums Support TU Blog Subscriptions MMO Market Advertising
Powered
 

Aion Bots
 Forum index » EverQuest 2 » EverQuest 2 Nerfed Info
» EQ2 Macro: VB .NET Crafting Macro
The time now is Sat Nov 21, 2009 1:59 pm
All times are UTC + 0
Page 1 of 2 [19 Posts]   Goto page: 1, 2 Next
Author EQ2 Macro: VB .NET Crafting Macro
Tault_mfumia
Script Kiddy

Regular Member
Joined: 07 Apr 2005
Posts: 8
1 TUBucks

PostPosted: Thu Apr 07, 2005 11:06 am    Post subject:  EQ2 Macro: VB .NET Crafting Macro  

I recently wrote a crafting program(VB .NET) for myself and a few friends. I am sure this site doesn't have it already because I just created it. The program allows you to
1) do up to 5 recipes any number of times (well, actually you can only do each recipe from 1 to 999999 times)

2)send up to 3 crafting buffs

3)take an optional pause in crafting if low power detected (from 15-90 secs.)

4)Optionally exit EQ2 when done with crafting

5)Respond to 'tells' with up to 70 characters of text you set.

Any chance something like this would get me premium access, or do you have enough crafting programs already?
Back to top
View user's profile Send private message 
Tault_nazeroth
Moderator
Moderator

Premium Member
Joined: 18 Nov 2004
Posts: 1444
682 TUBucks

PostPosted: Fri Apr 08, 2005 2:23 am    Post subject:  

Well, in short, yes we have crafting macro's that do that and more. But any able programmers are more than welcome too. So yes, submitting your macro will get you prem access.
Back to top
View user's profile Send private message 
Tault_mfumia
Script Kiddy

Regular Member
Joined: 07 Apr 2005
Posts: 8
1 TUBucks

PostPosted: Fri Apr 08, 2005 4:10 am    Post subject: Crafting Program  

Thanks for the reply. I made a couple of changes to my crafting program code last night that I want to test out before I submit the program. I will post it up later today or tomorrow.
Back to top
View user's profile Send private message 
Tault_mfumia
Script Kiddy

Regular Member
Joined: 07 Apr 2005
Posts: 8
1 TUBucks

PostPosted: Fri Apr 08, 2005 5:25 am    Post subject:  

Ahh WTH, here's the version of the program I have with me at the moment. It's pretty stable, but like I said before it has a few changes that I haven't tested in game (i.e. EQ2) yet. Just unzip the download file and execute the EQ2_Crafter_Advanced.exe file. The program interface is pretty self explanatory.

All suggestions and constructive criticism welcome.

Remeber, this program was developed using Visual Studio .NET. You will have to have the .Net framework installed on your PC for this program to run. The .Net framework is available from Microsoft's website. Just google 'install .Net framework' and you should get a link to the MS page where you can download the .Net install.

Enjoy.
Back to top
View user's profile Send private message 
Tault_mfumia
Script Kiddy

Regular Member
Joined: 07 Apr 2005
Posts: 8
1 TUBucks

PostPosted: Fri Apr 08, 2005 5:41 am    Post subject: Tips on use  

Just a couple of tips on how to use the crafting program.

For Recipes and Buffs, the 'Key' corresponds to the key in the active EQ2 hotbar. So, you would put your recipes in keys 6,7,8,9,0. The crafting buffs you want to use go in keys 1,2,3. In case you didn't already know, you can drag and drop buffs from your knowledge book and recipes from your recipes book directly into EQ2 hotbars.

The Log Setup tab in the program and the corresponding 'Set Log' button are related to your EQ2 log file. LOGGING MUST BE ON in EQ2 for this program to work. It monitors your EQ2 log fiile. Each character you play creates it's own log file, if you enable logging in EQ2. You need to point this crafting program to the log file of the character you are going to be crafting with. The log file is in a subdirectory bearing the name of the server you play on and the name of the log file will contain the name of your character. If you can't find the log file and you have never enabled logging in EQ2, log into EQ2 and turn logging on (/log). This will create the log file. Then try the 'Set Log' buttong again. The check option to let the crafting program enabling/disable EQ2 logging simply lets the crafting program ensure that logging in ON when you start crafting and turns logging OFF when done crafting.

Any other options should be self explanatory, but if you have any questions let know. I am not sure, but I guess you can post them to this thread.

Enjoy!
Back to top
View user's profile Send private message 
Tault_nazeroth
Moderator
Moderator

Premium Member
Joined: 18 Nov 2004
Posts: 1444
682 TUBucks

PostPosted: Fri Apr 08, 2005 11:36 pm    Post subject:  

Ok i'll give you prem access ASAP. This may take awhile as admin is busy merging this site with another one. Sorry.
Back to top
View user's profile Send private message 
Tault_mfumia
Script Kiddy

Regular Member
Joined: 07 Apr 2005
Posts: 8
1 TUBucks

PostPosted: Sat Apr 09, 2005 4:46 am    Post subject: Premium Access  

Thanks! Will you send me a PM once my account is upgraded to premium?

I am also curious if anyone has had a chance to use my crafting program and has any feedback.

-mf
Back to top
View user's profile Send private message 
tault_o0ofoulo0o
Typical User
Typical User

Regular Member
Joined: 19 Feb 2005
Posts: 445
Location: Detroit - Hotel Yorba
97 TUBucks

PostPosted: Sat Apr 09, 2005 8:53 pm    Post subject:  

Tested it, works on test, You should adapt it for the new crafting buffs Smile
Back to top
View user's profile Send private message AIM Address MSN Messenger 
Tault_akanon
Typical User
Typical User

Premium Member
Joined: 23 Jan 2005
Posts: 318
532 TUBucks

PostPosted: Sun Apr 10, 2005 7:31 am    Post subject:  

Does it peek at memory to get event info, or does it do it by icon recognition? If it uses icon recognition, are you just capturing the screen and using Bitmap.GetPixel to check colors, or do you have another (better) method?
_________________
I am a Guild Wars junkie. Ask me questions about GW!
Back to top
View user's profile Send private message 
Tault_mfumia
Script Kiddy

Regular Member
Joined: 07 Apr 2005
Posts: 8
1 TUBucks

PostPosted: Sun Apr 10, 2005 8:27 pm    Post subject: Crafting Program  

Actually,

It's pretty dumb on how it sends crafting buffs. You simply put the 3 you want to use in hotbar slots 1, 2, and 3. The crafting program simply sends 1, 2, then 3.

Not fancy, but works fine for someone like me that just wants to crank out provisions.
Back to top
View user's profile Send private message 
Tault_mfumia
Script Kiddy

Regular Member
Joined: 07 Apr 2005
Posts: 8
1 TUBucks

PostPosted: Sun Apr 10, 2005 8:30 pm    Post subject: Few more tips on using the program  

Once you hit start, immediately give EQ2 focus by clicking anywhere in the EQ2 window. If you enabling auto logging, the program will turn on logging then hit the first recipe key. You have a couple of seconds to position your mouse over the "Begin" button. Once the crafting begins, position the mouse near the right edge of the "Repeat" button. That way it will work for repeating the current recipe and beginning any subsequent recipes.

Another you probably should do it turn off the info window that pops up when you complete a make. There should be a check box in the window to disable.

Later.
Back to top
View user's profile Send private message 
Tault_xeorn
In Training
In Training

Premium Member
Joined: 19 Jan 2005
Posts: 22
1 TUBucks

PostPosted: Fri Apr 22, 2005 1:01 pm    Post subject:  

Is there anyway for it to automatically click repeat and begin? Mine wont do it so I have to automatically click it. I have it positioned over them both. All it does is just push the buttons for me, is this all its made to do?
Back to top
View user's profile Send private message 
Tault_marshalll
In Training
In Training

Regular Member
Joined: 08 May 2005
Posts: 34
2 TUBucks

PostPosted: Sun May 08, 2005 1:21 pm    Post subject:  

it wont work at all for me but im new at this so it proly something i doin but can u help me please
Back to top
View user's profile Send private message 
Tault_lizzy
In Training
In Training

Regular Member
Joined: 08 Mar 2005
Posts: 25
53 TUBucks

PostPosted: Wed May 11, 2005 2:25 am    Post subject:  

Love this app. Nice work mfumia. I have a custom UI so using this was pretty simple. Just had to change my crafting screen back to the default one so it could click repeat and begin without having to move the mouse.

Let us know if you ever update this.

Excellent tool 10/10.
Back to top
View user's profile Send private message 
Tault_msboy1
In Training
In Training

Premium Member
Joined: 01 Mar 2005
Posts: 19
1 TUBucks

PostPosted: Thu May 12, 2005 8:18 am    Post subject:  

I am a little paranoid of running executables that I don't source code.
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 2 [19 Posts]   Goto page: 1, 2 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » EverQuest 2 » EverQuest 2 Nerfed Info

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You can vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Site and Contents Copyright 2003-2009 All Rights Reserved All information is for intellectual information If you are associated with any gaming company please leave now. Be sure to visit some of our other Sites TaultUnleashedxunleashed
World of Warcraft & 1 2 3 Aion Toplist Top 1001 Sites, Best Topsites List WOW Private Servers World of Warcraft Private Servers
TheBannerMan`s TOP100 WOW Private Servers E-Items.com Gaming TopSites List    
[ Time: 0.5473s ][ Queries: 21 (0.0193s) ][ GZIP on ]