crafting event WP

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Message
Author
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#21 Post by Schwertseele »

Awww. How comes? The npc is there, or am i wrong?

Fiona? Fiona! (Eurotrip)

Best regards
User avatar
grande
Posts: 261
Joined: Tue Jun 28, 2011 4:46 pm

Re: crafting event WP

#22 Post 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
Riwiel
Posts: 5
Joined: Sun Jul 07, 2013 3:43 am

Re: crafting event WP

#23 Post by Riwiel »

Alchemy. Also not tested :P

one question about:

Code: Select all

local lvl = player:getCraftLevel("alchemy")
is good ? :D
Attachments
craftalchemy.xml
alchemy
(2.12 KiB) Downloaded 605 times
User avatar
grande
Posts: 261
Joined: Tue Jun 28, 2011 4:46 pm

Re: crafting event WP

#24 Post by grande »

I assume it should be a capital "A"

Code: Select all

local lvl = player:getCraftLevel("Alchemy")
And Thank You!!!
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#25 Post by Schwertseele »

Woot..Tailoring chosses NPC Mizner, instead of Fiona. :( Does someone know the ID from Fiona? =)

Best regards
User avatar
grande
Posts: 261
Joined: Tue Jun 28, 2011 4:46 pm

Re: crafting event WP

#26 Post 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
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: crafting event WP

#27 Post 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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#28 Post 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
User avatar
grande
Posts: 261
Joined: Tue Jun 28, 2011 4:46 pm

Re: crafting event WP

#29 Post by grande »

Anyone have pro-tips, links, guides, etc for leveling after 75?
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#30 Post by Schwertseele »

Is it my mistake, or is armorcrafting only to level 45 (=55) possible with recipes?

Best regards
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: crafting event WP

#31 Post 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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
User avatar
grande
Posts: 261
Joined: Tue Jun 28, 2011 4:46 pm

Re: crafting event WP

#32 Post 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.
rocking666
Posts: 17
Joined: Sat Nov 10, 2012 5:29 pm

Re: crafting event WP

#33 Post 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.
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#34 Post by Schwertseele »

Ah, i overread that. =) Thanks! I learned ALL recipes, and now it works like a charm. :3

Best regards
Riwiel
Posts: 5
Joined: Sun Jul 07, 2013 3:43 am

Re: crafting event WP

#35 Post 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
Attachments
craftalchemy.xml
alchemy
(2.12 KiB) Downloaded 586 times
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: crafting event WP

#36 Post by lisa »

Alchemy V 2 put on first post.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#37 Post 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
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: crafting event WP

#38 Post 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?
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#39 Post 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
Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#40 Post by Schwertseele »

He still tries to buy from Mizner. :( Tailoring is still buggy.

Best regards
Post Reply