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

crafting event WP

#1 Post by lisa » Sat Jul 06, 2013 12:50 am

Ok so I got sick of the crafting failing due to "lack of materials" even though I had literally hundreds of the items in bag.

So I came up with this little WP for carpentry.

First of all buy the 6 recipes from the vendor (Mizner) and of course use each recipe so you learn the recipes.

Stand near the NPC Mizner and start the script, note you must have atleast lvl 15 of carpentry, also make sure you have enough gold.
craftcarp.xml
Carpentry
V 2
(2.23 KiB) Downloaded 351 times
craftbs.xml
Blacksmith
V 2
(2.18 KiB) Downloaded 302 times
craftarmor.xml
AmorCrafting
Posted by Riwiel
(2.29 KiB) Downloaded 312 times
craftai.xml
Tailoring
Posted by Riwiel
V 2
(2.13 KiB) Downloaded 234 times
craftalchemy.xml
Alchemy
Posted by Riwiel
V 2
(2.13 KiB) Downloaded 253 times
Prints on MM like this, makes 50 items at a time, notice it started at 39 the second time, that is because the craft "failed" even though I had the materials to make the item.

Code: Select all

Starting to craft 50 Powerful Epic Bow
Current Level: 50.345283508301
Starting to craft 39 Powerful Epic Bow
Current Level: 50.499855041504

In order to use different crafting (ie Blacksmith) you would need to alter the table at the top with recipe Id's and the items required for each recipe.

carpentry looks like this.

Code: Select all

	local crafttable = {
	[15] = {name = "Basic Wood Crafts Box", 	GUID = 551633, 	items = {[1] = {id = 209716,num = 1},[2] = {id = 209717,num = 1}}},
	[25] = {name = "Magic Wood Crafts Box", 	GUID = 551634, 	items = {[1] = {id = 209716,num = 3},[2] = {id = 209717,num = 1}}},
	[35] = {name = "Exquisite Sample Bow", 		GUID = 551635, 	items = {[1] = {id = 209718,num = 1},[2] = {id = 209717,num = 1}}},
	[45] = {name = "Powerful Epic Bow", 		GUID = 551636, 	items = {[1] = {id = 209718,num = 2},[2] = {id = 209719,num = 1},[3] = {id = 209717,num = 1}}},
	[55] = {name = "Special Ice Coal", 			GUID = 551964,	items = {[1] = {id = 209718,num = 2},[2] = {id = 241576,num = 1},[3] = {id = 209717,num = 1}}},
	[65] = {name = "Easy-to-Use Wand", 			GUID = 551965,	items = {[1] = {id = 209718,num = 3},[2] = {id = 241577,num = 1},[3] = {id = 209717,num = 1}}},
	}
Tested it for a bit but haven't gotten to a point where need to raise max, 20/40/60 in my testing but hopefully it will work and chat to NPC to increase the max.


--=== Disclaimer ===--

This is suplied as is, I actually don't play RoM anymore and so I don't intend to make a WP for the other crafting skills but I am happy to update this topic if others do the work required to get the other ID's for the craft skills.
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
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: crafting event WP

#2 Post by rock5 » Sat Jul 06, 2013 2:00 am

lisa wrote:I actually don't play RoM anymore
lisa wrote:I got sick of the crafting failing due to "lack of materials"
Hm... How do you get "sick of the crafting failing" if you don't play anymore? :D

So what was causing the error? Was it while using my crafting userfunction?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

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

Re: crafting event WP

#3 Post by lisa » Sat Jul 06, 2013 2:53 am

rock5 wrote:Hm... How do you get "sick of the crafting failing" if you don't play anymore?
Let's call it unfinished business, I always wanted to max out a crafting skill or 2, was on my to do list.
rock5 wrote:So what was causing the error? Was it while using my crafting userfunction?
Just another random bug in the game, I was just crafting manually, buy up a few hundred items and hit make em all, 15 items later it gets the "error" of not enough material to craft item. It happened regularly and at random intervals and annoyed me.

I am working on a blacksmith version atm, should be ready soonish.

Low BS and the raising max lvl worked fine, when it hit lvl 20 it talked to NPC and raised max to 40, so yeah pretty confident this is fine, just make sure you have enough gold and enough bag space and can leave it overnight and be 70ish in the morning.

--=== Added ===--

Ok you might get to lvl 54, apparently 54-55 takes around 5.5 hours using the craft event items.
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
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: crafting event WP

#4 Post by lisa » Sat Jul 06, 2013 5:28 am

Carpentry V2 posted, thew first version had an incorrect ID for lvl 55 and 65, so would buy the wrong items.

Fixed it in V2
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

#5 Post by Schwertseele » Sat Jul 06, 2013 8:00 pm

Hey! =) I am currently level 60 and skilling bs..I have the problem, that the bot buys the wrong items. :( It started with 55+, i think....Still working though, but when i checked my inventar, i saw that i had a lot of items for carpentry..

Anyways, your scripts are so wonderful..This one helped me a lot! Came from 20 to 60 within a day. =) without doing much. :D So glad, that you are here! Thank you!

