crafting event WP
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: crafting event WP
Awww. How comes? The npc is there, or am i wrong?
Fiona? Fiona! (Eurotrip)
Best regards
Fiona? Fiona! (Eurotrip)
Best regards
Re: crafting event WP
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
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
Alchemy. Also not tested
one question about:
is good ?
one question about:
Code: Select all
local lvl = player:getCraftLevel("alchemy")
- Attachments
-
- craftalchemy.xml
- alchemy
- (2.12 KiB) Downloaded 494 times
Re: crafting event WP
I assume it should be a capital "A"
And Thank You!!!
Code: Select all
local lvl = player:getCraftLevel("Alchemy")
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: crafting event WP
Woot..Tailoring chosses NPC Mizner, instead of Fiona. Does someone know the ID from Fiona? =)
Best regards
Best regards
Re: crafting event WP
112945Schwertseele wrote:Woot..Tailoring chosses NPC Mizner, instead of Fiona. Does someone know the ID from Fiona? =)
Thanks to Rock5's addon: http://solarstrike.net/phpBB3/viewtopic ... 700#p50700
Re: crafting event WP
Nope it can be lower or upper casegrande wrote:I assume it should be a capital "A"
And Thank You!!!Code: Select all
local lvl = player:getCraftLevel("Alchemy")
Code: Select all
elseif string.lower(craft) == "alchemy" then
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: crafting event WP
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
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
Anyone have pro-tips, links, guides, etc for leveling after 75?
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: crafting event WP
Is it my mistake, or is armorcrafting only to level 45 (=55) possible with recipes?
Best regards
Best regards
Re: crafting event WP
I tend to do those chest items that you will need to craft epics anyway, not sure what lvl they go up to though.grande wrote:Anyone have pro-tips, links, guides, etc for leveling after 75?
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: crafting event WP
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.
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.
-
- Posts: 17
- Joined: Sat Nov 10, 2012 5:29 pm
Re: crafting event WP
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.
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.
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: crafting event WP
Ah, i overread that. =) Thanks! I learned ALL recipes, and now it works like a charm. :3
Best regards
Best regards
Re: crafting event WP
Sorry, my mistake. corrected fileI 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.
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}}},
}
- Attachments
-
- craftalchemy.xml
- alchemy
- (2.12 KiB) Downloaded 487 times
Re: crafting event WP
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: crafting event WP
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
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
How is it broken, you posted about the NPC and I changed the NPC Id, what else is wrong with it?Schwertseele wrote:Can someone fix tailoring, please
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: crafting event WP
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
Best regards
-
- Posts: 41
- Joined: Mon Jun 17, 2013 7:43 pm
Re: crafting event WP
He still tries to buy from Mizner. Tailoring is still buggy.
Best regards
Best regards
Who is online
Users browsing this forum: No registered users and 2 guests