taultunleashed logoNeed help setting up multiple item crafting w/RC v1.2 : EverQuest 2 Premium Discussions
newtopic  postreply
 [ 15 posts ] 
blue large dot

Need help setting up multiple item crafting w/RC v1.2 : EverQuest 2 Premium Discussions

Posted: March 11th, 2005, 3:32 am
 
tault_loraik
tault_loraik's Reps:
User avatar
Ok this going to sound stupid but I just don't understand the prompting for setting up the crafter to do multiple items. Things like:

How it switch's to the next item in the crafting menu.

How to get the right hotbar up so it is using the right counters.

What exactly is it wantint to setup when it is asking to assign keys like alt+1, ect. to recipes..

I have gone thru the code (down fall is it is complex and the only time I have to work on it is later at night while semi tired) but I just don't see the logic. I am sure it is there I just need some pointers.

Loraik


Reply with quote
Posted: March 11th, 2005, 3:52 am
 
tault_o0ofoulo0o
tault_o0ofoulo0o's Reps:
User avatar
:oops: I know your pain, I still am trying to figure out how to get the script fully working...I can't wait until we can play with xunleashed.


Reply with quote
Posted: March 11th, 2005, 4:00 am
 
tault_loraik
tault_loraik's Reps:
User avatar
Well I have that the XUnleashed crafter (yes that script works on AMD)and it "IMO" isn't nearly as good as this one. It wouldn't monitor my health while on the forge and it wouldn't stop to allow mana to regenerate. I love the feature for setting the fuel location and such and the possibilities are endless with it's application however atm it isn't up to par with Pickled's script (IMO).

Loraik


Reply with quote
Posted: March 11th, 2005, 4:17 am
 
tault_o0ofoulo0o
tault_o0ofoulo0o's Reps:
User avatar
We should start up a site fund to get Pickled another month or two on eq2 so that he can start developing with xU....O_O imagine the possibilities then.


Reply with quote
Posted: March 11th, 2005, 5:51 am
 
tault_pickled
tault_pickled's Reps:
User avatar
In simple terms the script will require you to set up the Hotkeys for each recipe on the hotbar so :

1. Create a new hotbar and fill it with the the required recipes, lets say for example: you make a 'CTRL' type hotbar and fill the first 10 slots with your fav recipes...

2. So effectively we have a recipe hotbar that will activate recipes by pressing CTRL+1 - 10 (making sure we have crafting table targetted).

3. Script: We now have our 'CTRL' hotbar ready to roll with 10 recipes.

So we set the number of recipes: 10

So we set the KEY for each recipe for Recipe 1: ^1 <--- CTRL+1
So we set the KEY for each recipe for Recipe 2: ^2 <--- CTRL+2
So we set the KEY for each recipe for Recipe 3: ^3 <--- CTRL+3
........................
So we set the KEY for each recipe for Recipe 10: ^0 <--- CTRL+0


Example of Recipes .ini with a 2 FULL! recipe bars set (using both CTRL & ALT+(Recipe Number)!
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
[RecipeSet]
recipes0=!1
recipes1=!2
recipes2=!3
recipes3=!4
recipes4=!5
recipes5=!6
recipes6=!7
recipes7=!8
recipes8=!9
recipes9=!0
recipes10=!-
recipes11=!=
recipes12=^1
recipes13=^2
recipes14=^3
recipes15=^4
recipes16=^5
recipes17=^6
recipes18=^7
recipes19=^8
recipes20=^9
recipes21=^0
recipes22=^-
recipes23=^=


4. So we now have set-up our new recipes!
5. Any time we load our script it reads the previous set recipes!
6. Do you wish to use recipes, yes?
7. Do you wish to use current recipe list, yes?
8. How many of each one?
9. [RECIPE MODE] will show as ON in crafting setup to remind you recipes are enabled!

10. Select craft table, it will AUTO press CTRL+1 to bring up the first recipe and it will start crafting (the amount of items required)
11. *Script MIND* -> Completed the (x amount of items?), -> AUTO presses CTRL+2 for next recipe....
12. *Script MIND* -> have we made 20 x 10 recipes, yes? -> COMPLETED Ding noise etc :)