Is there a chance that you create a script for the other 2 crafting skills too? Would be nice :P

Best regards

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

Re: crafting event WP

#6 Post by lisa » Sat Jul 06, 2013 9:57 pm

I'll double check the Id's for BS.

First glance the 55 and 65 have the carpentry item in the ID's, just a copy/paste issue.

updated first post with BS V 2
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
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: crafting event WP

#7 Post by gloover » Sun Jul 07, 2013 2:59 am

It's not worth to skilling all that, except of cooking - and this one is as every year not available!
What is the sense of skilling blacksmith above of lvl 60? Nostalgia?

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: crafting event WP

#8 Post by rock5 » Sun Jul 07, 2013 3:47 am

Besides doing things just because you can, aren't there crafting titles now? Some people are into getting as many titles as possible.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

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

Re: crafting event WP

#9 Post by Riwiel » Sun Jul 07, 2013 3:49 am

waypoint for armorcrafting. created on quickly so it may have bugs :D
Attachments
craftarmor.xml
armorcrafting
(2.29 KiB) Downloaded 220 times

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

Re: crafting event WP

#10 Post by lisa » Sun Jul 07, 2013 4:13 am

gloover wrote:What is the sense of skilling blacksmith above of lvl 60? Nostalgia?
It was on my to do list, so i did it, will I ever even make any high end items, nope lol

I seriously don't play anymore, I have tens of thousands of dias and hundreds of millions of gold and I got bored of the game.

So now that is pretty much done and that is that.
Only time I will log on RoM is for testing/troubleshooting stuff for the bot or if I think of something I want to play around with.
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

#11 Post by Schwertseele » Sun Jul 07, 2013 6:00 am

Your script works wonderful now! Thanks a lot! :) Really, really nice. So i can level all 3 to level 60 and one of them to 80..That's great. And i don't need more than 2 bags..Thanks you two.

Best regards

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

Re: crafting event WP

#12 Post by lisa » Sun Jul 07, 2013 7:36 am

Schwertseele wrote:And i don't need more than 2 bags
I did look at making it sell the created items but decided not to bother, it would have been a little bit of a pain without it doing the autosell and I didn't want it to do autosell as the chars I lvled crafting on I don't bot with, so it might have sold things I didn't want sold. Even though technically this is botting.
Schwertseele wrote:Thanks you two
you are welcome.
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

#13 Post by Schwertseele » Sun Jul 07, 2013 9:07 am

That would be a nice invention, i think. But the scripts are very good..They buy a small amount of items and create the stuff..Every once a while i look into my bag and sell the created stuff..

Before i found your script, i bought a lot of stuff and then my bag was full, so i bought a 3rd bag..But your script works so fine, i don't need that. :3 While that i am harvesting ore and wood... I really love your stuff! °_°

It makes me happy! Thanks a lot!

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

Re: crafting event WP

#14 Post by grande » Sun Jul 07, 2013 3:26 pm

Thanks, i'm going to try this. Question: does player level matter for crafting higher stuff? Can a level 30s character craft level 80 stuff?

Thank you again, awesome!

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

Re: crafting event WP

#15 Post by lisa » Sun Jul 07, 2013 7:17 pm

grande wrote:Thanks, i'm going to try this. Question: does player level matter for crafting higher stuff? Can a level 30s character craft level 80 stuff?

Thank you again, awesome!
Yeah low levels should be able to craft higher level items, only issue you will have is buying recipes as they can cost mems or honor.
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

#16 Post by Schwertseele » Mon Jul 08, 2013 11:17 am

Hey!
I found another error:

In craftcarpentry, it trys to raise "Armorcrafting" instead of the right one. Had the problem with level 40+! When i reached 40, it tried to raise the crafting, but id did'nt raise it, since it tried to raise the wrong one.

Well, still a nice script!

Best regards

Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#17 Post by Schwertseele » Tue Jul 09, 2013 7:59 am

Is there a chance that you create a script for tailoring and alchemy/cooking too? :)

Best regards

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

Re: crafting event WP

#18 Post by Riwiel » Tue Jul 09, 2013 11:38 am

Tailoring. Didn't testet
Attachments
craftai.xml
Tailoring
(2.14 KiB) Downloaded 184 times

Schwertseele
Posts: 41
Joined: Mon Jun 17, 2013 7:43 pm

Re: crafting event WP

#19 Post by Schwertseele » Tue Jul 09, 2013 2:49 pm

Thank you! I try it out later =) Now only cooking and alchemy left xD'' Well, i did a lot this weekend, so its not sad if it won't work or something.

Best regards

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

Re: crafting event WP

#20 Post by lisa » Tue Jul 09, 2013 7:04 pm

Schwertseele wrote:Now only cooking and alchemy left xD''
you can do alchemy but not cooking.
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

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 1 guest