Page 1 of 1

Macro for using guild mats -> Open?

Posted: Thu Aug 15, 2013 11:49 am
by Schwertseele
Hello!
Is there a macro or addon which opens guild mats (ore, wood, herbs) after receiving them?

Or an addon that opens them if you have 1000+ in your bag?

Best regards

Re: Macro for using guild mats -> Open?

Posted: Thu Aug 15, 2013 12:31 pm
by rock5
I'm not sure if you are talking about a game addon or the bot. I'll give you the botting answer.

If you are talking about opening some sort of container then you probably just have to use them. Eg.

Code: Select all

inventory:useItem("mat container name")
If you are talking about donating guild mats to the guild, there is userfunction called GuildDonate http://www.solarstrike.net/phpBB3/viewt ... 654#p18654

Re: Macro for using guild mats -> Open?

Posted: Thu Aug 15, 2013 4:17 pm
by Schwertseele
Thats nice!
An addon would be nicer, but im sure that the bot function is useful too. =) I just don't know how to do that with the bot, i can't create scripts. :/

Best regards

Re: Macro for using guild mats -> Open?

Posted: Fri Aug 16, 2013 12:37 am
by Schwertseele
Well, with "OnLoad" this works like a charm! =)

Best regards