Hope this helps, as far as the code concerned to achieve it, is another matter - it's pretty complex as it also flags for auto disconnect and reset's [last known] recipe etc... so to long winded to explain that in detail.

Good Luck..


Reply with quote
Posted: March 11th, 2005, 9:19 am
 
tault_o0ofoulo0o
tault_o0ofoulo0o's Reps:
User avatar
Wow, I think I'm actually starting to understand it...


Reply with quote
Posted: March 14th, 2005, 7:57 pm
 
tault_loraik
tault_loraik's Reps:
User avatar
Ok sorry for the late responce on this, I was out of town this weekend.

Acouple of questions:

1.)
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
1. Create a new hotbar and fill it with the the required recipes, lets say for example: you make a 'CTRL' type hotbar and fill the first 10 slots with your fav recipes...


You are talking about the counters here right? If not how do you put recipes on the hotbars? Sorry didn't know you could do this.

2.) If you are indeed talking about the counters above then how do you switch between recipes?

example: I want to make Faceted Turquiose so it has to be turned into Gem form then into Faceted form. Two different choices from the recipe book.

Thanks.

Loraik


Reply with quote
Posted: March 15th, 2005, 1:47 am
 
tault_pickled
tault_pickled's Reps:
User avatar
Ok, simple as pie:

Counters must always be the primary hotbar .

To create multiple recipes bars, right click on any of the hotbars and add new hotbar...

So if you want to make 20 of item A, then make 20 of item B.

Load item A,B on the recipe hot bar and it will make then sequentially.

ALT Recipe Bar

^1 ^2 ^3
---------------------------
| a | b | c | ....
|--------------------------

Counters bar
1 2 3
---------------------------
| 1 | 2 | 3 | ....
|--------------------------


Reply with quote
Posted: March 15th, 2005, 2:08 am
 
tault_loraik
tault_loraik's Reps:
User avatar
I need to be at home looking at this.. I will post tonight, with luck I will understand better.


Loraik


Reply with quote
Posted: March 15th, 2005, 6:49 pm
 
tault_loraik
tault_loraik's Reps:
User avatar
Ok I created the new Hotbar, I understand that now but how do you set a different recipe? Say I was crafting Tur. gems and I wanted to make Mal. gems, how do you get it to select Mal. Gem option from the recipe window?

Loraik


Reply with quote
Posted: March 15th, 2005, 8:08 pm
 
tault_pickled
tault_pickled's Reps:
User avatar
:shock:

Drag the recipes onto the hotbar :oops: ...


Reply with quote
Posted: March 15th, 2005, 8:13 pm
 
tault_loraik
tault_loraik's Reps:
User avatar
Hmm I did try that this morning with that thought in mind but when I clicked on the recipe in the recipe book and tried to drag it nothing happened. I didn't get a little icon to drag or anything. Do I have to do it any special way other than just drag and drop like I would to place counters on the hotbars?

Loraik


Reply with quote
Posted: March 15th, 2005, 10:53 pm
 
Tault_deceptic

Total Posts: 110
Joined: January 3rd, 2005, 7:04 pm
Tault_deceptic's Reps: 0
User avatar
Active User > 50 Posts
premium
mouse over recipe icon > left click > hold left click> move mouse over hotbar > release left click.

should work


Reply with quote
Posted: March 15th, 2005, 11:09 pm
 
tault_loraik
tault_loraik's Reps:
User avatar
KK I will give it a shot tonight.. Thanks.


Loraik


Reply with quote
Posted: March 16th, 2005, 9:01 pm
 
tault_loraik
tault_loraik's Reps:
User avatar
Ok I am happy to say I understand it now. I just needed the example of how to do one. I was trying to drag the recipe via the text and not the icon.

Thanks Pickled and everyone else that chimed in here.

Loraik


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 119 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of EverQuest 2 Premium Discussions RSS Feed 
Sitemap of EverQuest 2 Premium Discussions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?