Page 2 of 3

Re: crafting event WP

Posted: Tue Jul 09, 2013 7:58 pm
by Schwertseele
Awww. How comes? The npc is there, or am i wrong?

Fiona? Fiona! (Eurotrip)

Best regards

Re: crafting event WP

Posted: Wed Jul 10, 2013 8:10 am
by grande
Edit: disregard below... The problem was with the recipes being sold. I just bought/learned all the recipes from fiona and minzer and then it finally learned the right one. yippeee1!!

Anyone else hit a bug at level 55 for Armorcrafting? I bought/learned the recipes but they don't show up in the crafting windows

Re: crafting event WP

Posted: Wed Jul 10, 2013 12:15 pm
by Riwiel
Alchemy. Also not tested :P

one question about:

Code: Select all

local lvl = player:getCraftLevel("alchemy")
is good ? :D

Re: crafting event WP

Posted: Wed Jul 10, 2013 3:57 pm
by grande
I assume it should be a capital "A"

Code: Select all

local lvl = player:getCraftLevel("Alchemy")
And Thank You!!!

Re: crafting event WP

Posted: Wed Jul 10, 2013 5:28 pm
by Schwertseele
Woot..Tailoring chosses NPC Mizner, instead of Fiona. :( Does someone know the ID from Fiona? =)

Best regards

Re: crafting event WP

Posted: Wed Jul 10, 2013 6:23 pm
by grande
Schwertseele wrote:Woot..Tailoring chosses NPC Mizner, instead of Fiona. Does someone know the ID from Fiona? =)
112945

Thanks to Rock5's addon: http://solarstrike.net/phpBB3/viewtopic ... 700#p50700

Re: crafting event WP

Posted: Wed Jul 10, 2013 6:29 pm
by lisa
grande wrote:I assume it should be a capital "A"

Code: Select all

local lvl = player:getCraftLevel("Alchemy")
And Thank You!!!
Nope it can be lower or upper case

Code: Select all

elseif string.lower(craft) == "alchemy" then
I edited the NPC ID and added alchemy to first post aswell.

Re: crafting event WP

Posted: Wed Jul 10, 2013 7:29 pm
by Schwertseele
You are a goddess!

Did you fix it in tailoring too? The NPC bought the armor stuff, so i guess that must be changed too?

Best regards

Re: crafting event WP

Posted: Wed Jul 10, 2013 7:43 pm
by grande
Anyone have pro-tips, links, guides, etc for leveling after 75?

Re: crafting event WP

Posted: Wed Jul 10, 2013 9:26 pm
by Schwertseele
Is it my mistake, or is armorcrafting only to level 45 (=55) possible with recipes?

Best regards

Re: crafting event WP

Posted: Wed Jul 10, 2013 9:47 pm
by lisa
grande wrote:Anyone have pro-tips, links, guides, etc for leveling after 75?
I tend to do those chest items that you will need to craft epics anyway, not sure what lvl they go up to though.

Re: crafting event WP

Posted: Thu Jul 11, 2013 5:46 am
by grande
Thank you, Lisa.

Schwertseele, read up a above a few posts. Armorcrafting recipes are bugged. You have to buy/learn a few recipes from Fiona and then you can go over 55... all the way to 75.

Re: crafting event WP

Posted: Thu Jul 11, 2013 7:49 am
by rocking666
Hey!
I tested the alchemy script just for fun. Works great until lvl 35. When bot gets to lvl 35, it forgets to buy one of the 3 mats needed (catalysis dust). So it keeps buying metallic liquid and alchemy potions until invent is full...but cant craft them.

Re: crafting event WP

Posted: Thu Jul 11, 2013 8:41 am
by Schwertseele
Ah, i overread that. =) Thanks! I learned ALL recipes, and now it works like a charm. :3

Best regards

Re: crafting event WP

Posted: Thu Jul 11, 2013 10:38 am
by Riwiel
I tested the alchemy script just for fun. Works great until lvl 35. When bot gets to lvl 35, it forgets to buy one of the 3 mats needed (catalysis dust). So it keeps buying metallic liquid and alchemy potions until invent is full...but cant craft them.
Sorry, my mistake. corrected file

it should look like this:

Code: Select all

	local crafttable = {
	[15] = {name = "15", 					GUID = 551645, 	items = {[1] = {id = 209742,num = 1},[2] = {id = 209743,num = 1}}},
	[25] = {name = "25", 					GUID = 551646, 	items = {[1] = {id = 209742,num = 3},[2] = {id = 209743,num = 1}}},
	[35] = {name = "35", 					GUID = 551647, 	items = {[1] = {id = 209742,num = 2},[2] = {id = 209744,num = 1},[3] = {id = 209743,num = 1}}},
	[45] = {name = "45", 					GUID = 551648, 	items = {[1] = {id = 209744,num = 1},[2] = {id = 209745,num = 2},[3] = {id = 209743,num = 1}}},
	[55] = {name = "55", 					GUID = 551970,	items = {[1] = {id = 209744,num = 3},[2] = {id = 241588,num = 1},[3] = {id = 209743,num = 1}}},
	[65] = {name = "65", 					GUID = 551971,	items = {[1] = {id = 209744,num = 3},[2] = {id = 241589,num = 1},[3] = {id = 209743,num = 1}}},
	}
I greet

Re: crafting event WP

Posted: Thu Jul 11, 2013 6:41 pm
by lisa
Alchemy V 2 put on first post.

Re: crafting event WP

Posted: Thu Jul 11, 2013 7:10 pm
by Schwertseele
Can someone fix tailoring, please :(?

Working: Armorcrafting, Blacksmith, Carpentry and - i did not test it - Alchemy! :) Tailoring is still buggy, it seems.

Anyway, thanks for the great work @all scripters!

Best regards

Re: crafting event WP

Posted: Thu Jul 11, 2013 8:32 pm
by lisa
Schwertseele wrote:Can someone fix tailoring, please
How is it broken, you posted about the NPC and I changed the NPC Id, what else is wrong with it?

Re: crafting event WP

Posted: Fri Jul 12, 2013 7:39 am
by Schwertseele
Ah, i think i started the first version of the script, i have two of them with equal names inside my folder. I try the right one and post my answer later. =) Did you fix the items the bot has to buy too?

Best regards

Re: crafting event WP

Posted: Fri Jul 12, 2013 10:41 am
by Schwertseele
He still tries to buy from Mizner. :( Tailoring is still buggy.

Best regards