Page 9 of 10

Re: Rock5's Fusion Control Functions

Posted: Wed Aug 20, 2014 2:31 am
by rock5

Re: Rock5's Fusion Control Functions

Posted: Sun Sep 14, 2014 2:14 am
by rock5
Updated to version 0.44
  • - Simplified Fusion_Config function
    - Speed up setting the 20 tier buttons

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 15, 2014 12:11 am
by rock5
Updated to version 0.45
  • - Fixed bug in "Set Whitelist" option.
    - Added "Preset" option to Fusion_Config.

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 15, 2014 7:43 am
by noobbotter
Awesome. I didn't see the previous update that allows adjusting the fusion settings. This should make it much easier for me to switch between making dirty tier stones for weapons, versus making clean stones for getting higher tier on my other gear with good stats. Now I just need to make some changes in my daily script so all I have to do is flip a flag to change them between doing each. Thanks.

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 12:25 am
by Desmond
Help me if I use Fusion _ MakeMaxManaStones(5) then me Error

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 2:44 am
by rock5
I assume you are using an older version of the bot that can't handle long command strings. I'll add an older version to the first post for you and people like you.

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:15 am
by Desmond
rock5 wrote:I assume you are using an older version of the bot that can't handle long command strings. I'll add an older version to the first post for you and people like you.
forward

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:20 am
by rock5
I modified the current version instead. Try version 0.46 b1. Let me know if it works ok.

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:22 am
by Desmond
rock5 wrote:I modified the current version instead. Try version 0.46 b1. Let me know if it works ok.
thank you, we will check well

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:27 am
by Desmond
now other error

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:29 am
by Desmond
Error2

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:37 am
by rock5
Fusion_MakeMaxStones is no longer supported. It was too complicated a function to use. It's a lot simpler to just use Fusion_MakeMaxManaStones. Do you really need to use Fusion_MakeMaxStones?

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:41 am
by Desmond
rock5 wrote:Fusion_MakeMaxStones is no longer supported. It was too complicated a function to use. It's a lot simpler to just use Fusion_MakeMaxManaStones. Do you really need to use Fusion_MakeMaxStones?
do I need to do the stone of маны ур 5 - there is another way?

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:47 am
by Desmond
works and in a true Fusion _ MakeMaxStones was needed to substitute by Fusion _ MakeMaxManaStones works perfectly Thank you to you enormous Rock5

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:51 am
by rock5
If you need to use a particular belt you can use Fusion_Config to change the settings, eg.

Code: Select all

		Fusion_Config("Use Item Whitelist", true)
		Fusion_Config("Set Whitelist", "Recall Belt")
		Fusion_MakeMaxManaStones()

Re: Rock5's Fusion Control Functions

Posted: Mon Sep 22, 2014 3:57 am
by Desmond
rock5 wrote:If you need to use a particular belt you can use Fusion_Config to change the settings, eg.

Code: Select all

		Fusion_Config("Use Item Whitelist", true)
		Fusion_Config("Set Whitelist", "Recall Belt")
		Fusion_MakeMaxManaStones()
well interesting hank you

Re: Rock5's Fusion Control Functions

Posted: Wed Dec 31, 2014 4:48 am
by sauhard
I am getting this error while even if i use a version of 2.1 of fusion. Any ideas?

Re: Rock5's Fusion Control Functions

Posted: Wed Dec 31, 2014 8:27 am
by rock5
Did you restart the game after updating the addon?

Re: Rock5's Fusion Control Functions

Posted: Fri Jan 02, 2015 10:15 am
by sauhard
-.-' ofc

Re: Rock5's Fusion Control Functions

Posted: Fri Jan 02, 2015 1:54 pm
by rock5
Did you perhaps back up your old version by renaming the folder? Or did you perhaps accidentally copy the folder of the old version into another addon folder? Did you try using the latest version of Fusion?