Page 1 of 1

question: arcane transmutor

Posted: Fri Oct 23, 2009 7:59 pm
by depp69
hi folks,
i would like to know if somebody already managed to use the arcane transmutor, like putting stuff in it,
transmute and get it out.
or maybe someone has any ideas to do that?

greetings depp

Re: question: arcane transmutor

Posted: Sat Oct 24, 2009 2:04 am
by d003232
depp69 wrote:hi folks,
i would like to know if somebody already managed to use the arcane transmutor, like putting stuff in it,
transmute and get it out.
or maybe someone has any ideas to do that?
You could use the ingame addon Fusion.

Re: question: arcane transmutor

Posted: Sat Oct 24, 2009 6:32 am
by depp69
yeah thats a very nice addon, thx :)

edit:
one more question:
how can i remove the "The macro is currently not running. Press the start key (%s) to begin."
so it just starts without waiting for key stroke?

Re: question: arcane transmutor

Posted: Sat Oct 24, 2009 10:16 am
by Administrator
Look at the very bottom of bot.lua. You'll see a call to startMacro(). Change it to look like this:

Code: Select all

startMacro(main, true);
And that's it.

Re: question: arcane transmutor

Posted: Sun Oct 25, 2009 9:09 am
by depp69
nice, thats very simple :)
thx again for help